소스 정보
- 저장소
- memect/clawshire-cli
- 최근 소스 활동
- 2026년 5월 27일 07:34
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/memect/clawshire-cli --skill clawshire-shared명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | clawshire-shared |
| version | 1.0.0 |
| description | ClawShire CLI 共享规则:安装、认证、输出格式、错误处理与安全约束。首次使用或遇到认证/配置问题时优先读取。 |
| triggers | ["clawshire","/clawshire","clawshire auth","clawshire login","api key","auth status","auth check","clawshire 配置","clawshire 安装"] |
| invocable | true |
| argument-hint | [command] [args...] |
| metadata | {"requires":{"bins":["clawshire"]},"cliHelp":"clawshire --help"} |
所有 ClawShire CLI 场景都先遵守这份共享规则。
clawshire 是否可用、是否需要 API Key、输出格式该选什么。user info、annual-report、annual-analysis 这类需要认证的命令,优先建议先跑 clawshire auth status 或 clawshire auth check。--format json;面向终端用户阅读,优先用默认表格输出。clawshire agent feedback 提交结构化反馈;如果 CLI 反馈不可用,可提示反馈到 agent2agi.memect@claw.163.com。| 任务 | 命令 |
|---|---|
| 检查 CLI 是否已安装 | clawshire --help |
| 查看 CLI 版本 | clawshire version |
| 查看认证配置 | clawshire auth show |
| 查看认证状态 | clawshire auth status |
| 检查认证是否可用 | clawshire auth check |
| 保存 API Key | clawshire auth set-key <your_api_key> |
| 清除 API Key | clawshire auth logout |
| 升级 CLI | clawshire update |
| 只看升级命令 | clawshire update --dry-run |
| 提交 Agent 阻塞反馈 | clawshire agent feedback --intent <text> --blocked-by <text> --expected-capability <text> |
| 反馈邮箱 | agent2agi.memect@claw.163.com |
| 目标 | 推荐写法 |
|---|---|
| 给人看 | clawshire ... |
| 给脚本或 Agent 消费 | clawshire --client skill --skill-name <skill-name> --agent-name <agent-name-or-unknown-agent> --rationale <why-this-call> <command> --format json |
| 写到文档或聊天里 | clawshire <command> --format markdown |
| 导出表格 | clawshire <command> --format csv |
总规则:不要依赖默认格式推断,想要结构化结果时显式加 --format json 或 --json。
用户现在要做什么?
├── 先安装 / 升级 CLI → 检查 `clawshire --help` 或 `clawshire update`
├── 配 API Key / 查认证状态 → 用 `auth show/status/check/logout`
├── Agent 卡住 / 工具能力缺失 → 用 `agent feedback`
├── 问公告怎么查 → 切到 clawshire-data-query
├── 问年报怎么查 → 切到 clawshire-annual-report
└── 问年报分析怎么做 → 切到 clawshire-annual-analysis
clawshire --help
clawshire auth set-key <your_api_key>
clawshire auth status
clawshire user info
export CLAWSHIRE_API_KEY="<your_api_key>"
clawshire auth status
clawshire user info
clawshire update --dry-run
clawshire update
clawshire --client skill --skill-name <skill-name> --agent-name <agent-name-or-unknown-agent> --rationale "提交 Agent 阻塞反馈" agent feedback --intent "用户想完成的任务" --attempted '["已经尝试的命令或工具"]' --blocked-by "阻塞点" --expected-capability "期望 ClawShire 提供的能力" --related-tool notice.search --severity medium --format json
references/setup.mdreferences/errors.md