By Eucera
Add a Foldspace AI agent to a website you cannot edit by building a Chrome extension. Create the extension, learn workflows from the live site, build actions one at a time, add navigation, and validate before sharing.
Inspect a live website workflow and translate browser DevTools evidence into Foldspace action implementation notes. Use when building no-source-access extension-based integrations from Network, Application, Console, and DOM evidence.
Map live website routes, labels, and cross-page navigation behavior for Foldspace extension-based integrations. Use when adding navigation labels, route handlers, or multi-page continuation to an extension.
Teach the agent how to open pages and continue after the user navigates on the target website. Use when the agent needs to send users to a page, handle route changes, or label destinations like Settings or Billing.
Build the extension code for one agent action after the workflow is understood and approved. Use when the user wants to implement a remote action, write extension handler code, or connect a planned action to APIs observed on the live site.
Create a Chrome extension project that adds Foldspace to a live website. Use when the user needs a browser extension, wants to inject Foldspace without source access, or is starting a no-codebase client integration from a URL.
Help someone figure out the next step for adding a Foldspace agent via a browser extension when they cannot edit the website code. Use when the user asks where to start, is new to extension-based setup, does not have the target site's source code, or wants a guided path for a no-code integration.
Figure out how one agent action works on a live website by opening a dedicated Chrome DevTools MCP page, letting the user sign in and perform the flow, then capturing network calls and browser evidence for implementation. Use when the user needs to understand a workflow on the customer site, capture API calls from the browser, reverse-engineer a flow, or gather evidence before building one action.
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Foldspace helps you add an AI agent to a product so users can ask questions and get real work done inside the app. This repository contains two public plugin paths for Cursor and Claude Code, depending on whether you can edit the target website's source code.
Use codebase-plugin/ when you can edit the website's frontend code.
This plugin helps you:
Start with:
/foldspace-codebase-plugin:foldspace-get-started
Use remote-plugin/ when you cannot edit the website's source code and need to
build a browser extension integration instead.
This plugin helps you:
Start with:
/foldspace-remote-plugin:foldspace-get-started
This repository is a public plugin marketplace for Cursor and Claude Code. Install the plugin that matches how you plan to add Foldspace to your product.
Add the Foldspace marketplace once:
claude plugin marketplace add Eucera/mcp-plugins
Then install the plugin that matches your project:
claude plugin install foldspace-codebase-plugin@foldspace-plugins
claude plugin install foldspace-remote-plugin@foldspace-plugins
The installed plugin starts its MCP servers from .mcp.json. Provide the
Foldspace API key through Claude Code settings or the shell that launches
Claude:
export FOLDSPACE_API_KEY=xxxxxxxx
Inside Claude Code, run /plugin, /mcp, and /agents to confirm the plugin,
MCP server, and plugin agents loaded.
The same public repository includes .cursor-plugin/marketplace.json and each
plugin's .cursor-plugin/plugin.json for Cursor distribution. Install the
plugin through Cursor's plugin flow, then create a .env.foldspace file at the
root of the project you have open in Cursor:
FOLDSPACE_API_KEY=xxxxxxxx
Each plugin's mcp.json loads that key with:
{
"mcpServers": {
"foldspace": {
"command": "npx",
"args": ["-y", "@foldspace_npm/foldspace-mcp@latest"],
"envFile": "${workspaceFolder}/.env.foldspace"
}
}
}
The browser-extension plugin also starts Chrome DevTools MCP in isolated browser mode for live-site workflow discovery.
Each plugin includes its own setup guide:
codebase-plugin/README.mdremote-plugin/README.mdIn Claude Code, run:
/plugin
/mcp
/agents
In Cursor, check the MCP settings panel after installing the plugin and adding
.env.foldspace.
If the Foldspace MCP server is not connected, confirm that FOLDSPACE_API_KEY
is available to the app you are using and restart Cursor or Claude Code.
If you can edit the app:
foldspace-get-started
-> foldspace-setup-agent
-> foldspace-discover-actions
-> foldspace-plan-action
-> foldspace-build-action
-> foldspace-verify-actions
If you need a browser extension:
foldspace-get-started
-> foldspace-create-extension
-> foldspace-observe-flow-in-site
-> foldspace-build-action
-> foldspace-add-navigation
-> foldspace-verify-actions
You usually do not need to invoke skills by name. Describe what you want in plain language, such as "add Foldspace to my app" or "build a Foldspace browser extension for this site", and the assistant will route you to the right step.
Each public plugin is self-contained:
.cursor-plugin/plugin.json: Cursor plugin metadata..claude-plugin/plugin.json: Claude Code plugin metadata.mcp.json: Cursor MCP server configuration..mcp.json: Claude Code MCP server configuration.skills/: guided Foldspace workflows.agents/: specialized subagents for discovery or investigation.rules/: Cursor guidance for safe implementation.README.md: plugin-specific setup and usage documentation.Open the README for the plugin that matches your project:
codebase-plugin/README.md for source-code integrations.remote-plugin/README.md for no-source-access browser-extension integrations.npx claudepluginhub eucera/mcp-plugins --plugin foldspace-remote-pluginAdd a Foldspace AI agent to a website you can edit. Set it up, find and build the actions it should do, and run a launch checklist before going live.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete developer toolkit for Claude Code