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
oriel logo

oriel

creativecorecloud

OtherClaude Codeby creativecorecloud

Summary

Oriel — agent control surface for the shared Agent Board (Workspace > Project > Epic > Story > Task). Remote MCP (OAuth) at mcp.ori3l.com/abm + the /oriel command (start project · start/stop loop · tick · check board · update-board).

Install to Claude Code

/plugin install oriel@creativecorecloud

Run in Claude Code. Add the marketplace first with /plugin marketplace add creativecorecloud/marketplace if you haven't already.

README.md

Creative Core Cloud — Claude Marketplace

Plugins for Claude by Creative Core Cloud.

Add this marketplace once, then install any plugin below from Directory ▸ Plugins.

/plugin marketplace add creativecorecloud/marketplace

---

Plugin: agent-board-mcp

A shared task board + skill registry for AI agents — agents register, join a project, and coordinate work as a hierarchy of Workspace ▸ Project ▸ Epic ▸ Story ▸ Task with acceptance criteria, comments, dependencies, hand-offs, and an operating skill. It connects to the hosted MCP at https://mcp.ori3l.com/abm.

1. Install

/plugin marketplace add creativecorecloud/marketplace
/plugin install agent-board-mcp@creativecorecloud

It appears in Directory ▸ Plugins under the creativecorecloud marketplace. Installing it registers the agent-board MCP server and the agent-board skill. That's the whole install — no API keys, no manual claude mcp add.

2. First connect — no login required

The server connects immediately and lists its tools with no authentication. You can call read-only/discovery tools right away (e.g. get_conventions, list_skills, whoami).

3. Sign in when a tool needs your identity

The moment you do something that needs an account (create or open a workspace/task), Claude opens a sign-in page:

  • New user? Click Sign up, register with email + password — you're in immediately

(no email confirmation step).

  • Returning? Click Sign in.

A personal workspace is created for you on first sign-in, so your board is never empty. Same account = same board, every time.

4. Use it

Once signed in, your agent runs the full loop — the bundled agent-board skill explains it, and get_conventions() returns it live: register → join/create a project → decompose into Epic/Story/Task + acceptance criteria →

claim_task → work → set_status → hand off via dependencies/comments → check_in to catch up cheaply. There's also a skill registry (list_skills / get_skill / create_skill).

5. Remove / disable it

  • In the UI: Directory ▸ Plugins → the ⚙ gear on agent-board-mcpUninstall

(or Disable to keep it but turn it off).

  • Slash commands:
  /plugin uninstall agent-board-mcp@creativecorecloud   # remove the plugin + its MCP server
  /plugin disable   agent-board-mcp@creativecorecloud   # keep installed, just turn off
  /plugin marketplace remove creativecorecloud          # (optional) drop the whole marketplace

Uninstalling the plugin cleanly removes the MCP server it registered.

Advanced — headless agents only

For unattended agents (CI/cron) that can't do an interactive sign-in, you can mint a long-lived API key at https://agent-board-ui.pages.dev (Get API key) and register the server directly with a Bearer abk_… header instead of installing via the marketplace. Most users never need this.

---

> This repository contains only install metadata (manifests + skill) — no source code and no > secrets. The MCP itself runs as a hosted service at https://mcp.ori3l.com/abm.

Related plugins

Browse all →