← Back to Skills Marketplace
Model Checker
by
mcp98252302
· GitHub ↗
· v1.0.0
· MIT-0
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install model-checker
Description
查询公司内部可用AI模型列表。
Usage Guidance
This skill is coherent and simple: it issues a single unauthenticated GET to a specified API to return available models. Before installing, confirm the endpoint domain (cwork-api-test.xgjktech.com.cn) is legitimate and permitted by your org. Even unauthenticated GETs can leak information (request metadata, IP, headers), so consider running it in an environment with approved outbound network rules. If you prefer, ask the skill author for an official corporate endpoint or documentation and confirm there are no hidden endpoints or requirements. Finally, note the package depends on axios (npm) — ensure your runtime will install dependencies from trusted registries.
Capability Analysis
Type: OpenClaw Skill
Name: model-checker
Version: 1.0.0
The skill bundle is a straightforward implementation for querying a list of available AI models from a specified corporate API endpoint (xgjktech.com.cn). The code in index.js and the instructions in SKILL.md are consistent with the stated purpose and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description ('query internal AI models') matches the SKILL.md and index.js which perform a GET to an AI model-list endpoint. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md explicitly instructs calling https://cwork-api-test.xgjktech.com.cn/filegpt/t_ai/nologin/aiTypeList. index.js implements a single axios GET to that URL and does not read local files, env vars, or other system state.
Install Mechanism
There is no install spec (instruction-only), but repository includes package.json/package-lock.json listing axios. This is proportional to the task (HTTP request). No arbitrary downloads or extracted archives are present. Runtime may install npm deps, which is expected but worth noting.
Credentials
The skill requests no credentials or config. However it calls an external host (cwork-api-test.xgjktech.com.cn). Although the path includes 'nologin' (no auth), users should verify that the endpoint is a trusted corporate API before allowing calls from the agent, since outbound requests reveal the agent's network traffic and may include headers or metadata.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system settings, and has normal agent-invocation settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install model-checker - After installation, invoke the skill by name or use
/model-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Model Checker?
查询公司内部可用AI模型列表。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Model Checker?
Run "/install model-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Model Checker free?
Yes, Model Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Model Checker support?
Model Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Model Checker?
It is built and maintained by mcp98252302 (@mcp98252302); the current version is v1.0.0.
More Skills