← Back to Skills Marketplace
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wisgate-models
Description
Query Wisgate for model pricing, capabilities, and configuration details. Use when adding a model to OpenClaw, comparing Wisgate pricing, or checking if a mo...
Usage Guidance
This skill appears to do what it says (manage Wisgate models) but its documentation is incomplete and expects local assets and an API key that are not declared in the metadata. Before installing or letting the agent run it autonomously: 1) Verify the Firecrawl script exists at ~/.openclaw/workspace/skills/firecrawl-search/scripts/scrape.py and inspect its code to ensure it only scrapes the intended pages. 2) Find where FIRECRAWL_API_KEY is stored (TOOLS.md is referenced) and avoid putting unrelated secrets there; prefer declaring required env vars explicitly. 3) Back up MODELS.json and openclaw.json before allowing the skill to edit them. 4) If you do not want config changes made automatically, restrict autonomous invocation or require manual approval for writes. Clarifying these missing metadata items (required env var, config paths, and the Firecrawl dependency) would raise confidence.
Capability Analysis
Type: OpenClaw Skill
Name: wisgate-models
Version: 0.1.0
The skill bundle is a utility for managing AI model configurations and pricing data specifically for the Wisgate provider. It provides instructions for the agent to query a local 'MODELS.json' file, update 'openclaw.json' configurations, and scrape model details from 'wisgate.ai' using an external Firecrawl script. The logic is consistent with its stated purpose of model management and lacks indicators of malicious intent or data exfiltration.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description align with the instructions: the skill is about adding and inspecting Wisgate models and mapping them into OpenClaw config. However, the SKILL.md expects access to local OpenClaw files (MODELS.json, openclaw.json, TOOLS.md) and a Firecrawl script in a specific path (~/.openclaw/workspace/skills/...), yet the skill metadata declares no required files, binaries, or environment variables. That mismatch suggests incomplete metadata or sloppy documentation.
Instruction Scope
Instructions tell the agent to read and write local configuration files (MODELS.json, openclaw.json), and to run a local Python scraper script that will fetch pages from https://wisgate.ai. They also reference an environment variable (FIRECRAWL_API_KEY) and TOOLS.md for the key. The skill text does not explicitly limit what other files or env vars may be read; relying on unspecified local files and keys broadens scope beyond what's declared.
Install Mechanism
There is no install spec and no code files (instruction-only), which is the lowest-risk install mechanism. The main risk comes from instructions invoking an external local script rather than from any install process.
Credentials
The SKILL.md uses FIRECRAWL_API_KEY but the skill metadata lists no required environment variables or primary credential. It also expects access to TOOLS.md and to modify MODELS.json and openclaw.json. Requesting these local files/keys would be reasonable for the stated purpose, but the omission from metadata is an incoherence that should be resolved before use.
Persistence & Privilege
The skill is not always-loaded and is user-invocable, which is appropriate. It does instruct modifying agent configuration files (MODELS.json, openclaw.json) — normal for a model-management helper — but you should be aware it expects permission to write those configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wisgate-models - After installation, invoke the skill by name or use
/wisgate-models - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
First public version.
Context: https://wisgate.ai/ provide low-cost API access to a large number of models (from OpenAI, Anthropic, Google, xAI and others); this skill is for your Lobster to set itself up with access to them if you have an API key (which you'll need to get from Wisgate by signing up and paying). The API supports OpenAI, Anthropic, and Google styles.
- contains a brief description on creating for itself a MODELS.json file with all relevant data on available models from any API provider, but doesn't go into much detail.
**TODO: script or skill to pre-populate MODELS.json with info from https://wisgate.ai/models**
- assumes you have Firecrawl set up for efficient searching (especially to access the Wisgate models page, which is heavily Javascript based and therefore may be a challenge for other scripted ways of accessing), and there's a Firecrawl skill & scripts to do so;
**TODO: make this a less explicit dependency, suggest scraping pages in other ways**
- assumes certain provider names in openclaw.json ;
**TODO: make this more flexible, or add management of providers to the skill**
- assumes an auth profile to exist in openclaw.json that defines "wisgate", with "mode":"api_key"
- assumes providers in openclaw.json named
- "custom-api-wisgate-ai" (with "baseUrl":"https://api.wisgate.ai/", and "api": "anthropic-messages")
- "custom-api-wisgate-google" (with "baseUrl": "https://api.wisgate.ai/v1beta", and "api": "google-generative-ai")
- "custom-api-wisgate-ai-openai" (with "baseUrl": "https://api.wisgate.ai/v1", and "api": "openai-completions")
Metadata
Frequently Asked Questions
What is Manage OpenClaw's use of models available at wisgate.ai API?
Query Wisgate for model pricing, capabilities, and configuration details. Use when adding a model to OpenClaw, comparing Wisgate pricing, or checking if a mo... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.
How do I install Manage OpenClaw's use of models available at wisgate.ai API?
Run "/install wisgate-models" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Manage OpenClaw's use of models available at wisgate.ai API free?
Yes, Manage OpenClaw's use of models available at wisgate.ai API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Manage OpenClaw's use of models available at wisgate.ai API support?
Manage OpenClaw's use of models available at wisgate.ai API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Manage OpenClaw's use of models available at wisgate.ai API?
It is built and maintained by flofrie (@flofrie); the current version is v0.1.0.
More Skills