← Back to Skills Marketplace
OpenDEX Solana Token API
by
The Sol Penguin
· GitHub ↗
· v1.0.0
326
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opendex
Description
Retrieve Solana token data, community content, market sentiment, watchlists, and perform token-related actions via OpenDEX API endpoints.
Usage Guidance
This skill appears to be a straightforward wrapper around the OpenDex HTTP API. Before installing or invoking it: 1) Review the rest of SKILL.md (the file is truncated here) to confirm it never asks you to paste private keys or to read local wallet files. 2) Prefer obtaining API keys by connecting a wallet through a trusted web wallet flow (e.g., WalletConnect) rather than pasting private keys; never share secret keys or seed phrases. 3) Verify the API host and frontend URLs (opendex-api-dy30.onrender.com and opendex.online) are legitimate and match the official project; consider visiting the frontend to confirm origin. 4) If you will use authenticated endpoints, treat the returned API key as a secret and rotate/revoke it if compromised. 5) If you need higher assurance, ask the skill author for the full SKILL.md and a link to project source or official docs; lack of a homepage/source decreases confidence.
Capability Analysis
Type: OpenClaw Skill
Name: opendex
Version: 1.0.0
The skill bundle consists of standard metadata and a `SKILL.md` file that purely describes the OpenDex API for Solana token data. The markdown content is a straightforward API specification, lacking any prompt injection attempts against the AI agent, malicious execution instructions, data exfiltration commands, persistence mechanisms, or obfuscation. While the API handles sensitive data like Solana wallet addresses and API keys, the skill itself merely documents these interactions without exhibiting malicious intent or instructing the agent to misuse such data.
Capability Assessment
Purpose & Capability
The name/description (Solana token data, community content, sentiment, watchlists) match the SKILL.md endpoints and examples. The skill declares no env vars, binaries, or installs — which is appropriate for an instruction-only HTTP API integration.
Instruction Scope
SKILL.md contains only HTTP endpoint descriptions and curl examples (public endpoints and authenticated community endpoints using an API key). It asks clients to register an API key by POSTing a wallet address and to include the key in X-API-Key for /api/v1/ routes. The document does not (in the visible portion) instruct the agent to read local files, private keys, or unrelated system data. However the SKILL.md is truncated (ends at 'Submissions (Signature Require...'), so there may be additional instructions (e.g., signing flows) not visible here — confirm the remainder does not request private keys, prompt the user to paste secrets, or instruct reading local wallet files.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only and will make outbound HTTP requests. This is the lowest-risk install model because nothing is written to disk by the skill package itself.
Credentials
The skill declares no required environment variables or credentials. The API uses an API key model tied to a Solana wallet (created via POST). The lack of required platform credentials is proportionate to the described capability.
Persistence & Privilege
always is false (not force-included). disable-model-invocation is default false, which is normal for skills and expected here. The skill does not request to modify other skill configs or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install opendex - After installation, invoke the skill by name or use
/opendex - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
You can interact with the OpenDex API to retrieve Solana token data, community-curated content, market sentiment, and more.
Metadata
Frequently Asked Questions
What is OpenDEX Solana Token API?
Retrieve Solana token data, community content, market sentiment, watchlists, and perform token-related actions via OpenDEX API endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 326 downloads so far.
How do I install OpenDEX Solana Token API?
Run "/install opendex" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenDEX Solana Token API free?
Yes, OpenDEX Solana Token API is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenDEX Solana Token API support?
OpenDEX Solana Token API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenDEX Solana Token API?
It is built and maintained by The Sol Penguin (@solpenguin); the current version is v1.0.0.
More Skills