superpowers-streamer-cli
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 oh-my-skill add rohanarun/phoneclaw/superpowers-streamer-clicurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- rohanarun/phoneclaw/superpowers-streamer-clinpx oh-my-skill verify rohanarun/phoneclaw/superpowers-streamer-cli怎么用
商店整理自技能原文 · 版本 c59995b · 表述以原文为准Claude 会指导你安装 npm 包、登录或注册账号、启动本地流媒体服务并打开控制链接,还能帮你停止服务或解决常见问题。
当你想从 npm 安装 superpowers-ai、登录/注册、启动或停止本地的 SuperPowers 流媒体服务,或遇到 npm 或运行时问题时。
技能原文 SKILL.md
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-ainpm 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
- Check that Node and npm exist.
node -v npm -v
- 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
- Log in or create the account.
superpowers login
This should prompt for:
- email or phone
- verification code
- Tell the user that the package should start the streamer and print a control link automatically after login.
- If needed, start again manually.
superpowers start
- To stop the local streamer later:
superpowers stop
- 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
/generalcontrol 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.