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,14 @@
{
"title": "`openclaw configure`",
"content": "Interactive prompt to set up credentials, devices, and agent defaults.\n\nNote: The **Model** section now includes a multi-select for the\n`agents.defaults.models` allowlist (what shows up in `/model` and the model picker).\n\nTip: `openclaw config` without a subcommand opens the same wizard. Use\n`openclaw config get|set|unset` for non-interactive edits.\n\n* Gateway configuration reference: [Configuration](/gateway/configuration)\n* Config CLI: [Config](/cli/config)\n\n* Choosing where the Gateway runs always updates `gateway.mode`. You can select \"Continue\" without other sections if that is all you need.\n* Channel-oriented services (Slack/Discord/Matrix/Microsoft Teams) prompt for channel/room allowlists during setup. You can enter names or IDs; the wizard resolves names to IDs when possible.",
"code_samples": [],
"headings": [
{
"level": "h2",
"text": "Examples",
"id": "examples"
}
],
"url": "llms-txt#`openclaw-configure`",
"links": []
}