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

Stars285
Forks5
LanguageTypeScript
Last pushed2026-05-15
Last synced2026-06-24
View on GitHub

Repository

Ownerarmoriq
Repositoryarmorclaw
Full namearmoriq/armorclaw
Repo ID1,155,789,237

Install this Skill

npm install @armoriq/armorclaw@openclaw-2026.2

Registry

Typeopenclaw_skill
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-17
Platforms
ClaudeOpenClaw
Capabilities
pdfsearch
Detected files
README.mdpackage.jsontest
Config keys
CSRG_URLPACKAGE_JSON
Install methods
  • npm install @armoriq/armorclaw@openclaw-2026.2
  • git clone https://github.com/armoriq/armorclaw.git
  • npm install

Summary

ArmorIQ intent enforcement plugin for OpenClaw AI agents, designed to integrate with Claude Skill for secure and compliant AI agent behavior.

Chinese description

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.

Explore more

Data from GitHub. Synced on 2026-06-24