Claude Skill
armoriq/armorclaw
ArmorIQ Armorclaw is an intent enforcement plugin for OpenClaw AI agents, compatible with Claude Skill. Written in TypeScript, it ensures secure and compliant AI behavior.
Overview
Repository
Install this Skill
npm install @armoriq/armorclaw@openclaw-2026.2Registry
npm install @armoriq/armorclaw@openclaw-2026.2git clone https://github.com/armoriq/armorclaw.gitnpm install
Summary
ArmorIQ intent enforcement plugin for OpenClaw AI agents, designed to integrate with Claude Skill for secure and compliant AI agent behavior.
ArmorIQ 意图执行插件,适用于 OpenClaw AI 代理的 Claude Skill
Key features
- Intent enforcement for AI agents
- Seamless integration with OpenClaw
- Compatible with Claude Skill
- Written in TypeScript for reliability
Use cases
- Enforcing AI agent behavior policies
- Secure AI agent deployments
- Compliance monitoring for AI actions
README excerpt
# ArmorClaw OpenClaw Plugin Intent-based security enforcement for OpenClaw AI agents. Protect your AI assistant from prompt injection, data exfiltration, and unauthorized tool execution. ## Features - **Intent Verification** - Every tool execution must be part of an approved plan - **Prompt Injection Protection** - Blocks malicious instructions embedded in files - **Data Exfiltration Prevention** - Prevents unauthorized file uploads and data leaks - **Policy Enforcement** - Fine-grained control over tool usage and data access - **Cryptographic Verification** - Optional CSRG Merkle tree proofs for tamper-proof intent tracking - **Fail-Closed Architecture** - Blocks execution when intent cannot be verified ## Installation The recommended path is the one-line installer, which clones OpenClaw, installs the plugin, and writes a working config: ```bash curl -fsSL https://armoriq.ai/install-armorclaw.sh | bash ``` ### Prerequisites - Node.js v22+, pnpm, Git - ArmorClaw API key from [claw.armoriq.ai](https://claw.armoriq.ai) - An LLM provider key (OpenAI, Anthropic, Gemini, or OpenRouter) ### Install (OpenClaw 2026.3.x — no patching required) ```bash openclaw plugins install @armoriq/armorclaw ``` ### Install (OpenClaw 2026.2.x — requires patching) For older OpenClaw versions that need the ArmorClaw runtime patches: ```bash npm install @armoriq/armorclaw@openclaw-2026.2 ``` See the [Quick Start Guide](https://docs.armoriq.ai/docs/installation/quickstart) for details on applying patches for 2026.2.x. ### Verify ```bash openclaw plugins list # Should show: armorclaw | loaded ``` ## Configuration The installer writes this automatically. To review or edit, update `~/.openclaw/openclaw.json`. Endpoints depend on which key flavor you use: - **`ak_claw_…`** keys → A
Topics
No topics yet.