用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/YorrickBao/kiro-anthropic --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | verify |
| description | Drive the Anthropic API against an isolated fake Kiro upstream |
Use the public HTTP surface; do not call selector methods directly.
go build -o /tmp/kiro-anthropic-verify ..accounts.json with placeholder credentials, distinct profileArn values, future token expiries, and --no-import-local.--proxy to an isolated HTTP CONNECT proxy that performs TLS interception with its own test CA, then serves the fake Kiro responses inside each tunnel:
GET /getUsageLimits with per-profileArn Base or Overage usage.ListAvailableModels with gpt-5.6-sol.GenerateAssistantResponse with a valid AWS event-stream content frame.
Log only account labels derived from profileArn; never log Authorization values.SSL_CERT_FILE. Build a temp-only -overlay for httpclient.go whose tls.Config.RootCAs contains the fake upstream CA; do not alter production source or the system keychain./v1/messages and capture both the API response and fake-upstream request order.POST /api/accounts/overage, returning Base-zero active-overage Usage, then confirming no Base runtime request occurs before the Overage runtime request.Always stop the server and fake upstream after capture. Run CI checks separately; they are not runtime evidence.