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
Cursor, Claude.ai, and anything else that reads SKILL.md. The skills CLI copies the pack into the project.
npx skills add orriven/skills
Copy the folders under skills/ into the project’s .claude/skills/ directory — or the skills directory your agent already uses.
Then connect MCP if the plugin did not do it.
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 im Pack
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.
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.
orriven-event-site-nextjs
Build the site with Next.js (App Router): catalog, checkout sessions, the return page, redemption and promotion query params, i18n.
orriven-complete-event-site
What a complete event site must, should, and may include, with the data source and the check for each page.
orriven-hosted-pages
How the site and orriven’s hosted pages (checkout, order, entry pass, certificate, surveys, lead desk) divide the work.
orriven-platform-knowledge
Concepts, the two keys and two APIs, the rules that bite, errors, money, versions, rate limits, and where the docs live.
orriven-verify
Run scripts/verify.mjs against the project and the live APIs, then walk the manual acceptance list.
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
Sie Build the event site for Spring Summit 2026 with orriven. The site will live at https://summit.example.com.
Agent 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.
Fragen
- 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.