/install stickyhive
StickyHive Agent Skill
Manage communities, schedule posts, automate workflows, and run DM sequences across platforms like Skool, Circle, Mighty Networks, Discord, and Slack — all from the CLI.
Setup
npm install -g stickyhive
export STICKYHIVE_API_KEY=hm_live_... # Get from StickyHive dashboard → Settings → API Keys
# Optional: export STICKYHIVE_API_URL=https://app.stickyhive.com
Commands
Communities
stickyhive communities:list # List all communities
stickyhive communities:get \x3Cid> # Get community details and spaces
Spaces
stickyhive spaces:list # List all posting destinations
stickyhive spaces:get \x3Cid> # Get space details
Scheduled Posts
# Create & manage
stickyhive posts:create -t "Title" -c "Body content" -i \x3CspaceId> [-s "2026-06-01T09:00:00Z"] [--pin] [--comment "First!"] [--poll '["Option A","Option B"]']
stickyhive posts:list [--status pending|published|failed] [--draft] [--spaceId 42] [--dateFrom "2026-01-01"] [--dateTo "2026-12-31"]
stickyhive posts:get \x3Cid>
stickyhive posts:update \x3Cid> -d '{"title":"New title","content":"New body"}'
stickyhive posts:delete \x3Cid>
# Scheduling actions
stickyhive posts:reschedule \x3Cid> -s "2026-07-01T09:00:00Z"
stickyhive posts:publish \x3Cid> # Publish immediately
stickyhive posts:bulk-schedule --ids "1,2,3" --startTime "2026-06-01T09:00:00Z" --interval 2
Workflows (Automation Rules)
stickyhive workflows:list -C \x3CcommunityId>
stickyhive workflows:get \x3Cid> -C \x3CcommunityId>
stickyhive workflows:create -C \x3CcommunityId> -n "Welcome new members" --config '{"trigger":{"type":"member.joined"},"actions":[{"type":"send_dm","config":{"message":"Welcome!"}}]}'
stickyhive workflows:update \x3Cid> -C \x3CcommunityId> -d '{"name":"Updated name","daily_limit":100}'
stickyhive workflows:delete \x3Cid> -C \x3CcommunityId>
stickyhive workflows:toggle \x3Cid> -C \x3CcommunityId> # Enable/disable
stickyhive workflows:run \x3Cid> -C \x3CcommunityId> # Manual trigger
stickyhive workflows:runs \x3Cid> -C \x3CcommunityId> [--limit 20] # Run history
stickyhive workflows:test \x3Cid> -C \x3CcommunityId> [--triggerData '{"member":{"name":"Test"}}'] # Dry run
stickyhive workflows:registry [--platform skool] # Available triggers, actions, conditions
DM Sequences
stickyhive sequences:list -C \x3CcommunityId>
stickyhive sequences:get \x3Cid> -C \x3CcommunityId>
stickyhive sequences:create -C \x3CcommunityId> -n "Onboarding" [--description "..."] [--steps '\x3CJSON>']
stickyhive sequences:update \x3Cid> -C \x3CcommunityId> -d '{"name":"Updated"}'
stickyhive sequences:delete \x3Cid> -C \x3CcommunityId>
stickyhive sequences:toggle \x3Cid> -C \x3CcommunityId> # Enable/disable
# Enrollment management
stickyhive sequences:enroll \x3CsequenceId> -C \x3CcommunityId> -m \x3CmemberId>
stickyhive sequences:enrollments \x3CsequenceId> -C \x3CcommunityId> [--status active|paused|completed]
stickyhive sequences:manage-enrollment --sequenceId \x3Cid> --enrollmentId \x3Cid> -C \x3CcommunityId> -a pause|resume|cancel
# Discovery
stickyhive sequences:step-types # Available step types for building sequences
Webhooks
stickyhive webhooks:list
stickyhive webhooks:create -u "https://example.com/hook" -e "post.published,member.joined"
stickyhive webhooks:delete \x3Cid>
Notes
- All commands output structured JSON.
- Dates use ISO 8601 format (e.g.
2026-06-01T09:00:00Z). - The
communityId(-C) flag is required for workflows and sequences — get it fromcommunities:list. - Use
posts:createwithout--dateto save as a draft. - Workflow configs define trigger → condition → action pipelines. Use
workflows:registryto discover available types.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stickyhive - After installation, invoke the skill by name or use
/stickyhive - Provide required inputs per the skill's parameter spec and get structured output
What is StickyHive?
Manage communities, schedule posts, automate workflows, and run DM sequences across Skool, Circle, Mighty Networks, Discord, and Slack via the stickyhive CLI... It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.
How do I install StickyHive?
Run "/install stickyhive" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is StickyHive free?
Yes, StickyHive is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does StickyHive support?
StickyHive is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created StickyHive?
It is built and maintained by azotov (@alexblr); the current version is v0.1.1.