← 返回 Skills 市场
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install model-watcher
功能描述
Discover, store, and inspect AI model catalog entries from one or more sources. Use when the user wants to sync a model catalog into SQLite, see newly discov...
安全使用建议
This skill appears to do what it says: it calls the public OpenRouter models API and stores results in a local SQLite DB (default path skills/model-watcher/data/model-watcher.db). Before installing/run: (1) confirm you are comfortable allowing the agent to make outbound requests to https://openrouter.ai and to create files under the skill directory; (2) note the implementation is currently hardcoded to OpenRouter—if you expected multiple sources you will need to modify the code; (3) review/execute the included Python script in a safe environment if you want to inspect its behavior (it has no secret exfiltration or unusual system access); (4) consider where the DB will be stored and whether that data is acceptable to keep locally. If you need support for additional sources or authentication, plan to audit and extend the script accordingly.
功能分析
Type: OpenClaw Skill
Name: model-watcher
Version: 1.0.0
The model-watcher skill is a legitimate utility designed to track and catalog AI models from the OpenRouter API. The Python script (scripts/model_watcher.py) uses standard libraries to perform HTTP GET requests to a known endpoint (openrouter.ai) and stores the results in a local SQLite database using safe, parameterized queries. No evidence of data exfiltration, unauthorized file access, or malicious instructions was found in the code or documentation.
能力评估
Purpose & Capability
Overall coherent: the skill finds models, normalizes them, and stores them in a local SQLite DB as described. Minor inconsistency: SKILL.md and schema emphasize 'one or more sources' and future extensibility, but the shipped implementation hardcodes SOURCE = 'openrouter' and API_URL = 'https://openrouter.ai/api/v1/models' (no pluggable sources included). This is likely an implementation detail rather than malicious.
Instruction Scope
Runtime instructions and examples map directly to the included Python script. The script only: performs an HTTPS GET to openrouter.ai, normalizes JSON, and reads/writes a local SQLite DB under skills/model-watcher/data/model-watcher.db (or an overridden --db). It does not read other system files, environment variables, or contact unexpected external endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a local script). No external downloads, package installs, or archive extraction are present in the repo. The risk surface is limited to executing the included Python script.
Credentials
The skill requests no environment variables or credentials. Network access to openrouter.ai and permission to create a local SQLite file are the only required capabilities, which are proportional to the stated purpose.
Persistence & Privilege
always:false and no special privileges are requested. The skill only creates/uses its own data file and DB schema and does not attempt to modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-watcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-watcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: discover, store, and inspect AI model catalog entries from local and remote sources.
元数据
常见问题
AI Model Watcher 是什么?
Discover, store, and inspect AI model catalog entries from one or more sources. Use when the user wants to sync a model catalog into SQLite, see newly discov... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 AI Model Watcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-watcher」即可一键安装,无需额外配置。
AI Model Watcher 是免费的吗?
是的,AI Model Watcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Model Watcher 支持哪些平台?
AI Model Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Model Watcher?
由 Hoopan(@hoopan007)开发并维护,当前版本 v1.0.0。
推荐 Skills