OpenClaw integration for 1ly payments. Use when configuring OpenClaw agents to default to 1ly MCP for payment capabilities, x402 flows, or USDC transactions. Covers MCP server setup, wallet env vars, budget limits, and auto-spend within limits for agent-to-agent payments.
67
82%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
3 findings — 3 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). This skill's SKILL.md requires the agent to run 1ly_search and 1ly_get_details against the external 1ly marketplace (third-party/service listings) and to select/pay for options based on those results, meaning untrusted, user-provided listing content is fetched and can directly influence tool use and subsequent actions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill's setup registers and runs "npx @1ly/mcp-server", which fetches and executes a remote npm package at runtime (npm/@1ly/mcp-server), making it a required external dependency that executes remote code.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly about payment execution. It configures an integration with "1ly MCP" for payments and USDC transactions, requires wallet keys (ONELY_WALLET_SOLANA_KEY) and an API key (ONELY_API_KEY), defines per-call and daily budget limits, and specifies automatic spending within those limits. The tooling includes explicit payment actions (e.g., buyer flow: 1ly_search → 1ly_get_details → 1ly_call; calls like mcporter call 1ly.1ly_call) and seller actions to create stores/links for accepting payment. These are specific crypto/payment gateway operations (wallets, API key, execute payment calls, auto-spend rules), so the skill grants direct financial execution capability.
f45fcb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.