CtrlK
BlogDocsLog inGet started
Tessl Logo

openclaw-1ly-payments

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

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking).

What this means

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.

Why it was flagged

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.

Report incorrect finding

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

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.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

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.

Repository
Demerzels-lab/elsamultiskillagent
Audited
Security analysis
Snyk

Is this your skill?

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.