From aikido
Configures the Aikido plugin by setting up the API key and verifying the MCP server. Accepts an optional API key argument to configure automatically. Use when the user wants to set up or verify the Aikido plugin, after installing it, or when aikido_full_scan fails or is unavailable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aikido:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When helping the user configure the Aikido security plugin:
When helping the user configure the Aikido security plugin:
Before doing anything else, run node --version to check the installed Node.js version.
~/.claude/settings.json (create it as {} if it doesn't exist).AIKIDO_API_KEY into the env object, preserving all other existing settings. The result should look like:
{
"env": {
"AIKIDO_API_KEY": "<key>"
}
}
~/.claude/settings.json.test.js and content // test./aikido:setup <my-key>
c. Remind the user to restart Claude Code after setting the key so the MCP server picks it up.
d. Offer to verify the setup after they have set the key by running the test scan again.Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Processes, converts, OCRs, extracts, redacts, signs, and fills documents via the Nutrient DWS API. Supports PDF, DOCX, XLSX, PPTX, HTML, and images.
npx claudepluginhub hightechhec/aikido-claude-plugin