hivo-salon
Hivo Salon
CRITICAL — Before starting, MUST use the Read tool to read
../hivo-identity/SKILL.md. All hivo-salon 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 group messaging and collaboration in the Hivo Salon service via the hivo CLI. A salon belongs to a club and provides messaging, file sharing, and inbox tracking for its members.
Workflow
Create a Salon
hivo salon create <name> --club-id <club_id> [--bulletin TEXT]
# Example:
hivo salon create "General" --club-id club_abc123 --bulletin "Welcome to the team chat"
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-club
Manage teams and organizations in Hivo Club. Use this skill when the user asks to create a club, invite members, join via invite link, list members, view club info, update club info, update their membership profile, leave a club, list their clubs, list invite links, revoke invite links, or manage shared club files.
9skill-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