Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

super-powers超能力

Agent Skill

super-powers 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,410

周安装

145

GitHub Stars

公开资料未说明

下载量

1,195
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:super-powers(超能力)
来源仓库:https://github.com/rohanarun/super-powers
安装命令:
openclaw skills install super-powers
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install super-powers

简介

用于安装与运行 SuperPowers 桌面流媒体 npm 包。

  • 提供便携式技能加载与第三方包管理能力。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 适合需要扩展 ClawHub 功能的开发场景。
  • 依赖 Node.js 环境与 npm 包可用性。
  • super-powers 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
superpowers-streamer-cli
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 package superpowers-ai, executes its CLI in the user's current environment, logs in or creates an account with email or phone verification, starts the streamer, opens the printed control link, and helps recover from common npm or runtime issues without requiring source-code access.
metadata
clawdbot
config
requiredEnv
[]
stateDirs
[".superpowers"]
example
config = { };
cliHelp
|

SuperPowers Streamer CLI

Use this skill when the user only needs the published npm package workflow.

Assume:

  • no source-code access
  • no repo edits
  • the package can be installed in any normal npm environment

Important Behavior

This skill's helper script does not build local source code.

It will:

  • install the published third-party npm package superpowers-ai into the skill's local .superpowers/npm directory
  • execute the locally installed CLI from that isolated state directory
  • do that using the user's current npm config and normal local permissions

It does not perform a global npm install.

Use this skill only when that package-install-and-run behavior is what the user wants.

Package Provenance

The helper is designed around this published package:

  • npm package: superpowers-ai
  • npm page: https://www.npmjs.com/package/superpowers-ai
  • expected npm publisher: superpowersai
  • expected maintainer email: rohan@getsupers.com

When explaining this skill, be explicit that it installs and executes that published npm package on the user's machine.

The helper is intentionally pinned to that one package. It does not accept an alternate npm package name.

Main Flow

  1. Confirm node and npm exist.
  2. Install superpowers-ai into .superpowers/npm.
  3. Run the login or create-account flow.
  4. Let the package auto-start the streamer after verification.
  5. If needed, start it again manually and open the printed /general control link.

Fastest Path

Run:

node scripts/install_and_run.js

That script:

  • installs the published third-party npm package superpowers-ai into .superpowers/npm
  • retries with a temp npm cache if the normal install fails
  • runs the locally installed CLI from the skill state directory
  • runs the package's login flow by default

Other Modes

Install only:

node scripts/install_and_run.js --install-only

Start only:

node scripts/install_and_run.js --start

Stop the local streamer:

node scripts/install_and_run.js --stop

Show the saved account:

node scripts/install_and_run.js --whoami

Log out:

node scripts/install_and_run.js --logout

Customer Commands

Through this skill helper, the main commands are:

node scripts/install_and_run.js
node scripts/install_and_run.js --start
node scripts/install_and_run.js --stop
node scripts/install_and_run.js --whoami
node scripts/install_and_run.js --logout

macOS Notes

On macOS, the user may need to allow:

  • Screen Recording
  • Accessibility

If macOS prompts for permissions, approve them and rerun:

node scripts/install_and_run.js --start

Troubleshooting

Read references/install.md for install and usage wording. Read references/troubleshooting.md for common npm, login, and streaming failures.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.03%
按下载量换算909

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills