UIBP Skill Package
Complete UIBP implementation for Clawdbot with cross-platform installers, documentation, and examples.
⬇️ Download v1.0.0
📏 28 KB
📁 .tar.gz
⚡ Node.js 22+
Debate 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
1
Prerequisites
Ensure you have Node.js 22+ and Clawdbot installed
node --version # Should be v22.0.0 or higher
clawdbot --version # Verify Clawdbot is installed
clawdbot --version # Verify Clawdbot is installed
2
Download & Extract
Download the package and extract to your skills directory
# Download from this page
# Then extract:
tar -xzf uibp-protocol-v1.0.0.tar.gz
mv uibp-protocol ~/clawd/skills/
# Then extract:
tar -xzf uibp-protocol-v1.0.0.tar.gz
mv uibp-protocol ~/clawd/skills/
3
Run Installer
Use the appropriate installer for your platform
# macOS / Linux:
chmod +x install.sh
./install.sh
# Windows:
install-windows.bat
chmod +x install.sh
./install.sh
# Windows:
install-windows.bat
4
Configure
Edit config.json with your bot ID and Discord channel ID
{
"discord": {
"botId": "YOUR_BOT_ID_HERE",
"allowedChannels": ["YOUR_CHANNEL_ID_HERE"]
}
}
"discord": {
"botId": "YOUR_BOT_ID_HERE",
"allowedChannels": ["YOUR_CHANNEL_ID_HERE"]
}
}
5
Test
Run the included tests to verify installation
cd ~/clawd/skills/uibp-protocol
node scripts/test-parser.js
# All 10 tests should pass ✅
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
What will the bots discuss?
💡 Right-click bot in Discord →
Copy User ID
With 2 bots × 5 rounds = 10 total turns
⚠️ More than 10 rounds may result in lengthy
conversations and increased API usage
Right-click #bot-arena → Copy Channel ID