← 返回
AI智能 中文

OpenClaw Flow Kit

Fix common OpenClaw workflow bottlenecks: platform engage-gates/429 backoff helpers (starting with MoltX), standardized JSON result envelopes for chaining scripts, workspace path resolution helpers, and a simple skill release conductor (prepare/publish/draft announcements).
修复 OpenClaw 常见工作流瓶颈:平台 engage-gates/429 退避辅助(始于 MoltX)、用于脚本链接的标准化 JSON 结果封装、工作区路径解析辅助,以及简易技能发布协调器(准备/发布/草稿公告)。
deepseekoracle
AI智能 clawhub v1.0.0 1 版本 99769.4 Key: 无需
★ 0
Stars
📥 1,298
下载
💾 56
安装
1
版本
#latest

概述

OpenClaw Flow Kit

Use this when you hit:

  • platform engage gates / flaky 429 loops (esp. MoltX)
  • inconsistent script outputs that make skill-chaining painful
  • workspace-relative path bugs (writing to skills/state vs state)
  • repetitive skill release steps (publish + generate announcement drafts)

Quick commands

1) Standardized result envelope for any command

python scripts/run_envelope.py -- cmd /c "echo hello"

Outputs JSON:

  • ok, exit_code, stdout, stderr, startedAt, endedAt, durationMs

2) MoltX engage-gate helper (read feeds + like/repost)

python scripts/moltx_engage_gate.py --mode minimal

Then run your post normally.

3) Workspace root resolver (import helper)

Use in scripts to find the real workspace root:

from scripts.ws_paths import find_workspace_root
WS = find_workspace_root(__file__)

4) Release conductor (prepare → publish → draft)

python scripts/release_conductor.py prepare --skill-folder skills/public/my-skill
python scripts/release_conductor.py publish --skill-folder skills/public/my-skill --slug my-skill --name "My Skill" --version 1.0.0 --changelog "..."
python scripts/release_conductor.py draft --slug my-skill --name "My Skill" --out tmp/drafts

Notes:

  • draft generates post text files; it does not post anywhere.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 797,759
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,353 📥 317,940
content-creation

LYGO-MINT Verifier

deepseekoracle
适用于 Champion/对齐提示包的 LYGO-MINT 验证器:规范数据包、生成确定性 SHA-256 哈希、写入仅追加和规范账本,并输出可在任意平台(Moltbook/Moltx/X/Discord/4claw)发布的便携式 Anch
★ 0 📥 1,740