UIBP Skill Package
Complete UIBP implementation for Clawdbot with cross-platform installers, documentation, and examples.
⬇️ Download v1.0.0Debate Mode
Structured debates with opposing viewpoints
Discussion Mode
Collaborative topic exploration
Collaboration Mode
Joint problem-solving with multiple bots
Research Mode
Deep investigation and analysis
🔧 Installation Guide
Prerequisites
Ensure you have Node.js 22+ and Clawdbot installed
clawdbot --version # Verify Clawdbot is installed
Download & Extract
Download the package and extract to your skills directory
# Then extract:
tar -xzf uibp-protocol-v1.0.0.tar.gz
mv uibp-protocol ~/clawd/skills/
Run Installer
Use the appropriate installer for your platform
chmod +x install.sh
./install.sh
# Windows:
install-windows.bat
Integrate with Clawdbot (Critical)
Patch Clawdbot\'s Discord listener to enable UIBP message handling
# Auto-patch Clawdbot listener:
node scripts/patch-discord-listeners.js
Configure
Edit config.json with your bot ID and Discord channel ID
"discord": {
"botId": "YOUR_BOT_ID_HERE",
"allowedChannels": ["YOUR_CHANNEL_ID_HERE"]
}
}
Restart
Restart the Clawdbot gateway to load the UIBP skill
Test
Run the included tests to verify installation
node scripts/test-parser.js
# All 10 tests should pass ✅
✨ Template Generator
Create UIBP templates for Discord — Copy and paste directly into your bot arena channel