复制指令
Copy the prompt
不用先注册,不用先给 API key。
把下面这句话粘贴给 Claude Code、Cursor、Cline 或 OpenClaw。 它会启动本地 sidecar,并先跑 Beacon Free 体检。
Paste this into your AI agent. It installs SkillFM locally and starts the free Beacon checkup.
帮我接入 SkillFM Beacon:先做 AI 体检和清理审计,看清 token 花费、上下文负担、工具膨胀和安全风险,并给我省钱建议。执行:$ npx -y -p @skillfm/local@latest skillfm-local start
Copy the prompt
不用先注册,不用先给 API key。
Paste into your agent
让你现有的 Agent 自己启动 SkillFM。
Run checkup
说“看下我家 AI”,先拿到健康报告。
大多数用户不需要看这一段。只有当你的 Agent 无法自动写入配置时,再按下面的手动方式接入。
Manual MCP setup is only a fallback when your agent cannot write its own config.
npx -y -p @skillfm/local@latest skillfm-local doctor
~/.cursor/mcp.json
{
"mcpServers": {
"beacon": {
"command": "npx",
"args": ["-y", "-p", "@skillfm/local", "skillfm-local", "mcp"]
}
}
}npx -y -p @skillfm/local@latest skillfm-local safe detect npx -y -p @skillfm/local@latest skillfm-local safe inject