ironclaw
Run a secure self-hosted AI assistant with sandboxed tools
All Skills in This Repository (54)
Pure Emerald Level Indicatorsmintlify
Create MDX documentation sites using Mintlify conventions and CLI validation.
commit
Generate git commit messages from staged changes with secret checks.
qa-review
Review code changes for test coverage gaps, edge cases, and regression risks.
ceo-setup
Create an executive commitments project with missions and dashboard widgets.
routine-advisor
Suggest cron automation routines from recurring workflow patterns and create them after confirmation.
product-prioritization
Score product features by demand, impact, effort, and alignment.
local-test
Build and run a Dockerized IronClaw web gateway test environment with Chrome MCP browser automation.
commitment-triage
Extract obligations, promises, and deadlines from natural language into a commitments workspace.
linear
List, search, create, and update Linear issues via GraphQL.
code-review
Analyze GitHub pull requests or local diffs for bugs, security issues, and missing tests.
trader-setup
Create a trader commitments workspace with missions and conflict detection rules.
tech-debt-tracker
Detect and manage technical debt from conversations and PR reviews into a structured backlog.
Frequently Asked Questions
FAQPage SchemaHow to install IronClaw?▼
Run `npx skills add nearai/ironclaw --all -g -y` in your terminal to install all skills in this suite globally.
What does IronClaw do?▼
IronClaw is a self-hosted personal AI assistant that runs tools in sandboxed WebAssembly containers, keeps your data encrypted locally, and connects to channels like Slack, Telegram, and a web UI.
How does IronClaw protect my credentials?▼
Secrets are encrypted with AES-256-GCM and injected at the host boundary, so tools never see raw credentials, and leak detection scans requests and responses for exfiltration attempts.
Can IronClaw connect to Slack and Telegram?▼
Yes. It ships installable extension packages for Slack, Telegram, Gmail, GitHub, Google Workspace, Notion, and web access, each with scoped permissions and approval gates.
Does IronClaw work with Claude Code and other AI agents?▼
Yes. The repository includes AGENTS.md and CLAUDE.md orchestration files plus SKILL.md units that guide coding agents through its architecture, testing tiers, and extension model.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core