← Back to Skills Marketplace
devcsde

OATDA Vision Analysis

by devcsde · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install oatda-vision-analysis
Description
Analyze images using vision-capable AI models through OATDA's unified API. Triggers when the user wants to analyze, describe, or understand images; extract t...
Usage Guidance
This skill is internally consistent, but review the following before installing: 1) Ensure you trust OATDA and are comfortable giving the skill an OATDA API key (it will be used in outbound HTTP calls). 2) Confirm ~/.oatda/credentials.json only contains the credentials you intend the skill to access. 3) Be aware the skill will perform network requests to https://oatda.com; avoid sending sensitive images you would not want transmitted. 4) Keep agent autonomy settings in mind — although this skill is benign and not always-included, an agent invoking it can send images automatically to the external API. Rotate/revoke the API key if you later uninstall or stop trusting the integration.
Capability Analysis
Type: OpenClaw Skill Name: oatda-vision-analysis Version: 1.0.6 The skill bundle for 'oatda-vision-analysis' is a legitimate tool for interacting with the OATDA vision API. It includes security best practices such as validating image URLs to prevent SSRF (rejecting local/internal IPs) and explicitly declaring its need for credentials in ~/.oatda/credentials.json. No indicators of malicious intent, data exfiltration to unauthorized endpoints, or obfuscation were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (vision analysis via OATDA) matches the declared requirements: curl and jq for making/parsing HTTP calls, an OATDA_API_KEY, and a ~/.oatda/credentials.json file. These are expected for a small CLI-style wrapper that reads a local credentials file and calls an external API.
Instruction Scope
SKILL.md instructions are narrowly scoped: they show how to resolve the API key (from env or the declared credentials.json), validate image URLs, assemble the JSON body, and call the documented /api/v1/llm/image endpoint. The only file and env accessed are the ones declared. It does instruct runtime curl calls to an external endpoint (expected for this purpose).
Install Mechanism
This is an instruction-only skill with no install spec or downloads. That is the lowest-risk pattern and is proportionate to the functionality.
Credentials
Only OATDA_API_KEY and a single config path (~/.oatda/credentials.json) are required, which directly map to authenticating to the OATDA API. No unrelated secrets, cloud credentials, or other service tokens are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or access to other skills' configs. It runs ad-hoc curl commands and reads a declared local credentials file — expected for this type of skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oatda-vision-analysis
  3. After installation, invoke the skill by name or use /oatda-vision-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
Re-publish with config path declaration for trust scan refresh
v1.0.3
Declare credentials.json file access in manifest
v1.0.2
Declare OATDA_API_KEY credential in metadata for trust scan
v1.0.1
Restore concrete model IDs with fallback note
v1.0.0
Initial release
Metadata
Slug oatda-vision-analysis
Version 1.0.6
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is OATDA Vision Analysis?

Analyze images using vision-capable AI models through OATDA's unified API. Triggers when the user wants to analyze, describe, or understand images; extract t... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install OATDA Vision Analysis?

Run "/install oatda-vision-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OATDA Vision Analysis free?

Yes, OATDA Vision Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OATDA Vision Analysis support?

OATDA Vision Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OATDA Vision Analysis?

It is built and maintained by devcsde (@devcsde); the current version is v1.0.6.

💬 Comments