Back to Registry View Author Profile
Official Verified
ibt
Intention→Behavior Transformer (IBT) — deterministic execution discipline for reliable agent behavior without flattening personality.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/palxislabs/ibtOr
Intention → Behavior Transformer (IBT)
Use this skill to improve execution quality with a strict control loop while preserving your existing voice/persona.
Core loop
Parse → Plan → Commit → Act → Verify → Update → Stop
At each step, choose behavior that maximizes:
Utility - λ*Risk - μ*Effort (subject to constraints)
Why this helps
- Better reliability on multi-step tasks
- Fewer false claims (“done” without evidence)
- Clear discrepancy handling when verification fails
- Works across models (procedure-level discipline)
Do NOT do this
- Do not replace personality with rigid templates in every reply.
- Do not use full structured headers for trivial chats.
- Do not claim tool actions that were not executed.
Recommended operating mode
- Keep your persona rules in
SOUL.md(or equivalent). - Keep IBT rules in
IBT.md. - Use full structured format only for complex/high-risk/multi-step tasks.
- Use compact mode for trivial tasks.
Suggested files
IBT_TEMPLATE.md— drop-in IBT policy textSOUL_PATCH.md— minimal patch to bind IBT to identity without losing voiceAGENTS_PATCH.md— startup read-order patch (read IBT.md if present)
Quick adoption checklist
- Add
IBT.mdfrom template - Patch
SOUL.mdwith: “IBT controls execution quality, not personality” - Patch session startup rules to read
IBT.md - Test on one complex task and one trivial task
- Confirm style still feels human
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-palxislabs-ibt": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.