[
  {
    "slug": "academic-paper-guide",
    "title": "Academic Paper Fetching Guide for Agents",
    "short": "Find and summarize academic papers from ArXiv and Semantic Scholar. Literature review automation.",
    "tags": [
      "research",
      "arxiv",
      "academic",
      "papers",
      "nlp"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "agent-memory-guide",
    "title": "Agent Memory Architecture Guide",
    "short": "Design persistent memory: in-context, episodic, semantic. Remember across sessions.",
    "tags": [
      "memory",
      "rag",
      "vector-db",
      "agent",
      "llm"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "airtable-integration-guide",
    "title": "Airtable API Integration Guide for Agents",
    "short": "Read, write, and manage Airtable bases. Sync CRM records, update inventory, trigger automations.",
    "tags": [
      "airtable",
      "database",
      "spreadsheet",
      "api",
      "crm"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "dev",
      "marketing",
      "sales"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "api-polling-guide",
    "title": "API Polling & Webhook Setup Guide for Agents",
    "short": "Poll APIs for changes or set up webhooks. React to events without constant checking.",
    "tags": [
      "webhooks",
      "api-polling",
      "event-driven",
      "automation",
      "backend"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "api-testing-guide",
    "title": "API Testing Automation Guide for Agents",
    "short": "Validate API behavior with Postman, pytest, and contract tests. Catch bugs early.",
    "tags": [
      "api-testing",
      "postman",
      "pytest",
      "devtools",
      "quality"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "autogen-setup-guide",
    "title": "AutoGen Multi-Agent Patterns Guide",
    "short": "Build conversational agent networks. Agents discuss, delegate, and iterate with human checkpoints.",
    "tags": [
      "autogen",
      "multi-agent",
      "conversational",
      "llm",
      "python"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "code-review-automation",
    "title": "Automated Code Review Guide for Agents",
    "short": "Auto-check PRs: lint, test coverage, security scan, LLM review. Ship faster.",
    "tags": [
      "code-review",
      "pr",
      "lint",
      "devtools",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "aws-s3-guide",
    "title": "AWS S3 File Operations Guide for Agents",
    "short": "Upload, download, and manage S3 files. Generate presigned URLs. Complete agent reference.",
    "tags": [
      "aws",
      "s3",
      "storage",
      "files",
      "cloud"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [
      "aws"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-blucli",
    "title": "BluOS / Bluesound CLI Skill for OpenClaw",
    "short": "Control Bluesound and NAD audio players from the terminal. Play, pause, adjust volume, group zones.",
    "tags": [
      "bluesound",
      "audio",
      "home-automation",
      "cli",
      "nad"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "browser-automation-guide",
    "title": "Browser Automation Guide for Agents",
    "short": "Fill forms, click through workflows, extract data from JS-rendered pages. Playwright + Puppeteer.",
    "tags": [
      "browser-automation",
      "playwright",
      "puppeteer",
      "rpa",
      "scraping"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "calendar-management-template",
    "title": "Calendar Management Automation Template",
    "short": "Find free slots, detect conflicts, send reminders. Calendar management on autopilot.",
    "tags": [
      "calendar",
      "scheduling",
      "automation",
      "productivity",
      "google"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "cicd-pipeline-guide",
    "title": "CI/CD Pipeline Guide for Agents",
    "short": "GitHub Actions CI/CD patterns. Build, test, deploy, and rollback \u2014 agent-ready.",
    "tags": [
      "cicd",
      "github-actions",
      "devtools",
      "deployment",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "devops",
      "ops"
    ],
    "integrations": [
      "github"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "claude-vision-guide",
    "title": "Claude Vision Guide for Agents",
    "short": "Read screenshots, interpret diagrams, extract structured data from images with Claude.",
    "tags": [
      "claude",
      "vision",
      "screenshots",
      "document-parsing",
      "anthropic"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "code-execution-sandbox-guide",
    "title": "Code Execution Sandbox Guide for Agents (E2B)",
    "short": "Run untrusted code safely in E2B sandboxes. File I/O, package installs, isolation.",
    "tags": [
      "e2b",
      "sandbox",
      "code-execution",
      "security",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "competitive-intel-template",
    "title": "Competitive Intelligence Template for Agents",
    "short": "Track competitor pricing, features, hiring, and news. Weekly digest delivered.",
    "tags": [
      "competitive-intel",
      "research",
      "monitoring",
      "strategy",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "devops",
      "ops",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "content-publishing-pipeline",
    "title": "Content Publishing Pipeline for Agents",
    "short": "Keyword research to published blog post. Full content pipeline, minimal human input.",
    "tags": [
      "content",
      "publishing",
      "seo",
      "wordpress",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "content",
      "ops",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "crewai-setup-guide",
    "title": "CrewAI Multi-Agent Setup Guide",
    "short": "Coordinate teams of specialized sub-agents. Researcher, writer, editor \u2014 working in sequence.",
    "tags": [
      "crewai",
      "multi-agent",
      "orchestration",
      "llm",
      "python"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "csv-excel-processing-guide",
    "title": "CSV & Excel Processing Guide for Agents",
    "short": "Clean, transform, and export CSV and Excel files. Pandas patterns for agent pipelines.",
    "tags": [
      "csv",
      "excel",
      "pandas",
      "data-processing",
      "python"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "customer-support-triage",
    "title": "Customer Support Triage Automation Template",
    "short": "Classify tickets, auto-reply to FAQs, route complex issues. Support at scale.",
    "tags": [
      "customer-support",
      "triage",
      "zendesk",
      "automation",
      "llm"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops",
      "support"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "daily-briefing-template",
    "title": "Daily Briefing Automation Template",
    "short": "Auto-generate morning briefings. News, calendar, tasks, and email in one update.",
    "tags": [
      "briefing",
      "automation",
      "productivity",
      "news",
      "calendar"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "dalle-image-guide",
    "title": "DALL-E 3 Image Generation Guide for Agents",
    "short": "Generate images from text descriptions with DALL-E. Prompt patterns and API reference.",
    "tags": [
      "dalle",
      "image-generation",
      "openai",
      "creative",
      "prompting"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "dify-workflow-guide",
    "title": "Dify LLM Workflow Builder Setup Guide",
    "short": "Visual LLM workflow builder. Prototype chatbots and RAG pipelines without code.",
    "tags": [
      "dify",
      "workflow",
      "llm",
      "no-code",
      "rag"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "docker-automation-guide",
    "title": "Docker Automation Guide for Agents",
    "short": "Build, push, and run Docker containers. Compose stacks for multi-service setups.",
    "tags": [
      "docker",
      "containers",
      "devtools",
      "deployment",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "documentation-gen-guide",
    "title": "Documentation Generation Guide for Agents",
    "short": "Generate docs from source code. JSDoc, Sphinx, MkDocs. Keep docs in sync.",
    "tags": [
      "documentation",
      "jsdoc",
      "sphinx",
      "mkdocs",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "elevenlabs-voice-guide",
    "title": "ElevenLabs Voice Synthesis Guide for Agents",
    "short": "Generate natural speech from text. Voice selection, streaming, and latency tips.",
    "tags": [
      "elevenlabs",
      "tts",
      "voice",
      "audio",
      "streaming"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "email-triage-template",
    "title": "Email Triage Automation Template",
    "short": "Classify incoming email, prioritize action items, draft replies. Inbox zero, automated.",
    "tags": [
      "email",
      "triage",
      "gmail",
      "productivity",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [
      "gmail"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "onboarding-template",
    "title": "Employee & User Onboarding Automation Template",
    "short": "Welcome emails, setup tasks, check-ins, completion tracking. Onboarding that runs itself.",
    "tags": [
      "onboarding",
      "hr",
      "automation",
      "email",
      "saas"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "expense-tracking-template",
    "title": "Expense Tracking & Report Automation Template",
    "short": "Log receipts, categorize spending, generate monthly reports. No manual data entry.",
    "tags": [
      "expenses",
      "accounting",
      "ocr",
      "reporting",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "finance",
      "marketing",
      "ops"
    ],
    "integrations": [
      "sheets"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "financial-data-guide",
    "title": "Financial Data API Guide for Agents",
    "short": "Fetch stock prices, company financials, and market data. Yahoo Finance, Alpha Vantage, Polygon.",
    "tags": [
      "finance",
      "stocks",
      "data",
      "api",
      "research"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "dev",
      "devops",
      "finance",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-gemini",
    "title": "Gemini CLI Skill for OpenClaw",
    "short": "Run Gemini for quick answers, long-context summaries, and cheap text generation. One command.",
    "tags": [
      "gemini",
      "google",
      "llm",
      "generation",
      "ai"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-gifgrep",
    "title": "GIF Search & Download Skill for OpenClaw",
    "short": "Search Tenor and Giphy, download GIFs, extract stills or sprite sheets. Content creation made easy.",
    "tags": [
      "gif",
      "search",
      "media",
      "content",
      "download"
    ],
    "asset_type": "skill",
    "use_cases": [
      "content",
      "design"
    ],
    "integrations": [
      "sheets"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "hiring-pipeline-template",
    "title": "Hiring Pipeline Automation Template",
    "short": "JD generation, resume screening, interview scheduling. Hiring on autopilot.",
    "tags": [
      "hiring",
      "recruiting",
      "hr",
      "automation",
      "pipeline"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-healthcheck",
    "title": "Host Security Hardening Skill for OpenClaw",
    "short": "Audit your host's security: firewall, SSH config, OS updates. Fix issues before they bite.",
    "tags": [
      "security",
      "hardening",
      "audit",
      "ssh",
      "firewall",
      "macos"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "hubspot-crm-guide",
    "title": "HubSpot CRM API Integration Guide for Agents",
    "short": "Log prospects, update deals, enroll contacts in sequences. HubSpot CRM automation reference.",
    "tags": [
      "hubspot",
      "crm",
      "sales",
      "marketing",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "marketing",
      "ops",
      "sales"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "invoice-billing-template",
    "title": "Invoice & Billing Automation Template",
    "short": "Generate invoices, track payments, send overdue reminders. Billing without spreadsheets.",
    "tags": [
      "invoicing",
      "billing",
      "stripe",
      "payments",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "devops",
      "finance",
      "ops"
    ],
    "integrations": [
      "stripe"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "jira-automation-guide",
    "title": "Jira REST API Automation Guide for Agents",
    "short": "Create and update Jira issues, query sprints, manage projects. Complete REST API reference.",
    "tags": [
      "jira",
      "project-management",
      "issues",
      "sprint",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "kubernetes-monitoring-guide",
    "title": "Kubernetes Monitoring Guide for Agents",
    "short": "Check cluster health, tail pod logs, trigger scaling. K8s monitoring for agents.",
    "tags": [
      "kubernetes",
      "k8s",
      "devops",
      "monitoring",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "langchain-patterns-guide",
    "title": "LangChain Patterns Guide for Agents",
    "short": "Chains, tools, memory, and output parsing. Battle-tested LangChain patterns for agents.",
    "tags": [
      "langchain",
      "llm",
      "chains",
      "agents",
      "python"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "lead-generation-pipeline",
    "title": "Lead Generation Pipeline for Agents",
    "short": "Find, enrich, score, and contact B2B leads. Automated sales prospecting pipeline.",
    "tags": [
      "lead-gen",
      "sales",
      "outreach",
      "crm",
      "b2b"
    ],
    "asset_type": "skill",
    "use_cases": [
      "research",
      "sales"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "linear-issues-guide",
    "title": "Linear API Integration Guide for Agents",
    "short": "Manage Linear issues and projects via GraphQL API. Bug reports, sprint tracking, status updates.",
    "tags": [
      "linear",
      "project-management",
      "issues",
      "graphql",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "fine-tuning-guide",
    "title": "LLM Fine-Tuning Guide for Agents",
    "short": "Train models for narrow tasks. Data prep, training, evaluation, and deployment patterns.",
    "tags": [
      "fine-tuning",
      "llm",
      "openai",
      "training",
      "ml"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "gpt-vision-guide",
    "title": "LLM Vision Guide for Agents",
    "short": "Extract text from images, analyze charts, parse documents. Vision API patterns for agents.",
    "tags": [
      "vision-api",
      "vision",
      "ocr",
      "document-parsing",
      "openai"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "log-analysis-guide",
    "title": "Log Analysis & Anomaly Detection Guide for Agents",
    "short": "Find error patterns and anomalies in application logs. Incident summary generation.",
    "tags": [
      "logs",
      "monitoring",
      "anomaly-detection",
      "devops",
      "observability"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "meeting-notes-pipeline",
    "title": "Meeting Notes Pipeline for Agents",
    "short": "Transcribe meetings, summarize key points, extract action items. Distribute automatically.",
    "tags": [
      "meetings",
      "transcription",
      "notes",
      "action-items",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "mongodb-guide",
    "title": "MongoDB CRUD & Aggregation Guide for Agents",
    "short": "CRUD, aggregation pipelines, and Atlas search. MongoDB patterns for agent data workflows.",
    "tags": [
      "mongodb",
      "database",
      "nosql",
      "aggregation",
      "atlas"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "multimodal-pipeline-guide",
    "title": "Multimodal Pipeline Guide for Agents",
    "short": "Handle text, images, and audio in one workflow. Architecture and integration patterns.",
    "tags": [
      "multimodal",
      "vision",
      "audio",
      "pipeline",
      "llm"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "news-aggregation-pipeline",
    "title": "News Aggregation Pipeline for Agents",
    "short": "Aggregate news from RSS, APIs, and web sources. Filter, deduplicate, summarize daily.",
    "tags": [
      "news",
      "rss",
      "aggregation",
      "research",
      "monitoring"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev",
      "devops",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "notion-integration-guide",
    "title": "Notion API Integration Guide for Agents",
    "short": "Create, update, and search Notion pages and databases. Full API reference for agents.",
    "tags": [
      "notion",
      "database",
      "knowledge-management",
      "api",
      "productivity"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "dev"
    ],
    "integrations": [
      "notion"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "openai-agents-sdk-guide",
    "title": "OpenAI Agents SDK Guide",
    "short": "Build production agents with OpenAI's SDK. Tools, handoffs, guardrails, and tracing.",
    "tags": [
      "openai",
      "agents-sdk",
      "tools",
      "multi-agent",
      "llm"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "devops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-openai-image-gen",
    "title": "OpenAI Image Generation Skill for OpenClaw",
    "short": "Batch-generate images via DALL-E with structured prompts. Auto-builds an HTML gallery for review.",
    "tags": [
      "image-generation",
      "dalle",
      "openai",
      "creative",
      "batch"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "patent-search-guide",
    "title": "Patent Search Guide for Agents",
    "short": "Search USPTO and Google Patents. Claims, citations, and prior art analysis.",
    "tags": [
      "patents",
      "research",
      "legal",
      "data",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "dev",
      "devops",
      "research"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "pdf-parsing-guide",
    "title": "PDF Parsing Guide for Agents",
    "short": "Pull text, tables, and images from PDFs. Works with financial reports, contracts, invoices.",
    "tags": [
      "pdf",
      "parsing",
      "extraction",
      "ocr",
      "data"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "performance-monitoring-guide",
    "title": "Performance Monitoring Setup Guide for Agents",
    "short": "APM setup with Datadog, New Relic, or OpenTelemetry. Metrics, traces, alerts.",
    "tags": [
      "apm",
      "monitoring",
      "datadog",
      "opentelemetry",
      "observability"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "devops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "playwright-scraping-guide",
    "title": "Playwright Web Scraping Guide for Agents",
    "short": "Scrape modern JS-rendered websites. Selectors, pagination, auth flows, anti-detection.",
    "tags": [
      "playwright",
      "scraping",
      "automation",
      "browser",
      "data"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "postgresql-guide",
    "title": "PostgreSQL Query Patterns Guide for Agents",
    "short": "Query patterns, connection pooling, and transaction management. PostgreSQL reference for agents.",
    "tags": [
      "postgresql",
      "database",
      "sql",
      "backend",
      "data"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "product-launch-template",
    "title": "Product Launch Checklist Automation Template",
    "short": "Coordinate product launches. Checklist management, stakeholder updates, go/no-go checks.",
    "tags": [
      "product-launch",
      "project-management",
      "checklist",
      "coordination",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "prompt-engineering-guide",
    "title": "Prompt Engineering Guide for Agents",
    "short": "Chain-of-thought, few-shot, structured output. Prompting strategies that work in production.",
    "tags": [
      "prompting",
      "llm",
      "chain-of-thought",
      "few-shot",
      "ai"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "rag-pipeline-template",
    "title": "RAG Pipeline Template for Agents",
    "short": "Complete RAG pipeline: ingest, chunk, embed, retrieve, generate. Answer questions from your docs.",
    "tags": [
      "rag",
      "retrieval",
      "embeddings",
      "vector-db",
      "llm"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "redis-patterns-guide",
    "title": "Redis Patterns Guide for Agents",
    "short": "Caching, pub/sub, rate limiting, and session storage. Redis patterns that work in agent workflows.",
    "tags": [
      "redis",
      "caching",
      "pubsub",
      "database",
      "backend"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "security-scanning-guide",
    "title": "Security Scanning Automation Guide for Agents",
    "short": "Scan code for vulnerabilities, exposed secrets, and insecure patterns. Ship secure.",
    "tags": [
      "security",
      "scanning",
      "devtools",
      "sast",
      "vulnerabilities"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "embeddings-search-guide",
    "title": "Semantic Search with OpenAI Embeddings Guide",
    "short": "Search by meaning, not keywords. OpenAI embeddings setup and query patterns.",
    "tags": [
      "embeddings",
      "semantic-search",
      "openai",
      "nlp",
      "retrieval"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "sendgrid-email-guide",
    "title": "SendGrid Email API Guide for Agents",
    "short": "Send transactional emails, manage lists, handle bounces. SendGrid API reference for agents.",
    "tags": [
      "sendgrid",
      "email",
      "transactional",
      "deliverability",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "sentry-integration-guide",
    "title": "Sentry Error Tracking Integration Guide for Agents",
    "short": "Monitor app errors, triage issues, correlate with deployments. Sentry API for agents.",
    "tags": [
      "sentry",
      "error-tracking",
      "monitoring",
      "devops",
      "alerts"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "shopify-automation-guide",
    "title": "Shopify Admin API Automation Guide for Agents",
    "short": "Manage Shopify products, orders, inventory, and customers. Admin API reference for agents.",
    "tags": [
      "shopify",
      "ecommerce",
      "orders",
      "inventory",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-skill-creator",
    "title": "Skill Creator for OpenClaw",
    "short": "Build and package new OpenClaw skills. Includes SKILL.md template, scripts, and install metadata.",
    "tags": [
      "skill-creator",
      "development",
      "packaging",
      "openclaw",
      "meta"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "slack-integration-guide",
    "title": "Slack API Integration Guide for Agents",
    "short": "Post messages, read channels, and build Slack bots. Complete agent integration reference.",
    "tags": [
      "slack",
      "messaging",
      "api",
      "integration",
      "notification"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [
      "slack"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "social-listening-guide",
    "title": "Social Media Listening Guide for Agents",
    "short": "Track brand mentions and competitor activity across social platforms. Alert on signals.",
    "tags": [
      "social-media",
      "monitoring",
      "twitter",
      "reddit",
      "sentiment"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "devops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "social-monitoring-template",
    "title": "Social Media Monitoring Template for Agents",
    "short": "Track brand mentions across platforms. Generate response drafts automatically.",
    "tags": [
      "social-media",
      "monitoring",
      "brand",
      "alerts",
      "sentiment"
    ],
    "asset_type": "skill",
    "use_cases": [
      "devops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "stable-diffusion-guide",
    "title": "Stable Diffusion Local Setup Guide for Agents",
    "short": "Run Stable Diffusion locally. No API costs. Full control over image generation.",
    "tags": [
      "stable-diffusion",
      "image-generation",
      "local",
      "ai",
      "comfyui"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "stripe-automation-guide",
    "title": "Stripe API Automation Guide for Agents",
    "short": "Create subscriptions, generate invoices, process refunds. Stripe API patterns for agents.",
    "tags": [
      "stripe",
      "payments",
      "billing",
      "subscriptions",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "finance",
      "ops"
    ],
    "integrations": [
      "stripe"
    ],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "data-extraction-pipeline",
    "title": "Structured Data Extraction Pipeline for Agents",
    "short": "Extract structured data from HTML, PDF, and JSON. Validation and schema normalization included.",
    "tags": [
      "data-extraction",
      "parsing",
      "pipeline",
      "structured-data",
      "python"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "task-queue-guide",
    "title": "Task Queue Guide for Agents",
    "short": "Dispatch background tasks with Celery, RQ, or BullMQ. Reliable async processing.",
    "tags": [
      "task-queue",
      "celery",
      "async",
      "backend",
      "automation"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-tutuoai-hub",
    "title": "TutuoAI Hub Skill",
    "short": "One install unlocks deterministic browsing/search/install guidance across the TutuoAI marketplace.",
    "tags": [
      "marketplace",
      "discovery",
      "install",
      "catalog",
      "openclaw"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "capability-extension",
    "buy_url": ""
  },
  {
    "slug": "twilio-sms-guide",
    "title": "Twilio SMS & Voice API Guide for Agents",
    "short": "Send SMS, make voice calls, verify phone numbers. Twilio integration patterns for agents.",
    "tags": [
      "twilio",
      "sms",
      "voice",
      "communication",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "vector-db-setup-guide",
    "title": "Vector Database Setup Guide for Agents",
    "short": "Set up Chroma or Pinecone for semantic search and RAG. Embedding storage and retrieval.",
    "tags": [
      "vector-db",
      "chroma",
      "pinecone",
      "embeddings",
      "rag"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "design"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-video-frames",
    "title": "Video Frame Extraction Skill for OpenClaw",
    "short": "Extract frames or clips from video files with ffmpeg. Fast thumbnails for any video format.",
    "tags": [
      "video",
      "ffmpeg",
      "frames",
      "thumbnails",
      "media"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "weekly-report-template",
    "title": "Weekly Report Automation Template",
    "short": "Pull metrics, write executive summary, distribute to stakeholders. Weekly reports, automated.",
    "tags": [
      "reporting",
      "analytics",
      "automation",
      "weekly",
      "metrics"
    ],
    "asset_type": "skill",
    "use_cases": [
      "data",
      "ops"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-wacli",
    "title": "WhatsApp CLI Skill for OpenClaw",
    "short": "Send WhatsApp messages and search chat history from the terminal. No app needed.",
    "tags": [
      "whatsapp",
      "messaging",
      "communication",
      "cli",
      "outreach"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "zendesk-agent-guide",
    "title": "Zendesk API Integration Guide for Agents",
    "short": "Read support tickets, post replies, route escalations. Zendesk automation for agents.",
    "tags": [
      "zendesk",
      "customer-support",
      "tickets",
      "api",
      "crm"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "sales",
      "support"
    ],
    "integrations": [],
    "price": 0,
    "price_tier": "free",
    "category": "skill",
    "buy_url": ""
  },
  {
    "slug": "skill-blogwatcher",
    "title": "Blog/RSS Watcher Skill for OpenClaw",
    "short": "Monitor RSS and blog feeds for updates. Know when competitors publish \u2014 without scraping.",
    "tags": [
      "rss",
      "monitoring",
      "alerts",
      "feeds",
      "research"
    ],
    "asset_type": "skill",
    "use_cases": [
      "content",
      "devops",
      "research"
    ],
    "integrations": [],
    "price": 0.5,
    "price_tier": "micro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/dRm5kw0i1dtVgvA7sFcAo0t"
  },
  {
    "slug": "skill-github",
    "title": "GitHub Skill for OpenClaw",
    "short": "GitHub ops via gh CLI: issues, PRs, CI status, code review, API queries. Works out of the box.",
    "tags": [
      "github",
      "git",
      "pr",
      "ci",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev",
      "devops",
      "ops"
    ],
    "integrations": [
      "github"
    ],
    "price": 0.5,
    "price_tier": "micro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/aFa4gs2q989Bfrw6oBcAo09"
  },
  {
    "slug": "skill-summarize",
    "title": "Summarize Skill for OpenClaw",
    "short": "Summarize any URL, YouTube video, or podcast. One command. No custom scraping needed.",
    "tags": [
      "summarize",
      "transcribe",
      "youtube",
      "podcast",
      "content"
    ],
    "asset_type": "skill",
    "use_cases": [
      "content"
    ],
    "integrations": [],
    "price": 0.5,
    "price_tier": "micro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/fZu5kw4yhahJgvAdR3cAo0a"
  },
  {
    "slug": "skill-weather",
    "title": "Weather Skill for OpenClaw",
    "short": "Current weather and forecasts anywhere. No API key needed. Great for travel and scheduling.",
    "tags": [
      "weather",
      "forecast",
      "utility"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 0.5,
    "price_tier": "micro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/00w7sE2q9dtV5QW5kxcAo0i"
  },
  {
    "slug": "skill-1password",
    "title": "1Password CLI Skill for OpenClaw",
    "short": "Read secrets from 1Password via CLI. No plaintext files. Safe for CI and local automation.",
    "tags": [
      "1password",
      "secrets",
      "op",
      "security",
      "cli"
    ],
    "asset_type": "skill",
    "use_cases": [
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/fZu8wI4yh61tbbg6oBcAo0q"
  },
  {
    "slug": "3-ad-angles",
    "title": "3 Ready-to-Run Ad Angles",
    "short": "Three ad angles with hooks, ready to paste into any ad platform. Skip the brainstorm \u2014 launch faster.",
    "tags": [
      "ads",
      "copywriting",
      "dtc",
      "hooks",
      "creative"
    ],
    "asset_type": "template",
    "use_cases": [
      "content",
      "marketing"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "prompt-pack",
    "buy_url": "https://buy.stripe.com/00w5kwaWF89Bens6oBcAo0f"
  },
  {
    "slug": "agent-orchestration",
    "title": "Agent Orchestration Template",
    "short": "Chain sub-agents with retries, timeouts, and cost caps. Build multi-step pipelines in minutes, not days.",
    "tags": [
      "orchestration",
      "agent",
      "automation",
      "subagent",
      "pipeline"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/bJe28kggZ1Ldfrw6oBcAo0e"
  },
  {
    "slug": "skill-apple-notes",
    "title": "Apple Notes Skill for OpenClaw",
    "short": "Create, search, and edit Apple Notes from the terminal. Fast capture without opening the app.",
    "tags": [
      "apple",
      "notes",
      "macos",
      "capture",
      "knowledge"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/14A5kw7Kt3Tl0wC4gtcAo0j"
  },
  {
    "slug": "skill-apple-reminders",
    "title": "Apple Reminders Skill for OpenClaw",
    "short": "Add, list, and complete Apple Reminders via CLI. Task tracking that fits into any workflow.",
    "tags": [
      "apple",
      "reminders",
      "tasks",
      "macos",
      "todo"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/28E5kw0i1dtVenseV7cAo0k"
  },
  {
    "slug": "skill-coding-agent",
    "title": "Coding Agent Skill for OpenClaw",
    "short": "Delegate coding tasks to a specialized sub-agent. Build features, review PRs, refactor \u2014 hands-free.",
    "tags": [
      "coding",
      "codex",
      "claude",
      "refactor",
      "pr",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/3cIaEQ3udahJ7Z4aERcAo0c"
  },
  {
    "slug": "contactform-submitter",
    "title": "Contact Form Submitter Skill",
    "short": "Submit web contact forms with consistent fields and audit logging. Reliable outreach at scale.",
    "tags": [
      "outreach",
      "contactform",
      "acquisition",
      "logging"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/00wbIUd4N2Phfrw6oBcAo06"
  },
  {
    "slug": "skill-gog",
    "title": "Google Workspace Skill for OpenClaw",
    "short": "Gmail, Calendar, Drive, Sheets, and Docs \u2014 all in one skill. Full read/write access to Google Workspace.",
    "tags": [
      "google",
      "gmail",
      "calendar",
      "drive",
      "sheets",
      "workspace"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [
      "gmail",
      "sheets"
    ],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/eVqfZae8RdtVfrw5kxcAo0b"
  },
  {
    "slug": "skill-obsidian",
    "title": "Obsidian Vault Skill for OpenClaw",
    "short": "Read and write markdown notes in Obsidian vaults. Persistent knowledge base your agent can search.",
    "tags": [
      "obsidian",
      "markdown",
      "notes",
      "vault",
      "knowledge"
    ],
    "asset_type": "skill",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/7sYbIUfcVgG72EKcMZcAo0n"
  },
  {
    "slug": "skill-things-mac",
    "title": "Things 3 (Mac) Skill for OpenClaw",
    "short": "Create and query Things 3 tasks from the CLI. GTD that stays in sync with your agent.",
    "tags": [
      "things",
      "tasks",
      "gtd",
      "macos",
      "productivity"
    ],
    "asset_type": "skill",
    "use_cases": [],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/28E7sE3udcpR3IO4gtcAo0l"
  },
  {
    "slug": "skill-tmux",
    "title": "tmux Remote Control Skill for OpenClaw",
    "short": "Drive interactive CLIs via tmux. Send keys, scrape output, keep sessions alive across turns.",
    "tags": [
      "tmux",
      "terminal",
      "automation",
      "tui",
      "cli"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "ops"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/bJeaEQggZ1Ld6V07sFcAo0m"
  },
  {
    "slug": "utm-link-helper",
    "title": "UTM Link Helper Skill",
    "short": "Generate consistent UTM-tagged links for outreach. Clean attribution data from the start.",
    "tags": [
      "utm",
      "analytics",
      "attribution",
      "distribution"
    ],
    "asset_type": "skill",
    "use_cases": [
      "content",
      "data",
      "marketing"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/28E14g7Kt3Tl938bIVcAo0u"
  },
  {
    "slug": "skill-openai-whisper",
    "title": "Whisper (Local STT) Skill for OpenClaw",
    "short": "Transcribe audio on-device with Whisper. No API key. No data leaves your machine.",
    "tags": [
      "whisper",
      "stt",
      "transcription",
      "audio",
      "local"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/7sY8wI4yhfC3bbg8wJcAo0o"
  },
  {
    "slug": "skill-openai-whisper-api",
    "title": "Whisper API (STT) Skill for OpenClaw",
    "short": "Cloud-based audio transcription via OpenAI API. More reliable for long files. Needs API key.",
    "tags": [
      "whisper",
      "stt",
      "transcription",
      "openai",
      "api"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev"
    ],
    "integrations": [],
    "price": 1.0,
    "price_tier": "standard",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/9B6eV6d4N4Xp4MS6oBcAo0p"
  },
  {
    "slug": "analytics-tracking-pack",
    "title": "Analytics Tracking Pack (UTM + Events)",
    "short": "UTM naming convention, GA4 event table, and GTM snippet in one pack. Clean attribution from day one.",
    "tags": [
      "analytics",
      "utm",
      "ga4",
      "gtm",
      "tracking",
      "attribution"
    ],
    "asset_type": "template",
    "use_cases": [
      "data",
      "marketing"
    ],
    "integrations": [],
    "price": 2.0,
    "price_tier": "pro",
    "category": "prompt-pack",
    "buy_url": "https://buy.stripe.com/9B6dR23ud89Bdjo7sFcAo0w"
  },
  {
    "slug": "skill-gh-issues",
    "title": "GitHub Issues Agent Skill for OpenClaw",
    "short": "Process GitHub issue backlogs automatically. Fetch issues, implement fixes, open PRs, handle reviews.",
    "tags": [
      "github",
      "issues",
      "pr",
      "automation",
      "pipeline",
      "devtools"
    ],
    "asset_type": "skill",
    "use_cases": [
      "dev",
      "ops"
    ],
    "integrations": [
      "github"
    ],
    "price": 2.0,
    "price_tier": "pro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/eVqeV68Ox4Xp5QW14hcAo0d"
  },
  {
    "slug": "skill-mcporter",
    "title": "MCP Porter Skill for OpenClaw",
    "short": "Connect to MCP tool servers without writing custom integration code. Discover and call external tools fast.",
    "tags": [
      "mcp",
      "tools",
      "servers",
      "integration",
      "automation"
    ],
    "asset_type": "mcp",
    "use_cases": [
      "ops"
    ],
    "integrations": [],
    "price": 2.0,
    "price_tier": "pro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/5kQ3co6Gp0H9djo00dcAo0s"
  },
  {
    "slug": "skill-peekaboo",
    "title": "Peekaboo (macOS UI Automation) Skill for OpenClaw",
    "short": "Control native macOS apps that lack APIs. Click buttons, read dialogs, take screenshots.",
    "tags": [
      "macos",
      "ui",
      "automation",
      "screenshots",
      "accessibility"
    ],
    "asset_type": "skill",
    "use_cases": [
      "design",
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 2.0,
    "price_tier": "pro",
    "category": "skill",
    "buy_url": "https://buy.stripe.com/28E14g6Gp9dF7Z414hcAo0r"
  },
  {
    "slug": "browser-automation-pack",
    "title": "",
    "short": "",
    "tags": [
      "browser",
      "playwright",
      "scraping",
      "automation",
      "web"
    ],
    "asset_type": "template",
    "use_cases": [
      "dev",
      "ops"
    ],
    "integrations": [],
    "price": 19,
    "price_tier": "capability-extension",
    "category": "capability-extension",
    "buy_url": "https://buy.stripe.com/dRm14g6GpgG79388wJcAo0H"
  },
  {
    "slug": "data-pipeline-pack",
    "title": "",
    "short": "",
    "tags": [
      "etl",
      "csv",
      "pipeline",
      "api",
      "data"
    ],
    "asset_type": "template",
    "use_cases": [
      "data",
      "dev"
    ],
    "integrations": [],
    "price": 19,
    "price_tier": "capability-extension",
    "category": "capability-extension",
    "buy_url": "https://buy.stripe.com/00wbIUaWF61tcfk28lcAo0I"
  },
  {
    "slug": "voice-interface-pack",
    "title": "",
    "short": "",
    "tags": [
      "voice",
      "tts",
      "speech",
      "whisper",
      "audio"
    ],
    "asset_type": "template",
    "use_cases": [],
    "integrations": [],
    "price": 19,
    "price_tier": "capability-extension",
    "category": "capability-extension",
    "buy_url": "https://buy.stripe.com/eVq14ge8RgG76V09ANcAo0K"
  },
  {
    "slug": "multi-llm-routing-pack",
    "title": "",
    "short": "",
    "tags": [
      "llm",
      "routing",
      "openai",
      "claude",
      "gemini",
      "cost-optimization"
    ],
    "asset_type": "template",
    "use_cases": [],
    "integrations": [],
    "price": 24,
    "price_tier": "capability-extension",
    "category": "capability-extension",
    "buy_url": "https://buy.stripe.com/7sY9AM3ud61t5QW3cpcAo0J"
  },
  {
    "slug": "memory-persistence-pack",
    "title": "",
    "short": "",
    "tags": [
      "memory",
      "vector-db",
      "chromadb",
      "recall",
      "context"
    ],
    "asset_type": "template",
    "use_cases": [],
    "integrations": [],
    "price": 24,
    "price_tier": "capability-extension",
    "category": "capability-extension",
    "buy_url": "https://buy.stripe.com/dRmdR2e8R9dF3IOcMZcAo0L"
  },
  {
    "slug": "agent-monitoring-pack",
    "title": "",
    "short": "",
    "tags": [
      "monitoring",
      "alerting",
      "cost-tracking",
      "watchdog",
      "health-check"
    ],
    "asset_type": "template",
    "use_cases": [
      "devops"
    ],
    "integrations": [],
    "price": 29,
    "price_tier": "capability-extension",
    "category": "capability-extension",
    "buy_url": "https://buy.stripe.com/28E00caWF61t5QWbIVcAo0M"
  },
  {
    "slug": "agent-system-bootstrap",
    "title": "Agent System Bootstrap Playbook",
    "short": "Go from zero to a production-grade autonomous agent system in one day \u2014 OpenClaw installation, skills, cron jobs, memory architecture, cost monitoring, watchdog, and 7-day checklist.",
    "tags": [
      "playbook",
      "openclaw",
      "setup",
      "bootstrap",
      "monitoring",
      "automation",
      "cron"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 99,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/28E3co1m5ahJfrw9ANcAo0G"
  },
  {
    "slug": "multi-agent-content-machine",
    "title": "Multi-Agent Content Machine Playbook",
    "short": "Publish 5\u201310 SEO-optimized articles per day using a 4-agent pipeline: Researcher \u2192 Writer \u2192 Editor \u2192 Publisher \u2014 zero human involvement.",
    "tags": [
      "playbook",
      "content",
      "seo",
      "multi-agent",
      "wordpress",
      "publishing",
      "automation"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "content",
      "ops",
      "research"
    ],
    "integrations": [],
    "price": 149,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/8x23co8OxahJfrw3cpcAo0y"
  },
  {
    "slug": "personal-finance-intelligence",
    "title": "Personal Finance Intelligence Playbook",
    "short": "Auto-categorize 500+ monthly transactions, generate budget vs. actual reports, detect anomalies, and deliver weekly finance digests \u2014 Plaid or CSV, no manual effort.",
    "tags": [
      "playbook",
      "personal-finance",
      "plaid",
      "budgeting",
      "automation",
      "investments"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "data",
      "finance",
      "ops"
    ],
    "integrations": [],
    "price": 149,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/7sY7sE2q9ahJ1AG9ANcAo0E"
  },
  {
    "slug": "agent-outbound-sales-playbook",
    "title": "Agent-Native Outbound Sales Playbook",
    "short": "Run complete B2B cold outreach campaigns autonomously \u2014 prospect research, multi-channel outreach, follow-up sequences, and CRM updates without human involvement.",
    "tags": [
      "playbook",
      "sales",
      "outreach",
      "crm",
      "email",
      "automation",
      "b2b"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "marketing",
      "ops",
      "research",
      "sales"
    ],
    "integrations": [],
    "price": 199,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/6oUcMY1m575x7Z49ANcAo0x"
  },
  {
    "slug": "ai-customer-support-triage",
    "title": "AI Customer Support Triage Playbook",
    "short": "Triage 200+ support tickets per hour \u2014 classify, score sentiment, auto-reply to simple cases, and route complex cases to the right team \u2014 autonomously.",
    "tags": [
      "playbook",
      "customer-support",
      "zendesk",
      "automation",
      "triage",
      "sentiment"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "ops",
      "support"
    ],
    "integrations": [],
    "price": 199,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/6oUeV65ClgG70wCeV7cAo0A"
  },
  {
    "slug": "ai-hiring-pipeline",
    "title": "AI-Powered Hiring Pipeline Playbook",
    "short": "Automate full-cycle hiring \u2014 JD generation, resume screening with scoring matrix, interview scheduling, email sequences, and offer letters \u2014 reducing time-to-hire by 50\u201370%.",
    "tags": [
      "playbook",
      "hiring",
      "recruiting",
      "automation",
      "hr",
      "email"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "design",
      "devops",
      "ops"
    ],
    "integrations": [],
    "price": 199,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/9B600c9SB1Ld7Z45kxcAo0D"
  },
  {
    "slug": "ecommerce-ops-automation",
    "title": "E-Commerce Operations Automation Playbook",
    "short": "Automate inventory monitoring, supplier reorders, price tracking, review management, and daily sales reports for Shopify, Amazon, and TikTok Shop \u2014 saving 15\u201320 hours/week.",
    "tags": [
      "playbook",
      "ecommerce",
      "shopify",
      "amazon",
      "automation",
      "inventory",
      "reviews"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "devops",
      "ops",
      "sales"
    ],
    "integrations": [],
    "price": 199,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/cNi9AM2q91Ld9387sFcAo0F"
  },
  {
    "slug": "autonomous-market-intelligence",
    "title": "Autonomous Market Intelligence Playbook",
    "short": "Monitor 10+ competitor sites daily and deliver weekly competitive intelligence digests \u2014 price changes, feature launches, news sentiment \u2014 fully automated.",
    "tags": [
      "playbook",
      "market-intelligence",
      "competitive-analysis",
      "monitoring",
      "automation",
      "rss"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "devops",
      "ops",
      "research"
    ],
    "integrations": [],
    "price": 249,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/8x2aEQd4NexZfrw9ANcAo0z"
  },
  {
    "slug": "seo-content-factory",
    "title": "Autonomous SEO & GEO Content Factory Playbook",
    "short": "Publish 3\u20135 articles per day optimized for both Google and AI search engines \u2014 keyword research through publication, GEO-ready with llms.txt and JSON-LD.",
    "tags": [
      "playbook",
      "seo",
      "geo",
      "content",
      "wordpress",
      "publishing",
      "keyword-research"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "content",
      "research"
    ],
    "integrations": [],
    "price": 249,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/eVqaEQaWF3Tl7Z47sFcAo0C"
  },
  {
    "slug": "arbitrage-intelligence-playbook",
    "title": "Arbitrage Intelligence Playbook",
    "short": "Scan 30+ sportsbooks in real-time for guaranteed-return arbitrage opportunities, get instant alerts with exact execution steps \u2014 deterministic math, no LLM hallucinations.",
    "tags": [
      "playbook",
      "arbitrage",
      "sports-betting",
      "finance",
      "automation",
      "python"
    ],
    "asset_type": "playbook",
    "use_cases": [
      "devops",
      "finance",
      "ops"
    ],
    "integrations": [],
    "price": 299,
    "price_tier": "playbook",
    "category": "playbook",
    "buy_url": "https://buy.stripe.com/00wfZafcVblN3IO28lcAo0B"
  }
]