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,24 @@
{
"title": "Fly.io Deployment",
"content": "**Goal:** OpenClaw Gateway running on a [Fly.io](https://fly.io) machine with persistent storage, automatic HTTPS, and Discord/channel access.\n\n* [flyctl CLI](https://fly.io/docs/hands-on/install-flyctl/) installed\n* Fly.io account (free tier works)\n* Model auth: Anthropic API key (or other provider keys)\n* Channel credentials: Discord bot token, Telegram token, etc.\n\n## Beginner quick path\n\n1. Clone repo → customize `fly.toml`\n2. Create app + volume → set secrets\n3. Deploy with `fly deploy`\n4. SSH in to create config or use Control UI\n\n## 1) Create the Fly app",
"code_samples": [],
"headings": [
{
"level": "h2",
"text": "What you need",
"id": "what-you-need"
},
{
"level": "h2",
"text": "Beginner quick path",
"id": "beginner-quick-path"
},
{
"level": "h2",
"text": "1) Create the Fly app",
"id": "1)-create-the-fly-app"
}
],
"url": "llms-txt#fly.io-deployment",
"links": []
}