{
  "version": 1,
  "generatedAt": "2026-06-17T05:20:18.453Z",
  "baseUrl": "https://cline.github.io/marketplace",
  "counts": {
    "total": 5,
    "mcps": 1,
    "plugins": 2,
    "skills": 2
  },
  "tags": [
    {
      "id": "productivity",
      "label": "Productivity",
      "count": 1
    },
    {
      "id": "marketing",
      "label": "Marketing",
      "count": 0
    },
    {
      "id": "research",
      "label": "Research & Docs",
      "count": 3
    },
    {
      "id": "data",
      "label": "Data & Analytics",
      "count": 0
    },
    {
      "id": "software",
      "label": "Software Development",
      "count": 4
    },
    {
      "id": "business",
      "label": "Business Operations",
      "count": 0
    },
    {
      "id": "sales",
      "label": "Sales",
      "count": 0
    },
    {
      "id": "finance",
      "label": "Finance",
      "count": 0
    },
    {
      "id": "creative",
      "label": "Creative & Design",
      "count": 1
    },
    {
      "id": "memory",
      "label": "Memory & Knowledge",
      "count": 0
    },
    {
      "id": "security",
      "label": "Security",
      "count": 0
    },
    {
      "id": "databases",
      "label": "Databases",
      "count": 0
    }
  ],
  "entries": [
    {
      "id": "context7",
      "type": "mcp",
      "name": "Context7",
      "tagline": "Up-to-date code docs for any library, fetched on demand",
      "description": "A remote MCP server that pulls version-accurate documentation and code examples for thousands of libraries directly into the model's context, reducing hallucinated APIs.",
      "author": {
        "name": "Upstash",
        "url": "https://upstash.com"
      },
      "homepage": "https://context7.com",
      "repo": "https://github.com/upstash/context7",
      "icon": "https://cline.github.io/marketplace/icons/mcp/context7.svg",
      "tags": [
        "software",
        "research"
      ],
      "license": "MIT",
      "verified": false,
      "featured": true,
      "install": {
        "args": [
          "context7",
          "--transport",
          "http",
          "https://mcp.context7.com/mcp"
        ],
        "env": [
          {
            "name": "CONTEXT7_API_KEY",
            "required": false,
            "description": "Optional API key for higher rate limits.",
            "url": "https://context7.com/dashboard"
          }
        ],
        "command": "cline mcp install context7 --transport http https://mcp.context7.com/mcp"
      }
    },
    {
      "id": "goal",
      "type": "plugin",
      "name": "Goal",
      "tagline": "Completion nudges for active goals",
      "description": "Adds a slash command and a completion tool that keep Cline focused on finishing the goals you set, nudging the agent when a goal is still open.",
      "author": {
        "name": "Cline",
        "url": "https://cline.bot"
      },
      "homepage": "https://github.com/cline/cline-plugins/tree/main/plugins/goal",
      "repo": "https://github.com/cline/cline-plugins/tree/main/plugins/goal",
      "icon": "https://cline.github.io/marketplace/icons/plugin/goal.svg",
      "tags": [
        "productivity"
      ],
      "license": "Apache-2.0",
      "verified": true,
      "featured": false,
      "install": {
        "args": [
          "goal"
        ],
        "command": "cline plugin install goal"
      }
    },
    {
      "id": "web-search",
      "type": "plugin",
      "name": "Web Search",
      "tagline": "Exa-backed web search as a Cline tool",
      "description": "Adds a web_search tool backed by Exa so the agent can discover current URLs, docs, and recent facts mid-task.",
      "author": {
        "name": "Cline",
        "url": "https://cline.bot"
      },
      "homepage": "https://github.com/cline/cline-plugins/tree/main/plugins/web-search",
      "repo": "https://github.com/cline/cline-plugins/tree/main/plugins/web-search",
      "icon": "https://cline.github.io/marketplace/icons/plugin/web-search.svg",
      "tags": [
        "research",
        "software"
      ],
      "license": "Apache-2.0",
      "verified": true,
      "featured": false,
      "install": {
        "args": [
          "web-search"
        ],
        "env": [
          {
            "name": "EXA_API_KEY",
            "required": true,
            "description": "Exa API key used for search.",
            "url": "https://exa.ai"
          }
        ],
        "command": "cline plugin install web-search"
      }
    },
    {
      "id": "cline-sdk",
      "type": "skill",
      "name": "Cline SDK",
      "tagline": "Cline SDK reference docs for AI coding assistants",
      "description": "Reference documentation for the Cline SDK: the Agent runtime, ClineCore sessions, custom tools, plugins, events, LLM providers, scheduling, multi-agent teams, and production deployment. Installs the whole skill from its GitHub repo.",
      "author": {
        "name": "Cline",
        "url": "https://cline.bot"
      },
      "homepage": "https://docs.cline.bot/sdk",
      "repo": "https://github.com/cline/sdk-skill",
      "icon": "https://cline.github.io/marketplace/icons/skill/cline-sdk.svg",
      "tags": [
        "software",
        "research"
      ],
      "license": "Apache-2.0",
      "verified": true,
      "featured": false,
      "install": {
        "args": [
          "cline/sdk-skill"
        ],
        "command": "cline skill install cline/sdk-skill"
      }
    },
    {
      "id": "web-design-guidelines",
      "type": "skill",
      "name": "Web Design Guidelines",
      "tagline": "Opinionated rules for building polished web UIs",
      "description": "A skill that gives the agent a strong point of view on layout, spacing, typography, and component design so generated web UIs look intentional instead of generic.",
      "author": {
        "name": "Vercel",
        "url": "https://vercel.com"
      },
      "homepage": "https://github.com/vercel-labs/agent-skills",
      "repo": "https://github.com/vercel-labs/agent-skills",
      "icon": "https://cline.github.io/marketplace/icons/skill/web-design-guidelines.svg",
      "tags": [
        "software",
        "creative"
      ],
      "license": "MIT",
      "verified": false,
      "featured": false,
      "install": {
        "args": [
          "vercel-labs/agent-skills",
          "--skill",
          "web-design-guidelines"
        ],
        "command": "cline skill install vercel-labs/agent-skills --skill web-design-guidelines"
      }
    }
  ]
}
