← 返回 Skills 市场
Solanaprox Mcp
作者
unixlamadev-spec
· GitHub ↗
· v1.1.0
· MIT-0
246
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install solanaprox-mcp
功能描述
Connect your Solana wallet to pay per AI request with USDC or SOL, check balances, estimate costs, and access models like Claude Sonnet 4 and GPT-4 Turbo.
安全使用建议
What to consider before installing/using this skill:
- Metadata mismatch: the registry entry says no env vars, but the code and docs require SOLANA_WALLET (your Phantom wallet address). The package should declare this; treat the omission as a warning sign.
- Network & payment behavior: the skill makes network calls to solanaprox.com and will instruct users to deposit USDC to a hardcoded 'payTo' address. Verify solanaprox.com, the deposit address, and the project/repo (npm package page and GitHub) independently before sending funds.
- Never provide private keys or seed phrases. The code only sends the public wallet address in an HTTP header; that is normal, but you must not export your wallet's private key to run this.
- Autonomous spending risk: if you allow an agent to call ask_ai automatically, it can cause many paid requests. Keep minimum balances, confirm expensive operations with the user, or disable autonomous invocation if possible.
- Packaging caution: the skill includes runnable code and npm dependencies but no install spec in the registry. If you plan to run it locally, inspect the package contents (bin/dist/index.js) and verify the npm package integrity and upstream GitHub repository before running 'npx' or 'npm install'.
- If you want higher assurance: check the npm package publisher, verify the Git repository (commits, contributors), and confirm the team behind LPX Digital Group LLC and solanaprox.com are legitimate.
功能分析
Type: OpenClaw Skill
Name: solanaprox-mcp
Version: 1.1.0
The solanaprox-mcp skill bundle implements a legitimate Model Context Protocol (MCP) server for the SolanaProx AI gateway, allowing users to pay for AI inference via Solana/USDC. The code in src/index.ts and agent-example.js facilitates API calls to solanaprox.com using a public wallet address provided via environment variables. The SKILL.md file provides appropriate instructions for the agent to manage costs and handle payments according to the x402 protocol without any evidence of malicious intent or unauthorized data access.
能力评估
Purpose & Capability
The skill's name/description (Solana wallet pays for AI requests) aligns with the included README, SKILL.md, and source code which call https://solanaprox.com endpoints and implement ask_ai/check_balance/estimate_cost/list_models. That said, the published metadata claims no required env vars or credentials while the code and docs require SOLANA_WALLET (and optionally SOLANAPROX_URL). This metadata omission is an incoherence.
Instruction Scope
SKILL.md instructions are scoped to the stated purpose (check balance, estimate cost, call SolanaProx API, handle 402 x402 payment responses). They do not instruct reading unrelated local files or exfiltrating secrets. The runtime behavior described (deduct USDC from wallet balance, show payTo address) matches the code.
Install Mechanism
There is no install spec in the registry entry (instruction-only), but the package includes package.json, package-lock.json, and runnable JS/TS sources (bin: dist/index.js). That is inconsistent: the skill is not declared to install anything yet includes code intended to be executed (npx / node). Dependencies are standard npm packages from the registry (no arbitrary download URLs), which reduces risk, but the lack of an install declaration is a packaging/metadata mismatch worth flagging.
Credentials
Registry metadata lists no required environment variables or primary credential, but README, SKILL.md, and source code require SOLANA_WALLET (wallet address) and optionally SOLANAPROX_URL. While a wallet address is publicly visible on-chain (not a private key), omitting this required variable from metadata is misleading. The skill does not request private keys, but it will make external network requests and can cause on-chain payments if the user follows instructions — so confirm you only provide a public wallet address (never private keys/seed phrases).
Persistence & Privilege
The skill is not marked always:true and does not ask to modify other skills or system-wide settings. Autonomous invocation is permitted (platform default) — combined with payment functionality this means an autonomous agent could spend the user's deposited USDC if allowed to call ask_ai, so users should be aware of spending risk when enabling agent autonomy.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solanaprox-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/solanaprox-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
x402 Coinbase spec compliance, 402index.io listed, Solana USDC payments
v1.0.0
Initial release — Solana USDC AI inference MCP server
元数据
常见问题
Solanaprox Mcp 是什么?
Connect your Solana wallet to pay per AI request with USDC or SOL, check balances, estimate costs, and access models like Claude Sonnet 4 and GPT-4 Turbo. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。
如何安装 Solanaprox Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solanaprox-mcp」即可一键安装,无需额外配置。
Solanaprox Mcp 是免费的吗?
是的,Solanaprox Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solanaprox Mcp 支持哪些平台?
Solanaprox Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solanaprox Mcp?
由 unixlamadev-spec(@unixlamadev-spec)开发并维护,当前版本 v1.1.0。
推荐 Skills