← 返回 Skills 市场
121
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install super-powers
功能描述
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...
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install super-powers - 安装完成后,直接呼叫该 Skill 的名称或使用
/super-powers触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Super Powers AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install super-powers」即可一键安装,无需额外配置。
Super Powers AI 是免费的吗?
是的,Super Powers AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Super Powers AI 支持哪些平台?
Super Powers AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Super Powers AI?
由 rohanarun(@rohanarun)开发并维护,当前版本 v1.0.4。
推荐 Skills