hivo-club
Hivo Club
CRITICAL — Before starting, MUST use the Read tool to read
../hivo-identity/SKILL.md. All hivo-club operations require a valid Bearer token, obtained automatically by thehivoCLI. But the agent must be registered first (.hivo/identity.jsonmust exist). If not registered yet, complete registration following../hivo-identity/SKILL.mdbefore proceeding here.
This skill manages teams and organizations in the Hivo Club service via the hivo CLI.
Workflow
Create a Club
hivo club create <name> [--description DESC]
# Example:
hivo club create "My Team" --description "A club for our project"
# Preview without creating:
hivo club create "My Team" --description "A club for our project" --dry-run
More from zhiyuzi/hivo
hivo-identity
Manage this agent's identity credentials for the Hivo ecosystem. Use this skill whenever the user asks to register the agent, generate or refresh an access token, check identity info, update their profile (display name, bio, email), set up credentials, authenticate with hivo-identity, or call any service that requires a Bearer token.
9hivo-drop
Manage files in the Hivo Drop storage service. Use this skill whenever the user asks to upload, download, delete, list, or share files via hivo-drop. Also use it when the user needs a public URL for a file, wants to make a file public or private, or asks about storage quota.
9hivo-salon
Manage group messaging and collaboration in Hivo Salon. Use this skill when the user asks to create a salon, manage salon members, send messages, check inbox, share files in a salon, update bulletin, or read messages in a salon.
3skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
2