← Back to Skills Marketplace
rohanarun

Super Powers AI

by rohanarun · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install super-powers
Description
Install and run the published SuperPowers desktop streamer npm package. Use when a user needs a portable ClawHub skill that installs the third-party npm pack...
Usage Guidance
This skill is internally coherent, but before running it be aware it will download and execute the third‑party npm package superpowers-ai (you are not given its source as part of the skill). That package may contact its own backend, ask for email/phone verification, and require screen/capture permissions on macOS. Recommended precautions: - Inspect the package and maintainer on npm (publisher: superpowersai, maintainer email listed in SKILL.md). Check the package homepage/repo and recent releases. - If you keep registry auth tokens or sensitive settings in your npm config (~/.npmrc or env vars), either remove them or run the helper in a disposable environment (VM/container) so tokens cannot be used by the install or package. - If you want to audit code before running, download the package (npm pack or view its repo) and review the bin/entrypoint referenced by the helper (bin/supers.js) before running it. - For maximum safety, run the workflow in an isolated machine or sandbox, and avoid handing production credentials or personal phone/email you don't want tied to a third‑party service. If you trust the superpowersai publisher and are comfortable with these supply‑chain risks, the skill behaves as described.
Capability Assessment
Purpose & Capability
Name and description match the implementation: the helper installs the npm package superpowers-ai into .superpowers/npm and runs its CLI. It does not request unrelated environment variables or attempt global installs. The pin to a single package name and the claimed provenance are consistent with the code.
Instruction Scope
SKILL.md and the helper script stay within the stated scope (install, login, start/stop, whoami, logout). The main risk is inherent: the helper installs and then executes an unreviewed third‑party package (no source edits). The instructions do not read unrelated files or request unexpected env vars, but the runtime package may prompt for email/phone verification and will talk to its backend.
Install Mechanism
There is no separate install spec; the runtime script executes npm install --prefix into the skill's state directory. That is an expected, low-friction approach, but installing a package from the public npm registry at runtime means arbitrary code from that package will run. The script retries with a temp npm cache if needed — nothing unusual but it performs network downloads.
Credentials
The skill declares no required environment variables or credentials, which matches the files. However the script uses the user's current npm configuration and environment when invoking npm/node (process.env is forwarded). If the user has registry auth tokens or sensitive npm config (~/.npmrc or env vars) those could influence the install or be used during runtime. The package itself will ask for login credentials (email/phone) — that is expected, but those credentials go to the package's backend, not the skill.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and confines files to its own .superpowers state directory. It uses normal local permissions and does not perform system‑wide changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install super-powers
  3. After installation, invoke the skill by name or use /super-powers
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
super-powers 1.0.4 - Now installs the `superpowers-ai` npm package into a local `.superpowers/npm` directory instead of using global npm install. - All CLI commands run using the locally installed package from the isolated state directory. - Added explicit support and examples for `--stop`, `--whoami`, and `--logout` command options. - Updated documentation to clarify install location and usage patterns.
v1.0.3
- Clarified that the helper is now intentionally pinned to only accept the `superpowers-ai` npm package. - Removed the ability to specify alternate npm package names in both documentation and examples. - Updated usage instructions and notes to reflect that the package name is no longer customizable. - No functional changes to flows or commands; edits are documentation-only.
v1.0.2
- Added a new "Package Provenance" section specifying the published npm package name, page, expected publisher, and maintainer email. - Clarified that explanations of the skill should explicitly state it installs and executes the published npm package on the user's machine. - No functionality changes; documentation update only.
v1.0.1
- Clarified that the skill installs and runs only the published npm package `superpowers-ai` and does not build from local source code. - Updated instructions and descriptions to emphasize use of the third-party npm package, executed in the user's own environment with existing permissions and config. - Improved explanation of the skill's behavior for better user understanding of its limitations and intended use. - No functional or file changes; documentation only.
v1.0.0
First upload to enable remote streaming with getsupers.com and unlimited agents without burning credits
Metadata
Slug super-powers
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Super Powers AI?

Install and run the published SuperPowers desktop streamer npm package. Use when a user needs a portable ClawHub skill that installs the third-party npm pack... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Super Powers AI?

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

Is Super Powers AI free?

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

Which platforms does Super Powers AI support?

Super Powers AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Super Powers AI?

It is built and maintained by rohanarun (@rohanarun); the current version is v1.0.4.

💬 Comments