← 返回
未分类 Key 中文

StickyHive

Manage communities, schedule posts, automate workflows, and run DM sequences across Skool, Circle, Mighty Networks, Discord, and Slack via the stickyhive CLI...
通过 stickyhive CLI 管理社区、安排发布、自动化工作流,并在 Skool、Circle、Mighty Networks、Discord 和 Slack 上运行私信序列。
alexblr alexblr 来源
未分类 clawhub v0.1.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 195
下载
💾 0
安装
1
版本
#latest

概述

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 <id>              # Get community details and spaces

Spaces

stickyhive spaces:list                       # List all posting destinations
stickyhive spaces:get <id>                   # Get space details

Scheduled Posts

# Create & manage
stickyhive posts:create -t "Title" -c "Body content" -i <spaceId> [-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 <id>
stickyhive posts:update <id> -d '{"title":"New title","content":"New body"}'
stickyhive posts:delete <id>

# Scheduling actions
stickyhive posts:reschedule <id> -s "2026-07-01T09:00:00Z"
stickyhive posts:publish <id>                # 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 <communityId>
stickyhive workflows:get <id> -C <communityId>
stickyhive workflows:create -C <communityId> -n "Welcome new members" --config '{"trigger":{"type":"member.joined"},"actions":[{"type":"send_dm","config":{"message":"Welcome!"}}]}'
stickyhive workflows:update <id> -C <communityId> -d '{"name":"Updated name","daily_limit":100}'
stickyhive workflows:delete <id> -C <communityId>
stickyhive workflows:toggle <id> -C <communityId>      # Enable/disable
stickyhive workflows:run <id> -C <communityId>          # Manual trigger
stickyhive workflows:runs <id> -C <communityId> [--limit 20]  # Run history
stickyhive workflows:test <id> -C <communityId> [--triggerData '{"member":{"name":"Test"}}']  # Dry run
stickyhive workflows:registry [--platform skool]         # Available triggers, actions, conditions

DM Sequences

stickyhive sequences:list -C <communityId>
stickyhive sequences:get <id> -C <communityId>
stickyhive sequences:create -C <communityId> -n "Onboarding" [--description "..."] [--steps '<JSON>']
stickyhive sequences:update <id> -C <communityId> -d '{"name":"Updated"}'
stickyhive sequences:delete <id> -C <communityId>
stickyhive sequences:toggle <id> -C <communityId>       # Enable/disable

# Enrollment management
stickyhive sequences:enroll <sequenceId> -C <communityId> -m <memberId>
stickyhive sequences:enrollments <sequenceId> -C <communityId> [--status active|paused|completed]
stickyhive sequences:manage-enrollment --sequenceId <id> --enrollmentId <id> -C <communityId> -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 <id>

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 from communities:list.
  • Use posts:create without --date to save as a draft.
  • Workflow configs define trigger → condition → action pipelines. Use workflows:registry to discover available types.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-26 18:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,229
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,330
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,100