Claude Skill

armoriq/armorclaw

ArmorIQ Armorclaw 是适用于 OpenClaw AI 代理的意图执行插件,兼容 Claude Skill。采用 TypeScript 编写,确保 AI 行为安全合规。

概览

Stars285
Forks5
语言TypeScript
最后更新2026-05-15
最近同步2026-07-02
前往 GitHub

仓库信息

拥有者armoriq
仓库armorclaw
完整名称armoriq/armorclaw
Repo ID1,155,789,237

安装这个 Skill

npm install @armoriq/armorclaw@openclaw-2026.2

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-17
平台
ClaudeOpenClaw
能力
pdfsearch
识别文件
README.mdpackage.jsontest
配置键
CSRG_URLPACKAGE_JSON
安装方式
  • npm install @armoriq/armorclaw@openclaw-2026.2
  • git clone https://github.com/armoriq/armorclaw.git
  • npm install

项目简介

ArmorIQ 意图执行插件,适用于 OpenClaw AI 代理,旨在与 Claude Skill 集成,确保 AI 代理行为的安全与合规。

英文描述

ArmorIQ intent enforcement plugin for OpenClaw AI agents

要点

  • AI 代理的意图执行
  • 与 OpenClaw 无缝集成
  • 兼容 Claude Skill
  • 使用 TypeScript 编写,确保可靠性

使用场景

  • 执行 AI 代理行为策略
  • 安全的 AI 代理部署
  • AI 行为合规监控

README 摘要

# 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-02