install SkillFM

最简单的安装:
复制给 AI

把下面这句话粘贴给 Claude Code、Cursor、Cline 或 OpenClaw。 它会启动本地 sidecar,授权后先预览基础 SAFE + Beacon 模块,再跑 Beacon Free 体检。

Paste this into your AI agent. After consent, it previews the base SAFE + Beacon module and starts the free Beacon checkup.

PASTE TO YOUR AGENT

帮我接入 SkillFM Beacon:先启动本地 sidecar;如果需要激活,走真实设备授权流程,不要伪造 code。获得我授权后,先用 skillfm_install_module({name:"beacon", dry_run:true}) 预览基础 SAFE + Beacon 模块,等我确认后再安装。然后做 AI 体检和清理审计,看清 token/用量线索、上下文负担、工具膨胀和安全风险,并给我省钱建议。执行:$ npx -y -p @skillfm/local@latest skillfm-local start

01

复制指令

Copy the prompt

先让 Agent 启动本地 Beacon,拿到只读报告。

02

粘贴给 AI

Paste into your agent

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

03

授权后安装 SAFE

Install SAFE after consent

先预览基础 SAFE + Beacon 模块,确认后再写入。

04

开始体检

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