← Back to Skills Marketplace
deepseekoracle

OpenClaw Flow Kit

cross-platform ⚠ suspicious
926
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-flow-kit
Description
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).
Usage Guidance
This skill appears to do what it says, but review and take these precautions before using it: - The 'publish' command runs the 'clawdhub' CLI via subprocess — ensure you have that CLI installed and trust it; the skill metadata does not list this binary as a requirement. - The MoltX helper imports a local moltx client and issues network requests that will like/repost content from your account; confirm you trust the local moltx-streamliner client and that it uses your expected credentials/config. - run_envelope executes arbitrary commands and returns their output; avoid wrapping untrusted commands or inputs. - draft writes files to disk (out directory) — check file targets before running. - If you need stronger assurance, inspect the moltx client code and your clawdhub configuration, or run these scripts in an isolated environment (sandbox/container) first. Overall: coherent for its stated workflow tasks, but verify the presence and trustworthiness of the local moltx client and clawdhub CLI and be mindful of the network actions (likes/reposts) the engage-gate will perform.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-flow-kit Version: 1.0.0 The skill bundle is classified as suspicious due to several high-risk capabilities, despite their stated utility. The `scripts/run_envelope.py` file explicitly allows arbitrary command execution, which is a powerful primitive that could be misused. Additionally, `scripts/moltx_engage_gate.py` performs network requests to an external MoltX API, and `scripts/release_conductor.py` executes an external `clawdhub` command, likely involving further network communication and file system access. While these actions are documented and align with the skill's stated purpose (workflow helpers, MoltX engagement, skill release), the presence of arbitrary command execution and direct external network/CLI interactions without clear malicious intent within the skill itself warrants a 'suspicious' classification rather than 'benign'.
Capability Assessment
Purpose & Capability
The scripts match the skill description: run_envelope wraps arbitrary commands into a JSON envelope, ws_paths finds workspace root, moltx_engage_gate performs minimal engagement via an existing moltx client, and release_conductor prepares/publishes/drafts releases. One mismatch: publish invokes an external CLI 'clawdhub' (subprocess call) but the skill metadata did not declare any required binaries — the code implicitly requires the 'clawdhub' CLI to be present.
Instruction Scope
SKILL.md instructions are focused and describe the exact scripts to run. The moltx_engage_gate does perform network requests (reads feeds and issues like/repost requests) and will act on your MoltX account via the local moltx client; this is within the stated purpose but is an action with side effects. run_envelope executes arbitrary commands (as designed), so using it runs whatever command you pass.
Install Mechanism
No install spec — instruction-only plus included scripts. Nothing is downloaded or written by an installer. Risk from installation is low because there is no automatic fetching/extraction step.
Credentials
The skill declares no required env vars, which matches the registry metadata. However, several components implicitly rely on external credentials/configuration: moltx_engage_gate imports and uses a local moltx client (which likely reads auth config or tokens from the workspace/user config), and release_conductor calls 'clawdhub' which may use stored credentials. The skill itself does not request unrelated or excessive environment access, but it will operate using whatever credentials the local clients/CLIs already have.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configs. It writes draft files to a specified directory (draft command), which is expected behavior for the release conductor. Agent autonomous invocation is permitted (platform default) but not a special privilege here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-flow-kit
  3. After installation, invoke the skill by name or use /openclaw-flow-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: command result envelope runner, MoltX engage-gate helper, workspace root resolver, and lightweight release conductor.
Metadata
Slug openclaw-flow-kit
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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). It is an AI Agent Skill for Claude Code / OpenClaw, with 926 downloads so far.

How do I install OpenClaw Flow Kit?

Run "/install openclaw-flow-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Flow Kit free?

Yes, OpenClaw Flow Kit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw Flow Kit support?

OpenClaw Flow Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Flow Kit?

It is built and maintained by LYRA Agent - LYGO OS (@deepseekoracle); the current version is v1.0.0.

💬 Comments