orriven

Set up

Install from orriven/skills. Claude Code’s plugin also connects the MCP server and the help-center docs.

A plugin. Skills, the orriven MCP server, and the help-center docs MCP land in one step.

Add the marketplace

/plugin marketplace add orriven/skills

Install the plugin

/plugin install orriven@orriven

Then connect MCP

If the plugin did not add the server, add it once. The first tool call opens the console for you to allow it.

claude mcp add --transport http orriven https://api.orriven.com/mcp

Skills del pack

  1. orriven-connect

    Log in as the organizer through MCP (OAuth, approved once in the console), list organizations and Business Units, fall back to the CLI.

  2. orriven-project-setup

    Bind a project to one Business Unit and one event: create the keys, write .env.local and orriven.site.json, register the site address.

  3. orriven-event-site-nextjs

    Build the site with Next.js (App Router): catalog, checkout sessions, the return page, redemption and promotion query params, i18n.

  4. orriven-complete-event-site

    What a complete event site must, should, and may include, with the data source and the check for each page.

  5. orriven-hosted-pages

    How the site and orriven’s hosted pages (checkout, order, entry pass, certificate, surveys, lead desk) divide the work.

  6. orriven-platform-knowledge

    Concepts, the two keys and two APIs, the rules that bite, errors, money, versions, rate limits, and where the docs live.

  7. orriven-verify

    Run scripts/verify.mjs against the project and the live APIs, then walk the manual acceptance list.

  8. orriven-console-guide

    Answer “how do I do X in the console” from the help center, with prerequisites and the rules that bite.

A typical session

Build the event site for Spring Summit 2026 with orriven. The site will live at https://summit.example.com.

Agente Connects (you allow it once). Picks the Business Unit, creates a publishable key, writes .env.local. Scaffolds every page. Runs the checks and reports what is missing.

Preguntas

Is a skill a substitute for MCP?
No. A skill is instructions. MCP is tools. Claude Code’s plugin installs both. On other agents, install the pack, then connect MCP.
Does a skill grant permissions?
No. Permissions come from the signed-in person (MCP or CLI) or from an API key. A skill cannot widen either.
Where is the pack?
github.com/orriven/skills. Issues and suggestions go there.

Install the pack against a workspace

We will run the plugin or npx against your Business Unit and confirm the agent only uses MCP for keys, webhooks, and logs.