41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "Clawdbot",
|
|
"slug": "clawdbot",
|
|
"categories": [
|
|
20
|
|
],
|
|
"date_created": "2026-01-26",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://docs.clawd.bot/",
|
|
"website": "https://clawd.bot/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/clawdbot.webp",
|
|
"config_path": "/opt/clawdbot/.env",
|
|
"description": "Your own personal AI assistant. Any OS. Any Platform. The lobster way. Clawdbot is a powerful AI agent framework that can be configured to work across multiple platforms and channels.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/clawdbot.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"type": "info",
|
|
"text": "After install run onboarding: clawdbot onboard --install-daemon"
|
|
}
|
|
]
|
|
}
|