用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/publieople/hermes-config-kit --skill models-dev命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Manage AstrBot knowledge bases — create, upload, retrieve, delete via WebUI or REST API. Use when adding documents to an AstrBot bot's RAG knowledge base, troubleshooting embedding issues, or automating KB updates.
Integrate Hermes Agent with external desktop applications, IDEs, and AI tools — mapping their integration interfaces (custom API endpoints, MCP support, terminal hooks) to Hermes' built-in capabilities (API Server, MCP Server Mode, CLI spawning). Use when asked to "connect Hermes to X" or "make Hermes work with Y" for any third-party app.
国内量化交易系统搭建 — 行情终端 vs 量化系统辨析、券商通道瓶颈、开源框架选型、老式行情软件逆向分析
基于 SOC 职业分类
正在显示 SKILL.md
| name | models-dev |
| description | Query models.dev API to compare AI model pricing across all providers. |
Compare AI model pricing across providers using the models.dev open-source database.
curl -s "https://models.dev/api/v1/models/deepseek/deepseek-v4-flash" |
jq -r '.providers[] | "(.name): $(.cost.input // "?")/$(.cost.output // "?")"'
| Model | ID |
|---|---|
| DeepSeek V4 Flash | deepseek/deepseek-v4-flash |
| DeepSeek V4 Pro | deepseek/deepseek-v4-pro |
| Claude Opus 4.8 | anthropic/claude-opus-4-8 |
| GPT-5 | openai/gpt-5 |
Use deepseek/deepseek-v4-pro for the more capable model.
GET https://models.dev/api/v1/models/{model_id} # providers + pricing
GET https://models.dev/api/v1/model/{provider}/{model_id} # model metadata only
GET https://models.dev/api/v1/models/{model_id}?metadata=true # both