feat(S-604): Update README.md and docs/README.md
This commit is contained in:
@@ -11,6 +11,8 @@ This repository contains practical OpenClaw skills and companion integrations. I
|
|||||||
- Per-skill runtime instructions: `skills/<skill-name>/SKILL.md`
|
- Per-skill runtime instructions: `skills/<skill-name>/SKILL.md`
|
||||||
- Integration implementation files: `integrations/<integration-name>/`
|
- Integration implementation files: `integrations/<integration-name>/`
|
||||||
- Integration docs: `docs/*.md`
|
- Integration docs: `docs/*.md`
|
||||||
|
- Tool implementation files: `tools/<tool-name>/`
|
||||||
|
- Tool docs: `docs/*.md`
|
||||||
|
|
||||||
## Skills
|
## Skills
|
||||||
|
|
||||||
@@ -34,6 +36,12 @@ This repository contains practical OpenClaw skills and companion integrations. I
|
|||||||
| `google-maps` | Traffic-aware ETA and leave-by calculations using Google Maps APIs. | `integrations/google-maps` |
|
| `google-maps` | Traffic-aware ETA and leave-by calculations using Google Maps APIs. | `integrations/google-maps` |
|
||||||
| `google-workspace` | Gmail and Google Calendar helper CLI for profile, mail, attachment-capable send, calendar search, and event creation. | `integrations/google-workspace` |
|
| `google-workspace` | Gmail and Google Calendar helper CLI for profile, mail, attachment-capable send, calendar search, and event creation. | `integrations/google-workspace` |
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
| Tool | What it does | Path |
|
||||||
|
|---|---|---|
|
||||||
|
| `ai-cli-dispatch` | Dispatch AI CLI coding tasks to available clients (Codex, Claude Code, OpenCode) with automatic discovery, version checking, and execution. | `tools/ai-cli-dispatch` |
|
||||||
|
|
||||||
## Operator docs
|
## Operator docs
|
||||||
|
|
||||||
| Doc | What it covers |
|
| Doc | What it covers |
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ This folder contains detailed docs for each skill in this repository.
|
|||||||
- [`google-maps`](google-maps.md) — Traffic-aware ETA and leave-by calculations via Google Maps APIs
|
- [`google-maps`](google-maps.md) — Traffic-aware ETA and leave-by calculations via Google Maps APIs
|
||||||
- [`google-workspace`](google-workspace.md) — Gmail and Google Calendar helper CLI with attachment-capable send support
|
- [`google-workspace`](google-workspace.md) — Gmail and Google Calendar helper CLI with attachment-capable send support
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
- [`ai-cli-dispatch`](ai-cli-dispatch.md) — Dispatch AI CLI coding tasks to available clients with automatic discovery, version checking, and execution
|
||||||
|
- [`installation`](installation.md) — Prerequisites, install steps, PATH configuration, and optional config file setup for `ai-cli-dispatch`
|
||||||
|
- [`architecture`](architecture.md) — Design decisions, module breakdown, data flow, coexistence with ACP, and extension points for `ai-cli-dispatch`
|
||||||
|
|
||||||
## Operator Docs
|
## Operator Docs
|
||||||
|
|
||||||
- [`openclaw-acp-orchestration`](openclaw-acp-orchestration.md) — OpenClaw ACP orchestration for Codex and Claude Code on the gateway host
|
- [`openclaw-acp-orchestration`](openclaw-acp-orchestration.md) — OpenClaw ACP orchestration for Codex and Claude Code on the gateway host
|
||||||
|
|||||||
Reference in New Issue
Block a user