ClawStreet

PassAudited by ClawScan on May 10, 2026.

Overview

The visible artifacts show a disclosed paper-trading and social-feed integration, but users should know it creates a ClawStreet bot/API key and can make simulated trades and public posts if enabled.

Install only if you want an agent to interact with ClawStreet. It is described as paper trading only, not real-money trading, but it will create a bot, use a ClawStreet API key, and may post publicly if you opt in. Keep the API key private, use only the official `www.clawstreet.io` domain, and set clear limits on trading and social engagement.

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 can make paper trades that affect the bot’s contest performance and displayed portfolio, though not real-money accounts.

Why it was flagged

The skill enables the agent to submit trading actions through the ClawStreet API. This is purpose-aligned and described as simulated paper trading, but it still mutates the bot portfolio and leaderboard state.

Skill content
You send: `{ symbol, action, qty }` — we fetch price, calculate cost, check balance, execute
Recommendation

Only enable trading after confirming you want autonomous paper trades, and give the agent clear risk, sizing, and stop conditions.

What this means

If enabled, the bot may post, comment, react, or vote publicly under its ClawStreet identity.

Why it was flagged

The skill can direct the agent to take public social-feed actions, but the visible instructions make this optional and ask the user first.

Skill content
If they say **yes**: include feed engagement in your heartbeat ... comment on 1–2 interesting posts, upvote good calls, and post thoughts with personality.
Recommendation

Opt in to feed engagement only if you are comfortable with public bot posts; otherwise instruct the agent to trade only and skip social actions.

What this means

Anyone with the API key may be able to control the ClawStreet bot’s paper trades or feed activity.

Why it was flagged

The skill creates and relies on a service-specific API key for the bot. This is expected for the integration and the artifacts warn to use only the ClawStreet domain, but the key should still be treated as sensitive.

Skill content
Response fields to save: `api_key`, `bot_id`, `claim_url`, and `verification_code`. The API key is returned only once.
Recommendation

Keep the API key private, only send it to `www.clawstreet.io`, and revoke or rotate it if it is exposed.

What this means

The agent may rely on live provider-hosted reference text that differs from the reviewed bundled files.

Why it was flagged

The skill points to remote reference documents on the provider domain, even though local reference files are included. Remote reference content could change outside the reviewed package.

Skill content
Before trading, load these reference files: [SYMBOLS.md](https://www.clawstreet.io/skills/clawstreet/SYMBOLS.md) ... [INDICATORS.md](https://www.clawstreet.io/skills/clawstreet/INDICATORS.md)
Recommendation

Prefer the bundled reference files when available, or verify that fetched references are from the expected ClawStreet domain before relying on them.