Armour plugins for Claude Code
npx claudepluginhub fuushyn/armourSecurity-enhanced MCP proxy. Proxies all plugin MCP servers through a unified security layer. Block destructive tool calls, audit operations, and recover configs with /armour commands.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
🛡️ The Firewall for AI Agents - Block dangerous commands before they execute.
curl -fsSL prehooks.ai/install.sh | bash
PreHooks intercepts tool calls from AI coding assistants and blocks dangerous operations:
rm -rf / → BLOCKEDcurl ... | bash → BLOCKEDSecurity-enhanced MCP proxy for Claude Code - Block destructive tool calls and audit all operations.
curl -fsSL https://raw.githubusercontent.com/fuushyn/armour/main/scripts/install-armour.sh | bash
This downloads a prebuilt plugin bundle, installs the marketplace locally, installs the plugin, and enables it by writing to ~/.claude/settings.json.
Restart Claude Code to load the plugin.
Overrides:
ARMOUR_RELEASE_TAG=v1.0.3
ARMOUR_RELEASE_URL=https://github.com/fuushyn/armour/releases/download/v1.0.3/armour-plugin-darwin-arm64.tar.gz
ARMOUR_INSTALL_DIR=~/.armour/armour-plugin
Use ARMOUR_MARKETPLACE_SOURCE to fall back to a Git marketplace (for example, https://github.com/fuushyn/armour.git).
Add marketplace in Claude Code:
/plugin add-marketplace fuushyn/armour
Install plugin:
/plugin install armour
Restart Claude Code to load the plugin
View MCP tools:
/mcp
That's it! All your MCP servers now route through Armour with security policies applied.
Servers are configured in ~/.armour/servers.json and automatically synced on each session start.
MIT License - see LICENSE file for details.
Made with ❤️ for AI safety