通过 pengbo.space 的 SMM API 查询服务、筛选服务 ID、提交订单、查询订单状态、发起补单和检查余额。适用于需要安全调用 pengbo.space/api/v1 的自动化任务。对写操作默认要求显式确认。
pengbo.space/api/v1 上做服务查询、下单、查单、补单、余额检查。下单、查订单、订单状态、补单、余额、服务ID、粉丝增长、点赞、评论、浏览量、twitter followers、instagram likes、youtube views。查我的订单、给这个链接下单、查余额、补单 12345。services --query 做服务筛选,再建议用户确认 service_id。add/refill。使用 pengbo-space 查我的订单调用 pengbo-space,查询余额用 pengbo-space 搜索 twitter followers 服务使用 pengbo-space 给这个链接下单:<url> 数量 1000调用 pengbo-space,查询订单 12345 状态用 pengbo-space 对订单 12345 发起补单setup(一键检查 key + health + 下一步命令)。health 检查 key 与 API 可用性。services --query --fields --limit 本地筛选服务。add / refill)必须显式 --confirm。status / orders 跟踪。--lang auto|zh|en|es|mixed(默认 auto)。auto 会按“会话历史偏好 + 本轮输入文本”自动判断语言。--input-text "用户原话" 提高自动识别准确度。🎉 欢迎使用 Pengbo Space Skill
为确保你能立即开始使用,请先完成两步:
登录账号
官方地址:https://pengbo.space获取 API Key
获取地址:https://pengbo.space/user/api/docs限时活动通知:
当前活动为 充值多少送多少(1:1赠送),具体活动规则以平台页面实时说明为准。如需我协助你完成首次配置(Base URL / API Key / health 检查),可直接回复「开始配置」。
--confirm,防止误下单。add 带 30 秒幂等保护(相同 service+link+quantity 自动拦截)。add/refill 会写本地审计日志:data/orders-log.jsonl。https://pengbo.space/api/v1(HTTPS + 域名白名单)。# 一键引导(推荐首次运行)
python3 skills/pengbo-space/scripts/pengbo_smm.py setup --lang auto
# 健康检查
python3 skills/pengbo-space/scripts/pengbo_smm.py health --lang auto
# 服务查询(缓存优先)
python3 skills/pengbo-space/scripts/pengbo_smm.py services --query "twitter followers" --fields service,name,rate,min,max --limit 20
# 强制刷新缓存(默认无延迟,可选 jitter)
python3 skills/pengbo-space/scripts/pengbo_smm.py refresh-cache
python3 skills/pengbo-space/scripts/pengbo_smm.py refresh-cache --jitter 1.5
# 下单(写操作必须 --confirm)
python3 skills/pengbo-space/scripts/pengbo_smm.py add --service 1 --link "https://..." --quantity 1000 --confirm
# 查单 / 历史订单 / 批量查单 / 补单 / 余额
python3 skills/pengbo-space/scripts/pengbo_smm.py status --order 12345
python3 skills/pengbo-space/scripts/pengbo_smm.py list-orders --limit 20
python3 skills/pengbo-space/scripts/pengbo_smm.py orders --orders 12345,12346
python3 skills/pengbo-space/scripts/pengbo_smm.py refill --order 12345 --confirm
python3 skills/pengbo-space/scripts/pengbo_smm.py balance
# 冒烟测试(上架前建议执行)
bash skills/pengbo-space/scripts/smoke_test.sh
# 安全发布检查(P0/P1 基线)
bash skills/pengbo-space/scripts/release_security.sh
# 预发布安全扫描(可接入 CI)
bash skills/pengbo-space/scripts/pre_release_scan.sh
# 强制验签更新(验签失败即中止)
bash skills/pengbo-space/scripts/secure_update.sh \
--artifact-url https://clawhub.ai/path/pengbo-space.skill \
--sig-url https://clawhub.ai/path/pengbo-space.skill.sig \
--pubkey-file /secure/path/public_ed25519.pem
.github/workflows/pengbo-skill-security.ymlrelease_security.sh + pre_release_scan.shreferences/api-reference.mdagents/openai.yamlZIP package — ready to use