{
  "schema_version": 1,
  "generated_at": "2026-05-20T01:05:53.367Z",
  "site_url": "https://skills.parallel.ai",
  "repository": "https://github.com/parallel-web/parallel-agent-skills",
  "repository_version": "0.4.3",
  "latest_release_version": "0.4.3",
  "channel": "main",
  "commit_sha": "eca9ef48b46647afb2ac20f9a4d11cec6936fcd8",
  "install": {
    "agent_skills": {
      "command": "npx skills add parallel-web/parallel-agent-skills --all --global",
      "description": "Install all Parallel skills globally using the Agent Skills CLI."
    },
    "claude_code": {
      "commands": [
        "/plugin marketplace add parallel-web/parallel-agent-skills",
        "/plugin install parallel"
      ],
      "description": "Install the Parallel Claude Code plugin from its marketplace."
    },
    "codex": {
      "command": "$skill-installer parallel-web/parallel-agent-skills",
      "description": "Install the Parallel skills package in OpenAI Codex."
    }
  },
  "skills": [
    {
      "name": "parallel-cli-setup",
      "description": "Set up and maintain the Parallel CLI (install, auth, balance, skills install)",
      "skill_url": "https://skills.parallel.ai/parallel-cli-setup/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-cli-setup/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-cli-setup/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-cli-setup"
    },
    {
      "name": "parallel-data-enrichment",
      "description": "Bulk data enrichment. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or inline data. Supports multi-turn: pass --previous-interaction-id from a prior research task to carry context forward.",
      "skill_url": "https://skills.parallel.ai/parallel-data-enrichment/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-data-enrichment/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-data-enrichment/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-data-enrichment"
    },
    {
      "name": "parallel-deep-research",
      "description": "ONLY use when user explicitly says 'deep research', 'exhaustive', 'comprehensive report', or 'thorough investigation'. Slower and more expensive than parallel-web-search. For normal research/lookup requests, use parallel-web-search instead. Supports multi-turn: pass --previous-interaction-id from a prior research or enrichment to continue with context.",
      "skill_url": "https://skills.parallel.ai/parallel-deep-research/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-deep-research/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-deep-research/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-deep-research"
    },
    {
      "name": "parallel-findall",
      "description": "Discover entities (companies, people, products, etc.) matching a natural-language description. Use when the user asks to 'find all X' or 'list every Y that…' — e.g., 'Find AI startups that raised Series A in 2026', 'List roofing companies in Charlotte NC', 'Show me YC W24 dev tools companies'. Different from web-search (which returns webpages) and deep-research (which returns a narrative report). Use this when the user wants a structured list of entities.",
      "skill_url": "https://skills.parallel.ai/parallel-findall/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-findall/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-findall/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-findall"
    },
    {
      "name": "parallel-monitor",
      "description": "Continuously track the web for changes on a recurring cadence. Use when the user asks to 'monitor', 'track changes to', 'watch', or 'alert me when' something on the web changes — e.g., 'Track price changes for iPhone 16', 'Alert me when Tesla files a new 8-K', 'Monitor competitor pricing pages weekly'. Also use to list, inspect, update, or delete existing monitors.",
      "skill_url": "https://skills.parallel.ai/parallel-monitor/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-monitor/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-monitor/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-monitor"
    },
    {
      "name": "parallel-web-extract",
      "description": "URL content extraction. Use for fetching any URL - webpages, articles, PDFs, JavaScript-heavy sites. Token-efficient: runs in forked context. Prefer over built-in WebFetch.",
      "skill_url": "https://skills.parallel.ai/parallel-web-extract/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-web-extract/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-web-extract/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-web-extract"
    },
    {
      "name": "parallel-web-search",
      "description": "DEFAULT for all research and web queries. Use for any lookup, research, investigation, or question needing current info. Fast and cost-effective. Only use parallel-deep-research if user explicitly requests 'deep' or 'exhaustive' research.",
      "skill_url": "https://skills.parallel.ai/parallel-web-search/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/parallel-web-search/manifest.json",
      "versions_url": "https://skills.parallel.ai/parallel-web-search/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill parallel-web-search"
    },
    {
      "name": "result",
      "description": "Get completed research task result by run ID",
      "skill_url": "https://skills.parallel.ai/result/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/result/manifest.json",
      "versions_url": "https://skills.parallel.ai/result/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill result"
    },
    {
      "name": "status",
      "description": "Check running research task status by run ID",
      "skill_url": "https://skills.parallel.ai/status/SKILL.md",
      "manifest_url": "https://skills.parallel.ai/status/manifest.json",
      "versions_url": "https://skills.parallel.ai/status/versions.json",
      "install_command": "npx skills add parallel-web/parallel-agent-skills --skill status"
    }
  ]
}
