用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/smithersai/smithers --skill smithers-agents命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | smithers-agents |
| description | Inspect and register subscriptions and api keys. Run `smithers agents --help` for usage details. |
| requires_bin | smithers |
| command | smithers agents |
Register a Smithers agent account (interactive wizard, or non-interactive via flags).
| Flag | Type | Default | Description |
|---|---|---|---|
--provider | string | Provider id; omit to launch the interactive wizard | |
--label | string | Unique label, e.g. 'claude-work' | |
--configDir | string | Path to the per-account CLI config dir (subscription providers) | |
--apiKey | string | API key (api-key providers only) | |
--model | string | Default model for this account | |
--skipLogin | boolean | false | Skip the 'is the dir populated?' check (advanced) |
--force | boolean | false | Register even if no credentials are present |
--replace | boolean | false | Overwrite an existing account with the same label |
--loop | boolean | false | Wizard mode only: keep adding accounts until you say done |
Print a JSON report of the built-in CLI agent capability registries.
Validate built-in CLI agent capability registries and command-surface contracts.
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | false | Print the doctor report as JSON |
List all registered Smithers agent accounts. Use --format json for machine output.
Remove a Smithers agent account by label.
| Name | Type | Required | Description |
|---|---|---|---|
label | string | yes | Account label to remove |
| Flag | Type | Default | Description |
|---|---|---|---|
--silent | boolean | false | Do not error if the label is not registered |
Spawn the account's underlying CLI with --version to verify it is reachable.
| Name | Type | Required | Description |
|---|---|---|---|
label | string | yes | Account label to ping |