← Back to Skills Marketplace
116
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install oatda-list-models
Description
List available AI models from OATDA's 10+ providers with optional filtering by type (chat, image, video) or provider name. Triggers when the user wants to se...
Usage Guidance
This skill is coherent for listing models via OATDA. Before installing, verify you trust https://oatda.com and that your OATDA_API_KEY has minimal required privileges. Keep ~/.oatda/credentials.json file permissions restricted (e.g., chmod 600) since the skill reads that file to obtain the key. Never paste the full API key into chat; the SKILL.md's guidance to only show the first 8 characters is appropriate. If you prefer stricter separation, create a dedicated API key for this skill and revoke it if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: oatda-list-models
Version: 1.0.4
The oatda-list-models skill is a standard API client designed to fetch and display available AI models from the OATDA service. It retrieves credentials from a specific local configuration file (~/.oatda/credentials.json) or environment variable and makes authenticated GET requests to oatda.com. The instructions in SKILL.md include explicit security guidelines to avoid leaking the API key and the logic is entirely consistent with the stated purpose of model discovery.
Capability Assessment
Purpose & Capability
Name/description (list models from OATDA) match the declared requirements: an OATDA API key, curl and jq for HTTP+JSON, and an optional local credentials file for fallback. Nothing requested appears unrelated to listing models.
Instruction Scope
Instructions explicitly read ~/.oatda/credentials.json as a fallback to obtain OATDA_API_KEY and run curl queries against https://oatda.com/api/v1/llm/models. Reading the credentials file is within scope for resolving the API key, but it does require access to a local file containing secrets — the SKILL.md correctly warns not to print the full key.
Install Mechanism
Instruction-only skill with no install steps or downloads. Lowest-risk install profile.
Credentials
Only requests the OATDA_API_KEY and an optional credentials file under ~/.oatda. No unrelated secrets or additional service credentials are required.
Persistence & Privilege
Does not request always:true, does not modify other skills or system settings. Default agent invocation settings are preserved.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oatda-list-models - After installation, invoke the skill by name or use
/oatda-list-models - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Re-publish with config path declaration for trust scan refresh
v1.0.2
Declare credentials.json file access in manifest
v1.0.1
Declare OATDA_API_KEY credential in metadata for trust scan
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is OATDA List Models?
List available AI models from OATDA's 10+ providers with optional filtering by type (chat, image, video) or provider name. Triggers when the user wants to se... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install OATDA List Models?
Run "/install oatda-list-models" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OATDA List Models free?
Yes, OATDA List Models is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OATDA List Models support?
OATDA List Models is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OATDA List Models?
It is built and maintained by devcsde (@devcsde); the current version is v1.0.4.
More Skills