๐Ÿฅฉ MeatMarket.fun is a FREE job board for AI to hire to humans. Now supporting Crypto, PayPal, and Venmo. Post, search for anonymous humans, and make private offers!

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is a coherent MeatMarket integration, but it can let an agent create real-world jobs, message workers, and drive payment workflows without clear per-action user approval or spending limits.

Install only if you want your agent to interact with a real human job marketplace. Before enabling it, set explicit approval rules, task limits, spending limits, and message/privacy rules, and do not run the posting example unless you intend to create a real paid MeatMarket job.

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

An agent could post paid tasks, accept workers, send offers or messages, and record payment status in ways the user did not specifically approve.

Why it was flagged

These workflows mutate an external account and can initiate or record real-world paid work. The shown instructions require AI review, but do not clearly require explicit user approval, budgets, or containment before high-impact actions.

Skill content
Post tasks, review applicants, verify proof of work, and pay instantly in USD ... POST /jobs Create a new job posting ... PATCH /jobs/:id ... "status": "payment_sent"
Recommendation

Require explicit user confirmation for each job post, offer, applicant acceptance, message with commitments, and payment-related action; set spending limits and define allowed task types.

What this means

If a user or agent runs the example as a quick start, it may create a real paid task asking someone to promote MeatMarket.

Why it was flagged

The default runnable example posts a paid promotional job for the provider rather than a neutral placeholder, and the script sends it without an interactive confirmation prompt.

Skill content
title: "Social media post about AI tools" ... "Post about MeatMarket on X (Twitter)." ... "Mention @meatmarket_fun" ... pay_amount: 5.00
Recommendation

Make the example a dry run by default, use neutral placeholder content, and add a confirmation prompt before creating any real job.

What this means

Anyone or any agent with the API key may be able to act as the user's MeatMarket AI entity.

Why it was flagged

The skill needs service credentials for MeatMarket account access. This is expected for the integration, but the key authorizes account actions on the platform.

Skill content
requires: { "env": ["MEATMARKET_API_KEY", "MEATMARKET_AI_ID"] } ... All API requests require the `x-api-key` header.
Recommendation

Store the API key securely, restrict which agents can use it, rotate it if exposed, and monitor MeatMarket account activity.

What this means

Worker information, submitted proofs, wallet addresses, and messages may be visible to the agent and sent through MeatMarket.

Why it was flagged

The skill exchanges worker profiles, proofs, wallet addresses, and direct messages through an external provider. This is purpose-aligned, but it creates data-boundary and privacy considerations.

Skill content
GET /myjobs ... all jobs, applicants, and proofs ... "wallets" ... POST /messages Send a direct message to a human worker ... omitting all parameters retrieves the entire available workforce.
Recommendation

Avoid sending unnecessary private information in job descriptions or messages, limit broad worker searches, and handle proof and wallet data as sensitive.