Initial commit: OpenClaw Skill Collection

6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
This commit is contained in:
2026-03-13 10:58:30 +08:00
commit 4c966a3ad2
884 changed files with 140761 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
{
"title": "Zalo Personal (plugin)",
"content": "Zalo Personal support for OpenClaw via a plugin, using `zca-cli` to automate a normal Zalo user account.\n\n> **Warning:** Unofficial automation may lead to account suspension/ban. Use at your own risk.\n\nChannel id is `zalouser` to make it explicit this automates a **personal Zalo user account** (unofficial). We keep `zalo` reserved for a potential future official Zalo API integration.\n\nThis plugin runs **inside the Gateway process**.\n\nIf you use a remote Gateway, install/configure it on the **machine running the Gateway**, then restart the Gateway.\n\n### Option A: install from npm\n\nRestart the Gateway afterwards.\n\n### Option B: install from a local folder (dev)\n\nRestart the Gateway afterwards.\n\n## Prerequisite: zca-cli\n\nThe Gateway machine must have `zca` on `PATH`:\n\nChannel config lives under `channels.zalouser` (not `plugins.entries.*`):\n\nTool name: `zalouser`\n\nActions: `send`, `image`, `link`, `friends`, `groups`, `me`, `status`",
"code_samples": [
{
"code": "Restart the Gateway afterwards.\n\n### Option B: install from a local folder (dev)",
"language": "unknown"
},
{
"code": "Restart the Gateway afterwards.\n\n## Prerequisite: zca-cli\n\nThe Gateway machine must have `zca` on `PATH`:",
"language": "unknown"
},
{
"code": "## Config\n\nChannel config lives under `channels.zalouser` (not `plugins.entries.*`):",
"language": "unknown"
},
{
"code": "## CLI",
"language": "unknown"
}
],
"headings": [
{
"level": "h2",
"text": "Naming",
"id": "naming"
},
{
"level": "h2",
"text": "Where it runs",
"id": "where-it-runs"
},
{
"level": "h2",
"text": "Install",
"id": "install"
},
{
"level": "h3",
"text": "Option A: install from npm",
"id": "option-a:-install-from-npm"
},
{
"level": "h3",
"text": "Option B: install from a local folder (dev)",
"id": "option-b:-install-from-a-local-folder-(dev)"
},
{
"level": "h2",
"text": "Prerequisite: zca-cli",
"id": "prerequisite:-zca-cli"
},
{
"level": "h2",
"text": "Config",
"id": "config"
},
{
"level": "h2",
"text": "CLI",
"id": "cli"
},
{
"level": "h2",
"text": "Agent tool",
"id": "agent-tool"
}
],
"url": "llms-txt#zalo-personal-(plugin)",
"links": []
}