← Back to Skills Marketplace
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install runapi-model-explorer
Description
Use when the user asks what RunAPI models are available, compares models, needs pricing, asks for required fields, searches by modality, or wants a recommend...
README (SKILL.md)
RunAPI Model Explorer
Use RunAPI catalog and pricing tools for discovery.
Workflow
- Call
mcp__runapi__list_modelswith modality, service, or action filters when possible. - For a specific model, call
mcp__runapi__get_model_info; when service/action are known, include them to get the exact endpoint constraints. - For cost questions, call
mcp__runapi__check_pricing. - Summarize as a compact table.
- End with one recommended service/action/model triple when the user wants to generate.
Rules
- Do not quote stale prices.
- Do not mention hidden infrastructure providers.
- Do not overwhelm the user with the whole catalog unless they ask.
- Keep model slugs exactly as returned by tools.
Usage Guidance
Before installing, confirm you are comfortable with the agent calling RunAPI MCP tools to look up model catalogs, endpoint details, and pricing. Treat prices and recommendations as decision support, and verify costs before spending money.
Capability Assessment
Purpose & Capability
The stated purpose is model discovery, comparison, pricing, required-parameter lookup, and recommendations; the only runtime actions are RunAPI catalog/pricing MCP calls that match that purpose.
Instruction Scope
Instructions are narrow and user-triggered, but the rule not to mention hidden infrastructure providers could limit transparency if a user specifically asks about backend providers.
Install Mechanism
The artifact contains only a markdown SKILL.md file, with no executable scripts, dependencies, package install steps, or clawpack URL.
Credentials
Use of RunAPI model, model-info, and pricing tools is proportionate to the discovery and recommendation purpose; no broad local file, credential, or system access is requested.
Persistence & Privilege
No persistence, background workers, privilege escalation, credential handling, or mutation authority is present in the artifact.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install runapi-model-explorer - After installation, invoke the skill by name or use
/runapi-model-explorer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
- Improved skill description for clarity on triggers and use cases.
- Updated workflow steps for model discovery and pricing, with emphasis on filters and endpoint details.
- Added clear rules to avoid outdated prices, hidden provider mentions, and information overload.
- Introduced compact table summaries and recommendation logic for generation use cases.
Metadata
Frequently Asked Questions
What is RunAPI Model Explorer?
Use when the user asks what RunAPI models are available, compares models, needs pricing, asks for required fields, searches by modality, or wants a recommend... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install RunAPI Model Explorer?
Run "/install runapi-model-explorer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RunAPI Model Explorer free?
Yes, RunAPI Model Explorer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RunAPI Model Explorer support?
RunAPI Model Explorer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RunAPI Model Explorer?
It is built and maintained by RunAPI (@runapi-ai); the current version is v0.1.3.
More Skills