用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/smithersai/smithers --skill smithers-chat命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | smithers-chat |
| description | Show agent chat output for the latest run or a specific run. Run `smithers chat --help` for usage details. |
| requires_bin | smithers |
| command | smithers chat |
Show agent chat output for the latest run or a specific run.
| Name | Type | Required | Description |
|---|---|---|---|
runId | string | no | Run ID to inspect (default: latest run) |
| Flag | Type | Default | Description |
|---|---|---|---|
--all | boolean | false | Show all agent attempts in the run (default: latest only) |
--follow | boolean | false | Watch for new agent output |
--tail | number | Show only the last N chat blocks | |
--stderr | boolean | true | Include agent stderr output |