← Back to Skills Marketplace
83
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solscan-market-by-solscan
Description
Use this skill to query Solana blockchain data via the Solscan Pro API. Triggers: look up wallet address, check token price, analyze NFT collection, inspect...
Usage Guidance
This skill appears to implement the Solscan Pro API correctly, but its published metadata omits required runtime information. Before installing or providing secrets: (1) ask the publisher to update the registry to list SOLSCAN_API_KEY as a required environment variable (and declare it as the primary credential), and to list required binaries/dependencies (python3 and the 'requests' package); (2) only provide an API key with minimal required scope, rotate the key later, and monitor API usage/quotas; (3) run the skill in an isolated environment or sandbox if possible; (4) inspect the included script yourself — it appears to only contact pro-api.solscan.io, but you should verify there are no hidden endpoints or obfuscated code; (5) if the publisher cannot or will not correct the metadata, treat the package as untrusted and avoid supplying secrets to it.
Capability Analysis
Type: OpenClaw Skill
Name: solscan-market-by-solscan
Version: 1.0.0
The skill bundle is a legitimate tool designed to query Solana blockchain data via the Solscan Pro API. The Python script `scripts/solscan.py` serves as a standard CLI wrapper that uses the `requests` library to interact with the official Solscan endpoint (pro-api.solscan.io), and the `SKILL.md` file provides appropriate instructions for an AI agent without any evidence of prompt injection, data exfiltration, or unauthorized execution.
Capability Tags
Capability Assessment
Purpose & Capability
Skill name/description match the included implementation: the Python script and SKILL.md call the Solscan Pro API. However, the published registry metadata declares no required environment variables or binaries, while the script requires an API key (SOLSCAN_API_KEY) and is invoked with python3. The missing declarations are disproportionate to the stated purpose and reduce transparency.
Instruction Scope
SKILL.md instructs callers to run `python3 scripts/solscan.py` and to provide an API token; the script reads SOLSCAN_API_KEY from the environment and only makes HTTPS requests to https://pro-api.solscan.io/v2.0. While the runtime actions are consistent with the described purpose, the instructions access an environment secret that is not listed in the registry metadata — a scope mismatch that should be corrected.
Install Mechanism
There is no install spec (low-risk) and the package includes the Python script directly. That is reasonable, but the package does not declare runtime dependencies (python3 or the 'requests' package). This will cause runtime failures unless the environment already satisfies those dependencies.
Credentials
The code requires a single credential (SOLSCAN_API_KEY) to operate. Requiring one API key is proportional to the task, but the registry declares no required env vars or primary credential. The undeclared use of an environment secret is a transparency and safety concern (users won't know what secret they're expected to provide).
Persistence & Privilege
The skill is not marked 'always:true' and uses the platform default for invocation. It does not request persistent system-wide privileges or modify other skills. Autonomous invocation is enabled by default (expected) but not combined with other high-risk flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solscan-market-by-solscan - After installation, invoke the skill by name or use
/solscan-market-by-solscan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Major upgrade: Expanded from Solscan NFT/market focus to full Solana blockchain data coverage via Solscan Pro API.
- Now supports querying accounts, tokens, NFTs, transactions, blocks, DeFi, and programs.
- Introduces direct API CLI for structured queries and MCP natural language tools for exploration.
- Adds detailed API endpoint documentation with example workflows and error handling.
- Requires an API key for all requests; clear authentication instructions provided.
- Includes expanded use cases and guidance on when to use each tool.
Metadata
Frequently Asked Questions
What is solscan-market-by-solscan?
Use this skill to query Solana blockchain data via the Solscan Pro API. Triggers: look up wallet address, check token price, analyze NFT collection, inspect... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install solscan-market-by-solscan?
Run "/install solscan-market-by-solscan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is solscan-market-by-solscan free?
Yes, solscan-market-by-solscan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does solscan-market-by-solscan support?
solscan-market-by-solscan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created solscan-market-by-solscan?
It is built and maintained by Solscan (@tiennv3); the current version is v1.0.0.
More Skills