Overview
- Skill Key
- chrisk60331/backboard
- Author
- chrisk60331
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chrisk60331/backboard
- Latest Commit SHA
- 69da88953a3ca43e5f266325238256000ca46ccf
Integrate Backboard.io for assistants, threads, memories, and document RAG via a local backend on http://localhost:5100.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 backboard 技能。 若已安装,则直接安装 backboard 技能。
## Tools
This skill connects to a local Flask backend that wraps the Backboard SDK. The backend must be running on `http://localhost:5100`.
### backboard_create_assistant
Create a new Backboard assistant with a name and system prompt.
**Parameters:**
- `name` (string, required): Name of the assistant
- `system_prompt` (string, required): System instructions for the assistant
**Example:**
```json
{
"name": "Support Bot",
"system_prompt": "You are a helpful customer support assistant."
}
```
### backboard_list_assistants
List all available Backboard assistants.
**Parameters:** None
### backboard_get_assistant
Get details of a specific assistant.
**Parameters:**
- `assistant_id` (string, required): ID of the assistant
### backboard_delete_assistant
Delete an assistant.
**Parameters:**
- `assistant_id` (string, required): ID of the assistant to delete
### backboard_create_thread
Create a new conversation thread for an assistant.
**Parameters:**
- `assistant_id` (string, required): ID of the assistant to create thread for
### backboard_list_threads
List all conversation threads, optionally filtered by assistant.
**Parameters:**
- `assistant_id` (string, optional): Filter threads by assistant ID
### backboard_get_thread
Get a thread with its message history.
**Parameters:**
- `thread_id` (string, required): ID of the thread
### backboard_send_message
Send a message to a thread and get a response.
**Parameters:**
- `thread_id` (string, required): ID of the thread
- `content` (string, required): Message content
- `memory` (string, optional): Memory mode - "Auto", "Readonly", or "off" (default: "Auto")
### backboard_add_memory
Store a memory for an assistant that persists across conversations.
**Parameters:**
- `assistant_id` (string, required): ID of the assistant
- `content` (string, required): Memory content to store
- `metadata` (object, optional): Additional metadata for the memory
**Example:**
```json
{
"assistant_id": "asst_123",...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.