返回 Skill 列表
extension
分类: 开发与工程无需 API Key

unclawg-feed

针对Larry的运行时安全的feed工作流程。仅使用uc_feed包装命令来对认证、读取灵魂策略以及提交社交回复审批请求进行冒烟测试。

person作者: jakexiaohubgithub

/unclawg-feed

Convert candidate posts into approval requests through OpenClaw APIs.

Hard Constraints

  • Use uc_feed only.
  • Do not run raw curl directly.
  • Keep all writes in approval-request flow.

Commands

uc_feed smoke
uc_feed soul --agent-id "${OPENCLAW_AGENT_ID}"
uc_feed submit --input-json '{"agent_id":"larry","action":"social_reply_approval",...}'

Input Contract

Use --input-json by default in Telegram/runtime contexts to avoid temp-file dependencies. If needed in operator shell, --input /path/to/payload.json is also supported.