Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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).
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).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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)
python scripts/run_envelope.py -- cmd /c "echo hello" Outputs JSON: ok, exit_code, stdout, stderr, startedAt, endedAt, durationMs
python scripts/moltx_engage_gate.py --mode minimal Then run your post normally.
Use in scripts to find the real workspace root: from scripts.ws_paths import find_workspace_root WS = find_workspace_root(__file__)
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.
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.