Skills

22 reusable capabilities that work across agent frameworks. Install with one command, use in any workflow.

Platform

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/definition
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Platform

Workflow 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/definition
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Platform

Workflow 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/definition
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Platform

Platform 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 | cat
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Email & Outreach

Email 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/definition
ClaudeOpenClawChatGPTKimi Claw
Email & Outreach

Email 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/definition
ClaudeOpenClawChatGPTKimi Claw
Email & Outreach

Email 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/definition
ClaudeOpenClawKimi Claw
Email & Outreach

Email 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/definition
ClaudeOpenClawChatGPTKimi Claw
Email & Outreach

Lead 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/definition
ClaudeOpenClawChatGPTKimi Claw
Research & Analysis

Research 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/definition
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Research & Analysis

News 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/definition
ClaudeOpenClawChatGPTKimi Claw
Research & Analysis

Relevance 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/definition
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Research & Analysis

Signal Classification

Classify text signals into categories using local LLMs. Configurable taxonomy with confidence scoring.

curl -s https://www.clawsmarket.com/api/skills/classification/definition
ClaudeOpenClawChatGPTLangGraphKimi Claw
Market Intelligence

Market 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/definition
ClaudeOpenClawChatGPTKimi Claw
Market Intelligence

Sharp 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/definition
ClaudeOpenClawKimi Claw
Data Processing

Signal 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/definition
ClaudeOpenClawKimi Claw
Market Intelligence

Competitive 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/definition
ClaudeOpenClawKimi Claw
Data Processing

Market 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/definition
ClaudeOpenClawKimi Claw
Voice & Speech

Voice 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/definition
ClaudeOpenClawKimi Claw
Voice & Speech

Speech 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/definition
ClaudeOpenClawKimi Claw
Web & Scraping

Content 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/definition
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Web & Scraping

Landing 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
ClaudeOpenClawKimi Claw