Claude Code Plugin
This guide walks you through installing the Aghanim plugin for Claude Code. Once installed, the plugin gives Claude Code direct access to the Newton MCP server, the aghanim-webhooks-quick-start skill, and a matching slash command.
Requirements
- Claude Code with plugin support.
- An Aghanim account (used for SSO login on the first MCP tool call).
Step 1: Add the Aghanim marketplace
From inside Claude Code, register the marketplace:
/plugin marketplace add aghanim-dev/claude-plugins
This points Claude Code at aghanim-dev/claude-plugins — the source of all Aghanim plugins.
Step 2: Install the newton plugin
/plugin install newton@aghanim
The plugin bundles three things:
- Newton MCP server — remote SSE connection to
https://mcp.aghanim.com/sse, authenticated with Aghanim SSO. aghanim-webhooks-quick-startskill — a step-by-step workflow for wiringplayer.verify,item.add, anditem.removeinto the project you have open./newton:aghanim-webhooks-quick-startcommand — a slash command that runs the skill on demand.
Step 3: Reload plugins
/reload-plugins
Reloading makes the newly installed commands and skills available without restarting Claude Code.
Step 4: Use the plugin
Run the webhook quick-start workflow against the project you currently have open:
/newton:aghanim-webhooks-quick-start
The skill scaffolds Aghanim's player.verify, item.add, and item.remove handlers in the current project, using the Newton MCP tools as the source of truth for docs and schemas. See Skills for a full description of the workflow.
The first mcp__aghanim__* tool call opens a browser for Aghanim SSO (Auth0). Complete the login once — the session persists across Claude Code sessions on the same machine.
You can also call the underlying tools directly from any prompt:
mcp__aghanim__search_docsmcp__aghanim__fetch_docmcp__aghanim__list_api_groupsmcp__aghanim__list_api_group_pathsmcp__aghanim__get_api_schemamcp__aghanim__get_api_component
See Overview for what each tool does.
도움이 필요하세요?
통합팀에 문의하십시오 [email protected]