← Back to Skills Marketplace
agungprabowo123

Solana

by Agung Prabowo · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
234
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solana-2
Description
Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network s...
Usage Guidance
This skill appears to do what it says, but be aware of privacy and rate-limit implications before using it: (1) queries you run (wallet addresses, token mints, transaction signatures) are sent to the configured Solana RPC provider and to CoinGecko for price lookups — if you care about privacy, set SOLANA_RPC_URL to a private RPC provider you trust; (2) use the --no-prices flag to avoid sending many token-mint lookups to CoinGecko (also helps with rate limits); (3) no API keys or secrets are required — do NOT paste private keys into prompts; (4) review the included script before running if you want to confirm there are no modifications specific to your environment; (5) for heavy production use, prefer a paid/private RPC to avoid public rate limits and data exposure.
Capability Analysis
Type: OpenClaw Skill Name: solana-2 Version: 0.1.0 The Solana skill bundle is a legitimate tool for querying blockchain data, including wallet balances, transaction details, and token pricing via CoinGecko. The Python script (solana_client.py) uses only the standard library, avoids external dependencies, and interacts exclusively with official Solana RPC endpoints and the CoinGecko API. There is no evidence of data exfiltration, malicious execution, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (Solana data + USD pricing) matches the included script and SKILL.md. The code uses Solana JSON-RPC and CoinGecko for prices — exactly what the skill claims. No unrelated binaries, credentials, or install steps are requested.
Instruction Scope
Instructions and script operate within the advertised scope (wallet, tx, token, NFTs, whales, stats, price). They perform network calls to the Solana RPC endpoint and CoinGecko. This means wallet addresses, token mint addresses, and transaction signatures you query will be sent to those third-party services (default RPC: api.mainnet-beta.solana.com; CoinGecko endpoints used as documented). That network exposure is expected for this functionality but is a privacy consideration; CoinGecko and the RPC provider will see the queried identifiers. The SKILL.md also recommends overriding SOLANA_RPC_URL for private RPCs and offers a --no-prices flag to avoid CoinGecko lookups.
Install Mechanism
No install spec; this is instruction-only with an included Python script. The script only uses the Python standard library (urllib, json, argparse) and writes nothing to disk at runtime beyond normal output. No external packages or downloads are requested.
Credentials
The skill requests no environment variables by default. It optionally reads SOLANA_RPC_URL to override the RPC endpoint, which is appropriate and proportional. No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not attempt to modify other skills or system-wide settings. Runtime behavior is limited to outgoing network calls and local printing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solana-2
  3. After installation, invoke the skill by name or use /solana-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Skill now provides multi-command Solana blockchain queries with automatic USD pricing. - Added 8 commands for portfolio, token info, transaction details, activity, NFTs, whale detection, network stats, and price lookup. - Uses Solana RPC and CoinGecko for on-chain and USD price data with no API key required. - Includes quick setup instructions, usage flags, and troubleshooting tips for public RPC and CoinGecko limits. - Output features token symbols, wallet balances, USD values, and NFT summaries. - Simple operation: one Python script, no external libraries needed.
Metadata
Slug solana-2
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Solana?

Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network s... It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install Solana?

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

Is Solana free?

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

Which platforms does Solana support?

Solana is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Solana?

It is built and maintained by Agung Prabowo (@agungprabowo123); the current version is v0.1.0.

💬 Comments