← 返回 Skills 市场
xinbenlv

Modelsense

作者 xinbenlv · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
272
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install modelsense
功能描述
ModelSense — The right model for the right job. Recommends the best LLM model and effort level for any task, based on benchmark data, task analysis, and the...
安全使用建议
What to consider before installing: - Functionality: This skill is an advisory — it recommends models and effort levels and can optionally switch the agent's session when you explicitly allow it. If you don't want automatic switching or delegation, decline prompts to 'apply' the recommendation. - GitHub Actions: The repo includes a CI workflow that optionally uses an OPENROUTER_API_KEY (GitHub secret) to auto-update pricing/context; providing that secret will let the action contact openrouter.ai and commit updated data/models.yaml. If you don't want external updates, don't enable that CI secret or disable the workflow. - Provider access: To determine which models you can use the skill will try to read your configured providers (it suggests running `openclaw models list`). That reveals which providers/models you have configured (not the secret keys themselves). Ensure the agent runtime has the minimal permissions you expect. - Review the data files: The benchmarks and model catalog are manually authored; if you rely on their exact rankings/costs for billing or routing, periodically verify accuracy. - If you need higher assurance: ask the maintainer for the skill's origin (source/homepage) and verify the GitHub Actions secret usage and commit history before enabling automatic updates.
功能分析
Type: OpenClaw Skill Name: modelsense Version: 0.1.0 ModelSense is a legitimate utility designed to recommend LLM models based on task requirements and benchmark data. The bundle contains standard Python automation (scripts/update-models.py) for fetching pricing data from the OpenRouter API and a GitHub workflow for periodic updates. The instructions in SKILL.md and AGENTS.md are well-scoped to the tool's purpose, utilizing standard OpenClaw session management tools without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the included assets: SKILL.md describes recommendation logic and the repo contains benchmark and model catalogs plus a small updater script to refresh pricing/context from OpenRouter. All requested capabilities (checking local providers, recommending models, optionally switching sessions) are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to check the user's available providers (suggests running `openclaw models list` via exec or reading from context) and to optionally call session_status/sessions_spawn to switch or delegate. These actions are coherent with recommending and applying models but do require the agent environment to expose provider info and permit session switching; they can access provider metadata (not declared secrets) and act autonomously if allowed.
Install Mechanism
There is no install spec for the agent runtime (instruction-only), which is low-risk. The repository includes a GitHub Actions workflow that installs Python deps (requests, pyyaml) in CI to run scripts/update-models.py; this is a standard, limited CI update pattern and not an agent-time install of arbitrary binaries.
Credentials
The skill declares no required env vars for runtime. The updater script and GitHub Action optionally use OPENROUTER_API_KEY (provided via GitHub Secrets) to fetch pricing/context data — this is reasonable for auto-updating but is an external credential unrelated to runtime recommendations. No other credentials or secrets are requested.
Persistence & Privilege
always:false and disable-model-invocation:false (normal). The repo's CI may commit updated data/models.yaml within the skill repo, which is expected for keeping catalogs fresh. The skill does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install modelsense
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /modelsense 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of ModelSense: an on-demand advisor to recommend the best LLM model and effort level for any user task. - Offers clear recommendations grounded in benchmark data, user task analysis, and available providers. - Provides rationale, cost estimates, and alternative options for different effort or quality needs. - Supports advisory mode, auto-switching session models, and on-demand task delegation. - Designed for interactive use when users need help choosing between models or understanding benchmark implications.
元数据
Slug modelsense
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Modelsense 是什么?

ModelSense — The right model for the right job. Recommends the best LLM model and effort level for any task, based on benchmark data, task analysis, and the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。

如何安装 Modelsense?

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

Modelsense 是免费的吗?

是的,Modelsense 完全免费(开源免费),可自由下载、安装和使用。

Modelsense 支持哪些平台?

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

谁开发了 Modelsense?

由 xinbenlv(@xinbenlv)开发并维护,当前版本 v0.1.0。

💬 留言讨论