install SkillFM

最简单的安装:
复制给 AI

把下面这句话粘贴给 Claude Code、Cursor、Cline 或 OpenClaw。 它会启动本地 sidecar,并先跑 Beacon Free 体检。

Paste this into your AI agent. It installs SkillFM locally and starts the free Beacon checkup.

PASTE TO YOUR AGENT

帮我接入 SkillFM Beacon:先做 AI 体检和清理审计,看清 token 花费、上下文负担、工具膨胀和安全风险,并给我省钱建议。执行:$ npx -y -p @skillfm/local@latest skillfm-local start

01

复制指令

Copy the prompt

不用先注册,不用先给 API key。

02

粘贴给 AI

Paste into your agent

让你现有的 Agent 自己启动 SkillFM。

03

开始体检

Run checkup

说“看下我家 AI”,先拿到健康报告。

懂技术的用户,也可以手动配置 MCP。

大多数用户不需要看这一段。只有当你的 Agent 无法自动写入配置时,再按下面的手动方式接入。

Manual MCP setup is only a fallback when your agent cannot write its own config.

1. 装包 / Install package

npx -y -p @skillfm/local@latest skillfm-local doctor

2. 写入 Cursor MCP 配置 / Add MCP config

~/.cursor/mcp.json

{
  "mcpServers": {
    "beacon": {
      "command": "npx",
      "args": ["-y", "-p", "@skillfm/local", "skillfm-local", "mcp"]
    }
  }
}

3. 注入 SAFE 引导 / Inject SAFE guidance

npx -y -p @skillfm/local@latest skillfm-local safe detect
npx -y -p @skillfm/local@latest skillfm-local safe inject