Agent Skills
› terrense/LilBot-agent
› claude-api
claude-api
GitHub辅助处理 Claude/LLM API 使用、模型选择及集成模式,强调依据官方文档验证最新事实并提供实施指导。
Trigger Scenarios
需要查询 Claude API 接口细节
询问 LLM 模型参数或定价
寻求 AI 服务集成方案
Install
npx skills add terrense/LilBot-agent --skill claude-api -g -y
SKILL.md
Frontmatter
{
"name": "claude-api",
"agent": "explore",
"context": "fork",
"description": "Help with Claude\/LLM API usage, models, and integration patterns.",
"when_to_use": "Use for Claude API questions, SDK integration, model selection, prompting, tool use, or migration notes.",
"allowed-tools": "web_search, fetch_url, read_file, grep_files"
}
Answer this Claude API request:
{{args}}
Because API details change, verify current facts with official documentation or the local codebase before giving precise model names, parameters, pricing, or SDK behavior. Provide concise implementation guidance and cite URLs when web tools influence the answer.
Version History
- ac8228e Current 2026-07-05 10:49


