‹ 首页

superpowers-streamer-cli

@rohanarun · 收录于 3 天前 · 上游提交 3 个月前

Install, log into, run, and troubleshoot the published SuperPowers desktop streamer npm package. Use when a user wants to set up `superpowers-ai` from npm, sign in or create an account with email or phone, start the streamer, open the printed control link, stop it later, or recover from common npm or runtime issues without needing source-code access.

适合你,如果需要通过命令行配置 SuperPowers 直播器并解决常见问题。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add rohanarun/phoneclaw/superpowers-streamer-cli
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- rohanarun/phoneclaw/superpowers-streamer-cli
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify rohanarun/phoneclaw/superpowers-streamer-cli
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
551GitHub stars
~570最小装载
~570含声明引用
~32.3K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 c59995b · 表述以原文为准
它做什么

Claude 会指导你安装 npm 包、登录或注册账号、启动本地流媒体服务并打开控制链接,还能帮你停止服务或解决常见问题。

什么时候触发

当你想从 npm 安装 superpowers-ai、登录/注册、启动或停止本地的 SuperPowers 流媒体服务,或遇到 npm 或运行时问题时。

装好后可以这样说
Claude 会执行安装和登录流程
Claude 会运行启动命令并提示打开控制链接
技能原文 SKILL.md作者撰写 · MIT · c59995b

SuperPowers Streamer CLI

Assume the skill does not have repo or source-code access. Work only from the published npm package and the user's terminal environment.

Use This Skill For
  • Installing the published superpowers-ai npm package
  • Helping a user log in or create an account with email or phone verification
  • Starting the local streamer and using the printed control link
  • Stopping the streamer later
  • Troubleshooting npm install problems, login problems, or package runtime issues
Core Rules
  • Do not assume any local source tree or machine-specific filesystem layout.
  • Do not tell the agent to edit repo files unless the user explicitly says they have the source code and wants development help.
  • Prefer the published package workflow first.
  • Keep commands customer-facing and simple.
Standard Flow
  1. Check that Node and npm exist.
node -v
npm -v
  1. Install the package.
npm install -g superpowers-ai

If the user's npm cache is broken or permission-denied, retry with a clean temp cache:

mkdir -p /tmp/superpowers-npm-cache
npm_config_cache=/tmp/superpowers-npm-cache npm install -g superpowers-ai
  1. Log in or create the account.
superpowers login

This should prompt for:

  • email or phone
  • verification code
  1. Tell the user that the package should start the streamer and print a control link automatically after login.
  1. If needed, start again manually.
superpowers start
  1. To stop the local streamer later:
superpowers stop
  1. Helpful account commands:
superpowers whoami
superpowers logout
Customer Guidance
  • Install package: npm install -g superpowers-ai
  • Start login: superpowers login
  • Start again manually: superpowers start
  • Stop streamer: superpowers stop
  • Open the printed /general control link in the browser to control the stream
macOS Notes

On macOS, the user may need to allow:

  • Screen Recording
  • Accessibility

If macOS prompts for permissions, tell the user to approve them and then rerun:

superpowers start
Troubleshooting

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

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。