← 返回 Skills 市场
minirr890112-byte

Model Cost Advisor

作者 Maya Tao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install model-cost-advisor
功能描述
Analyze any task and recommend the most cost-effective LLM — with live pricing data from 30+ models, tier analysis, token estimation, and projected cost. Per...
安全使用建议
This skill appears to do what it claims: it downloads a community-maintained pricing JSON from GitHub and caches it in ~/.hermes, then analyzes task text locally to recommend models. Before installing/run: (1) verify you trust the litellm source (the script fetches raw.githubusercontent.com/BerriAI/litellm/...); (2) review the cached file (~/.hermes/model_pricing.json) if you want to inspect the data before use; (3) if you prefer no persistent files, run the scripts in a disposable environment or delete the ~/.hermes directory after use; (4) be aware it may optionally read HERMES_CURRENT_MODEL for comparison — set that only if you intend to share your current model. No credentials are required by the skill.
功能分析
Type: OpenClaw Skill Name: model-cost-advisor Version: 1.0.0 The model-cost-advisor skill is a legitimate utility designed to help users estimate LLM costs by analyzing task complexity and fetching live pricing data from the LiteLLM GitHub repository. The scripts (advise.py and fetch_pricing.py) perform keyword-based analysis and standard HTTP requests to update a local cache in ~/.hermes/, with no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection. While the documentation and code reference future-dated model versions (e.g., Claude 4.7), this appears to be speculative or synthetic data for demonstration purposes rather than a security risk.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the implementation: the two scripts fetch pricing from litellm's JSON and perform task analysis, token estimation, and cost computation. There are no unrelated credentials, binaries, or services requested.
Instruction Scope
SKILL.md instructs only to run fetch_pricing.py and advise.py with a task string; the runtime instructions do not direct the agent to read or exfiltrate unrelated files or environment variables. The only optional integration is comparing against HERMES_CURRENT_MODEL (an expected, optional env var).
Install Mechanism
No install spec; scripts are instruction-only. fetch_pricing.py downloads a JSON from raw.githubusercontent.com (a well-known release host) — reasonable for live pricing. It writes a cache file to ~/.hermes/model_pricing.json, which is expected behavior but worth noting because it creates files in the user's home directory.
Credentials
The skill declares no required environment variables or credentials. The only env referenced in docs is HERMES_CURRENT_MODEL for optional comparison; no secrets (API keys, tokens) are requested or used by the provided code.
Persistence & Privilege
always:false (normal). The skill persists a cache to ~/.hermes/model_pricing.json and creates the directory if needed — reasonable for caching but it does create a persistent file in the home directory. It does not alter other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install model-cost-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /model-cost-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: live pricing for 30+ LLMs across 4 tiers, task complexity analysis, token estimation, cost projection.
元数据
Slug model-cost-advisor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Model Cost Advisor 是什么?

Analyze any task and recommend the most cost-effective LLM — with live pricing data from 30+ models, tier analysis, token estimation, and projected cost. Per... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 Model Cost Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-cost-advisor」即可一键安装,无需额外配置。

Model Cost Advisor 是免费的吗?

是的,Model Cost Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Model Cost Advisor 支持哪些平台?

Model Cost Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Model Cost Advisor?

由 Maya Tao(@minirr890112-byte)开发并维护,当前版本 v1.0.0。

💬 留言讨论