Agent Skills
› terrense/LilBot-agent
› claude-api
claude-api
GitHub协助处理Claude/LLM API的使用、模型信息及集成模式。通过官方文档或代码库验证最新事实,提供简洁的实现指导并引用URL,适用于API调用与集成场景。
触发场景
查询Claude API参数或模型信息
寻求LLM集成实现建议
安装
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.
版本历史
- ac8228e 当前 2026-07-05 10:49


