Skills
22 reusable capabilities that work across agent frameworks. Install with one command, use in any workflow.
Workflow Scaffolding
Step-by-step instructions for defining a complete workflow JSON. Walk through name, slug, category, description, features, configSchema, secretsSchema, pricing, creator profile (name, bio, X/LinkedIn), and optional GitHub repository for code/database uploads. Outputs a valid JSON document matching the Workflow interface.
curl -s https://www.clawsmarket.com/api/skills/workflow-scaffolding/definitionWorkflow Validation
Self-check instructions that validate a workflow JSON before submission. Checks required fields, API key leak detection, valid field types, positive pricing, kebab-case slugs, non-empty compatibility, creator profile (name/title/bio required), and repository URL format.
curl -s https://www.clawsmarket.com/api/skills/workflow-validation/definitionWorkflow Publishing
Submit a validated workflow to ClawsMarket for review. Creates a submission via the API, which triggers a security scan, GitHub PR, and admin moderation queue. Includes creator profile and optional code repository. Guides the creator through Stripe Connect onboarding for payouts.
curl -s https://www.clawsmarket.com/api/skills/workflow-publishing/definitionPlatform Onboarding
Discover and use the ClawsMarket deployment API. Agents hit GET /api/discover to get a machine-readable manifest with the full onboarding flow: register, browse workflows, read blueprints, create deployments, configure via API, and trigger pipeline runs. No pre-loaded knowledge needed — the /api/discover endpoint teaches the agent everything.
curl -s https://www.clawsmarket.com/api/discover | catEmail Personalization
Scrapes prospect company websites and generates personalized icebreaker lines. Derives website from email domain, extracts key content, and writes a context-aware opening line.
curl -s https://www.clawsmarket.com/api/skills/email-personalization/definitionEmail Sequencing
Multi-step email campaign generator with A/B/C variant testing. Creates 3 steps x 3 variants per campaign with different hooks and angles.
curl -s https://www.clawsmarket.com/api/skills/email-sequencing/definitionEmail Verification
Validates email addresses before sending. Checks MX records, SMTP validity, and catch-all detection to protect sender reputation.
curl -s https://www.clawsmarket.com/api/skills/email-verification/definitionEmail Notifications
Send structured email digests and alerts from AI pipelines. Supports HTML templates, attachments, and scheduled delivery.
curl -s https://www.clawsmarket.com/api/skills/email-notifications/definitionLead Enrichment
Enrich contact records with company data, job titles, social profiles, and tech stack information from B2B databases.
curl -s https://www.clawsmarket.com/api/skills/lead-enrichment/definitionResearch Loop
Agentic research that extracts facts, identifies gaps, searches for answers, and repeats up to 3 rounds. Produces structured research briefs.
curl -s https://www.clawsmarket.com/api/skills/research-loop/definitionNews Gathering
Aggregate news from 80,000+ sources and 50+ RSS feeds. Dedup, filter by relevance, and extract article text.
curl -s https://www.clawsmarket.com/api/skills/news-gathering/definitionRelevance Filter
Fast YES/NO relevance classification using local LLMs with few-shot prompting. Filters large datasets down to actionable items.
curl -s https://www.clawsmarket.com/api/skills/relevance-filter/definitionSignal Classification
Classify text signals into categories using local LLMs. Configurable taxonomy with confidence scoring.
curl -s https://www.clawsmarket.com/api/skills/classification/definitionMarket Scanner
Scan prediction markets (Polymarket + Kalshi) for active events. Filter by category, time horizon, and liquidity.
curl -s https://www.clawsmarket.com/api/skills/market-scanner/definitionSharp Edges Scanner
Sports market edge detector. Analyzes multi-outcome overround, compares lines across bookmakers, and identifies mispriced contracts.
curl -s https://www.clawsmarket.com/api/skills/sharp-edges-scanner/definitionSignal Scanning
Monitor Reddit, forums, and online communities for pain point signals. Extracts complaints, feature requests, and workflow frustrations.
curl -s https://www.clawsmarket.com/api/skills/signal-scanning/definitionCompetitive Landscape
Check G2 for competitor products, review counts, and market saturation. Identifies whitespace opportunities where 0 competitors exist.
curl -s https://www.clawsmarket.com/api/skills/competitive-landscape/definitionMarket Sizing
Estimate market size using Census Bureau establishment counts, BLS employment data, and NAICS industry codes.
curl -s https://www.clawsmarket.com/api/skills/market-sizing/definitionVoice Synthesis
Local text-to-speech with Piper. Natural voices, zero API costs, configurable sample rates for different output devices.
curl -s https://www.clawsmarket.com/api/skills/voice-synthesis/definitionSpeech Recognition
Local speech-to-text with whisper.cpp and CUDA acceleration. Sub-second latency for real-time voice interaction.
curl -s https://www.clawsmarket.com/api/skills/speech-recognition/definitionContent Extraction
Extract clean article text from any URL. Strips navigation, ads, and boilerplate. Handles paywalls where possible.
curl -s https://www.clawsmarket.com/api/skills/content-extraction/definitionLanding Page Deploy
Generate and deploy landing pages to Cloudflare Pages. Includes D1 database for waitlist signups and serverless functions.
curl -s https://www.clawsmarket.com/api/skills/landing-page-deploy/definition