Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Operate the management-portal MCP with the full agent discipline — the core loop, the three gates (read-after-write, completeness, task-breakdown), bottom-up completion, never-fabricate-ids, and board-first. Bundles the MCP server, the management-portal skill, the portal-operator subagent, the /portal command, and the read-after-write hooks. On Claude Code Desktop you are prompted for your API key on install (stored in the OS keychain) — no terminal needed.

Install to Claude Code

/plugin install management-portal@portal

Run in Claude Code. Add the marketplace first with /plugin marketplace add WaelFouda/management-portal-plugin if you haven't already.

README.md

Management Portal — Claude Code plugin marketplace

One-click install of the management-portal MCP operator for Claude Code. It connects the management-portal MCP and ships the agent discipline that makes an agent use it correctly — in a single install.

Install (Claude Code Desktop — no terminal)

1. Create your API key in the web app → Settings → API Keys → Generate, and copy it. 2. Add this marketplace — Claude Code Plugins panel → Add marketplace, or run:

/plugin marketplace add WaelFouda/management-portal-plugin 3. Install — find management-portal in the marketplace and click Install, or run:

/plugin install management-portal@portal 4. Paste your API key when Claude Code prompts you (pfk_live_…). It's stored in your OS keychain — never written to disk or committed. 5. Reload (/reload-plugins) or restart Claude Code → /mcp confirms it's connected, /portal is ready.

> Headless / CLI (no /plugin UI): the key prompt only fires in the Desktop/UI flow. For terminal-only > or CI installs, use the standalone server — > claude mcp add --transport http management-portal https://client-management-api-1uk1.onrender.com/mcp --header "X-API-Key: <YOUR_KEY>" — or the file-copy bundles under agent-onboarding/bundles/.

> ⚠️ Restart after installing. The skill, the portal-operator subagent, the /portal command, and > the hooks register only at session start. Start a fresh Claude Code session (or /reload-plugins and > reconnect MCP), then run /mcp to confirm the management-portal server is connected.

What you get

| Component | What it does | |---|---| | management-portal MCP server | The remote MCP (clients, projects, briefs, proposals, tasks, flow board, boards, notes, calendar, gigs, time, team chat). | | management-portal skill | Auto-triggers on any portal work and loads the operating discipline. | | portal-operator subagent | Runs the portal under the discipline (portal tools only). | | /portal command | Dispatches the portal-operator subagent for a disciplined run. | | read-after-write hooks | Reinforce "verify every write by reading it back" on each portal write. |

Use

Just start working on the portal — the skill loads automatically. For a dedicated, disciplined run use

/management-portal:portal <what to do>, which engages the portal-operator subagent bound to the core loop, the three gates, bottom-up completion, never-fabricate-ids, and board-first alignment.

Other platforms (file-copy bundles)

VS Code Copilot, Cursor, and Roo Code don't have a one-click marketplace like Claude Code — they install by copying a small bundle. Grab the bundle for your platform from this repo:

| Platform | Bundle | One-click? | |---|---|---| | Cursor | agent-onboarding/bundles/cursor/ | MCP server only — cursor:// deeplink in its README | | VS Code (Copilot) | agent-onboarding/bundles/copilot/ | MCP server only — vscode:mcp/install link in its README | | Roo Code | agent-onboarding/bundles/roo/ | No — file copy only | | Claude Code (manual) | agent-onboarding/bundles/claude-code/ | Prefer the one-click plugin above |

Each bundle's README has one-screen install steps. The shared core they condense from is in agent-onboarding/shared/; the canonical spec is agent-onboarding/DISCIPLINE.md.

> For agents: when there's no one-click path (e.g. Roo), fetch the platform's bundle folder above, > copy its files into the user's project root, replace <YOUR_MCP_API_KEY> in the MCP config, and follow > the bundle README. Everything here is public and contains only placeholders — no secrets.

---

This repo is the public distribution channel for the plugin. The canonical source is maintained privately and mirrored here; the plugin contains no secrets (your API key is supplied at install).

Related plugins

Browse all →