AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL unreviewed MIT Self-run

Solana Setup

skill-widnyana-eyay-toolkits-solana-setup · by widnyana

|

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-widnyana-eyay-toolkits-solana-setup

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Solana Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Install, update, or verify the solana-onchain-mcp binary.

Review: $ARGUMENTS

Instructions

status (default)

  1. Check binary exists: command -v solana-onchain-mcp
  2. If not found — report "solana-onchain-mcp is not installed" and skip to install section.
  3. If found — get installed version: solana-onchain-mcp --version
  4. Get latest version:

``bash curl -sf --connect-timeout 5 https://crates.io/api/v1/crates/solana-onchain-mcp | python3 -c "import sys,json; print(json.load(sys.stdin)['crate']['max_version'])" 2>/dev/null `` If network fails: report installed version only, warn that latest check failed.

  1. Compare versions and report:
  • Same: "v{version} is up to date."
  • Different: "Installed v{installed}, latest v{latest}. Run /solana-setup update."

install

  1. Confirm with user which method:
  • Prebuilt binary (recommended): curl -fsSL https://raw.githubusercontent.com/widnyana/solana-onchain-mcp/refs/heads/main/install.sh | bash
  • Cargo: cargo install solana-onchain-mcp
  1. Execute the chosen command.
  2. Verify: command -v solana-onchain-mcp && solana-onchain-mcp --version
  3. Report success with binary location and version.

update

  1. Check installed version: solana-onchain-mcp --version
  2. Check latest version (same as status step 4).
  3. If already latest: report "Already up to date."
  4. If outdated: confirm with user, then:
  • Prebuilt: re-run install.sh (always fetches latest)
  • Cargo: cargo install solana-onchain-mcp --force
  1. Verify new version after update.

Error handling

  • curl fails: suggest checking internet connection, offer to retry
  • cargo not found: suggest prebuilt method or installing Rust
  • Permission denied: suggest checking install directory permissions
  • Version check fails: still allow install, just can't compare versions

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.