-
Notifications
You must be signed in to change notification settings - Fork 0
Export and Integrations
luiseiman edited this page Apr 5, 2026
·
2 revisions
/forge export <target>
| Target | Output file | What it generates |
|---|---|---|
cursor |
.cursorrules |
Single markdown with rules + converted hooks |
codex |
AGENTS.md |
Flat markdown with context + permissions |
windsurf |
.windsurfrules |
Similar to .cursorrules format |
openclaw |
~/.openclaw/skills/{project}/SKILL.md |
OpenClaw workspace skill with CLI bridge |
| Feature | Preserved | How |
|---|---|---|
| Project context | ✓ | CLAUDE.md content |
| Rules | ✓ | Converted to text instructions |
| Deny list | ✓ | "NEVER read/modify" instructions |
| Hook logic | Partial | Text instructions (no enforcement) |
| Agent orchestration | Partial | Summarized as behavioral guidance |
| Audit scoring | ✗ | Only available in Claude Code |
Note: Hooks are advisory only outside Claude Code. Only Claude Code enforces them at runtime.
integrations/openclaw/ contains a standalone OpenClaw skill that proxies all /forge commands from messaging channels (WhatsApp, Telegram, Slack, Discord).
Install:
bash integrations/openclaw/install.shThis:
- Registers dotforge in
openclaw.jsonviaskills.load.extraDirs - Adds
DOTFORGE_DIRto~/.openclaw/.env - Cleans up legacy symlinks
Then from any connected channel:
/forge status
/forge audit project:SOMA
/forge capture "new insight"
| Mechanism | Scope | Use case |
|---|---|---|
/forge export openclaw |
Single project | Project-specific skill with context |
| Bridge skill | All projects | Proxy commands, resolve from registry |