← Back to Skills Marketplace
gvuckovich

SuperClaw

by gvuckovich · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
165
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install superclaw-skills
Description
14 production-tested agent workflow skills for disciplined, high-quality AI coding and task execution. Covers TDD, debugging, code review, planning, brainsto...
Usage Guidance
This bundle appears to be what it says: workflow skills plus a browser-based 'visual companion' implemented with a local Node HTTP/WebSocket server. Before installing or running it, consider: 1) Runtime requirements: the package includes Node.js (server.cjs) and Bash scripts — ensure your environment provides node and a POSIX shell (these are not declared in the metadata). 2) Filesystem & git access: the SKILL.md explicitly instructs reading project files, writing specs to docs/, and committing; only run this in repos and directories you trust. 3) Local server exposure: the visual companion can be bound to 0.0.0.0 and served for remote/containerized setups — prefer binding to localhost unless you intentionally want external access, and inspect start-server.sh/server.cjs before running. 4) Review server.cjs and helper.js for any network endpoints or unexpected behavior (the provided code uses local WebSocket/HTTP only). 5) If you will run the visual companion, prefer using a project-specific .superpowers directory (and add it to .gitignore) to avoid leaving ephemeral files in your repo root. If you want higher assurance, ask the author for declared runtime requirements (node version) and a signed release or run the code in an isolated environment/VM first.
Capability Assessment
Purpose & Capability
The skill bundle claims to provide 14 agent workflow skills and the repository includes SKILL.md files and supporting scripts that implement those behaviors (e.g., a local visual companion with a Node HTTP/WebSocket server, shell scripts to start/stop it, TypeScript examples, helper JS). That is coherent with the description. Minor inconsistency: metadata lists no required binaries, but several delivered scripts assume Node.js and a POSIX shell (bash). The absence of declared runtime requirements (node, bash) is an omission but not evidence of malicious intent.
Instruction Scope
The SKILL.md instructions explicitly tell the agent to examine project files, write spec files to docs/, commit to git, and (for visual work) run a local server and read/write files under a session directory (SCREEN_DIR). Those actions are within the expected scope for brainstorming/planning code-workflow skills, but they do grant filesystem and git access and instruct running a local webserver and reading a generated '.events' file. This is expected for the visual companion feature but worth noting because it involves local I/O and starting processes.
Install Mechanism
There is no platform install spec; this is instruction-plus-source. That is low risk in terms of automatic downloads. The package ships Node and shell scripts (server.cjs, start-server.sh, etc.) which will be executed by the agent if you follow the SKILL.md guidance — the files are present and readable but not automatically installed from an external URL. No suspicious downloads or third-party registries are in the manifest.
Credentials
The skill declares no required credentials or env vars, and I see no code that requires cloud API keys. Some scripts respect several environment variables (BRAINSTORM_DIR, BRAINSTORM_HOST, BRAINSTORM_URL_HOST, BRAINSTORM_OWNER_PID, BRAINSTORM_PORT) but these are operational knobs for the local server. There are no requests for unrelated secrets. Still, the skill's runtime expects access to the local filesystem and git credentials (to commit specs), which you should only grant in trusted contexts.
Persistence & Privilege
always:false and the skill does not demand permanent global presence. The included scripts create per-session directories (default /tmp or project/.superpowers/brainstorm/) and write files there (HTML screens, .events, .server-info). That behavior is consistent with a local visual companion and does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install superclaw-skills
  3. After installation, invoke the skill by name or use /superclaw-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release. 14 production-tested agent workflow skills.
Metadata
Slug superclaw-skills
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is SuperClaw?

14 production-tested agent workflow skills for disciplined, high-quality AI coding and task execution. Covers TDD, debugging, code review, planning, brainsto... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install SuperClaw?

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

Is SuperClaw free?

Yes, SuperClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SuperClaw support?

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

Who created SuperClaw?

It is built and maintained by gvuckovich (@gvuckovich); the current version is v1.0.0.

💬 Comments