[PR #11131] [CLOSED] feat: Add Clawdbot personal AI assistant #9263

Closed
opened 2026-02-26 16:35:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11131
Author: @isriam
Created: 1/24/2026
Status: Closed

Base: mainHead: feat/clawdbot


📝 Commits (1)

  • 1268b14 feat: Add Clawdbot personal AI assistant

📊 Changes

3 files changed (+156 additions, -0 deletions)

View changed files

ct/clawdbot.sh (+53 -0)
frontend/public/json/clawdbot.json (+40 -0)
install/clawdbot-install.sh (+63 -0)

📄 Description

Clawdbot is a personal AI assistant that runs locally and connects to messaging platforms like WhatsApp, Telegram, Slack, Discord, and Signal.

Features:

  • Voice interaction and live canvas workspaces
  • Multi-channel inbox capabilities
  • Supports Claude and OpenAI models

Source: https://github.com/clawdbot/clawdbot

✍️ Description

Fixes #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/11131 **Author:** [@isriam](https://github.com/isriam) **Created:** 1/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/clawdbot` --- ### 📝 Commits (1) - [`1268b14`](https://github.com/community-scripts/ProxmoxVE/commit/1268b141201789501142634fc83452bc4967b75e) feat: Add Clawdbot personal AI assistant ### 📊 Changes **3 files changed** (+156 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/clawdbot.sh` (+53 -0) ➕ `frontend/public/json/clawdbot.json` (+40 -0) ➕ `install/clawdbot-install.sh` (+63 -0) </details> ### 📄 Description Clawdbot is a personal AI assistant that runs locally and connects to messaging platforms like WhatsApp, Telegram, Slack, Discord, and Signal. Features: - Voice interaction and live canvas workspaces - Multi-channel inbox capabilities - Supports Claude and OpenAI models Source: https://github.com/clawdbot/clawdbot <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description ## 🔗 Related Issue Fixes # ## ✅ Prerequisites (**X** in brackets) - [ ] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:35:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#9263
No description provided.