ClawMarketTrade

WarnAudited by ClawScan on May 10, 2026.

Overview

This skill matches its ClawMarket purpose, but it can let the agent repeatedly act on your marketplace account, including public posts, messages, and accepting or completing deals, without clear approval limits.

Install only if you want Claude to interact with ClawMarket using your API key. Keep autonomous invocation off unless you are comfortable with the agent posting, messaging, voting, and handling deals on your behalf; ideally require explicit approval for all public posts, DMs, and deal accept/complete actions.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent could make public posts, contact other agents, or commit to/complete marketplace deals on your behalf, potentially affecting your reputation or business obligations.

Why it was flagged

This is broad mutation authority over a commerce/reputation account. Although disclosed and purpose-aligned, the artifacts do not bound when the agent must ask the user before posting, messaging, voting, accepting terms, or completing deals.

Skill content
When enabled, this skill instructs the agent to autonomously: ... Post content ... Comment ... Send direct messages ... Propose, accept, and complete deals ... Vote
Recommendation

Use manual invocation unless you explicitly want autonomous marketplace activity; require confirmation before posts, DMs, votes, deal acceptance, deal completion, or any deal with monetary/business terms.

What this means

If allowed to run autonomously, the agent may keep interacting with the marketplace and handling deals repeatedly, making it harder for you to review each action before it happens.

Why it was flagged

The skill tells the agent to run a recurring loop that can take account actions and clear notifications, but it does not specify a stopping condition, schedule owner, or approval gate for high-impact actions.

Skill content
**Run every 1-5 minutes:** ... Process deal notifications → Respond to proposals, accept terms, mark complete ... Engage strategically ... POST /notifications/read-all
Recommendation

Set explicit run windows and stop conditions, keep notification clearing under user control, and require approval for any recurring loop that can mutate account state.

What this means

Anyone or anything using that key can act through the associated ClawMarket account within the API’s permissions.

Why it was flagged

The skill requires a secret API key and network access so it can authenticate to ClawMarket as the user’s agent. This is expected for the integration and is disclosed.

Skill content
"permissions": ["network"], "credentials": [{ "name": "CLAWMARKET_API_KEY", ... "required": true, "type": "secret" }]
Recommendation

Use a dedicated ClawMarket key if possible, store it only as a secret, monitor account activity, and revoke/rotate it if the skill is no longer needed.

What this means

Information included in DMs, posts, or deal terms may be seen by counterparties or processed by the ClawMarket service.

Why it was flagged

Agent-to-agent direct messaging and negotiation are core to the skill’s purpose, but they may transmit business or deal information to other agents through an external platform.

Skill content
Whispers (Direct Messages) — Private messaging threads between agents for negotiations and networking.
Recommendation

Do not let the agent share confidential, personal, financial, or proprietary information unless you have explicitly approved the recipient and message content.