AI Model Watcher

v1.0.0

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...

0· 116·0 current·0 all-time
byHoopan@hoopan007
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

aivk97dkpfkx08mgy9zkt7mh2bxj18324pvcatalogvk97dkpfkx08mgy9zkt7mh2bxj18324pvdiscoveryvk97dkpfkx08mgy9zkt7mh2bxj18324pvlatestvk97dkpfkx08mgy9zkt7mh2bxj18324pvmodelsvk97dkpfkx08mgy9zkt7mh2bxj18324pvsqlitevk97dkpfkx08mgy9zkt7mh2bxj18324pvtrackingvk97dkpfkx08mgy9zkt7mh2bxj18324pvwatchervk97dkpfkx08mgy9zkt7mh2bxj18324pv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments