Docs: add nav titles across docs (#5689)

This commit is contained in:
Seb Slight
2026-01-31 16:04:03 -05:00
committed by GitHub
parent 1295b67057
commit abcaa8c7a9
270 changed files with 279 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
summary: "Direct `openclaw agent` CLI runs (with optional delivery)"
read_when:
- Adding or modifying the agent CLI entrypoint
title: "Agent Send"
---
# `openclaw agent` (direct agent runs)

View File

@@ -3,6 +3,7 @@ summary: "Apply multi-file patches with the apply_patch tool"
read_when:
- You need structured file edits across multiple files
- You want to document or debug patch-based edits
title: "apply_patch Tool"
---
# apply_patch tool

View File

@@ -1,6 +1,7 @@
---
summary: "Fix Chrome/Brave/Edge/Chromium CDP startup issues for OpenClaw browser control on Linux"
read_when: "Browser control fails on Linux, especially with snap Chromium"
title: "Browser Troubleshooting"
---
# Browser Troubleshooting (Linux)

View File

@@ -3,6 +3,7 @@ summary: "Manual logins for browser automation + X/Twitter posting"
read_when:
- You need to log into sites for browser automation
- You want to post updates to X/Twitter
title: "Browser Login"
---
# Browser login + X/Twitter posting

View File

@@ -4,6 +4,7 @@ read_when:
- Adding agent-controlled browser automation
- Debugging why openclaw is interfering with your own Chrome
- Implementing browser settings + lifecycle in the macOS app
title: "Browser (OpenClaw-managed)"
---
# Browser (openclaw-managed)

View File

@@ -4,6 +4,7 @@ read_when:
- You want the agent to drive an existing Chrome tab (toolbar button)
- You need remote Gateway + local browser automation via Tailscale
- You want to understand the security implications of browser takeover
title: "Chrome Extension"
---
# Chrome extension (browser relay)

View File

@@ -4,6 +4,7 @@ read_when:
- Introducing ClawHub to new users
- Installing, searching, or publishing skills
- Explaining ClawHub CLI flags and sync behavior
title: "ClawHub"
---
# ClawHub

View File

@@ -1,3 +1,7 @@
---
title: "Creating Skills"
---
# Creating Custom Skills 🛠
OpenClaw is designed to be easily extensible. "Skills" are the primary way to add new capabilities to your assistant.

View File

@@ -2,6 +2,7 @@
summary: "Elevated exec mode and /elevated directives"
read_when:
- Adjusting elevated mode defaults, allowlists, or slash command behavior
title: "Elevated Mode"
---
# Elevated Mode (/elevated directives)

View File

@@ -4,6 +4,7 @@ read_when:
- Configuring exec approvals or allowlists
- Implementing exec approval UX in the macOS app
- Reviewing sandbox escape prompts and implications
title: "Exec Approvals"
---
# Exec approvals

View File

@@ -3,6 +3,7 @@ summary: "Exec tool usage, stdin modes, and TTY support"
read_when:
- Using or modifying the exec tool
- Debugging stdin or TTY behavior
title: "Exec Tool"
---
# Exec tool

View File

@@ -4,6 +4,7 @@ read_when:
- You want Firecrawl-backed web extraction
- You need a Firecrawl API key
- You want anti-bot extraction for web_fetch
title: "Firecrawl"
---
# Firecrawl

View File

@@ -3,6 +3,7 @@ summary: "Agent tool surface for OpenClaw (browser, canvas, nodes, message, cron
read_when:
- Adding or modifying agent tools
- Retiring or changing `openclaw-*` skills
title: "Tools"
---
# Tools (OpenClaw)

View File

@@ -3,6 +3,7 @@ summary: "JSON-only LLM tasks for workflows (optional plugin tool)"
read_when:
- You want a JSON-only LLM step inside workflows
- You need schema-validated LLM output for automation
title: "LLM Task"
---
# LLM Task

View File

@@ -2,6 +2,7 @@
summary: "Reaction semantics shared across channels"
read_when:
- Working on reactions in any channel
title: "Reactions"
---
# Reaction tooling

View File

@@ -3,6 +3,7 @@ summary: "Skills config schema and examples"
read_when:
- Adding or modifying skills config
- Adjusting bundled allowlist or install behavior
title: "Skills Config"
---
# Skills Config

View File

@@ -3,6 +3,7 @@ summary: "Skills: managed vs workspace, gating rules, and config/env wiring"
read_when:
- Adding or modifying skills
- Changing skill gating or load rules
title: "Skills"
---
# Skills (OpenClaw)

View File

@@ -3,6 +3,7 @@ summary: "Slash commands: text vs native, config, and supported commands"
read_when:
- Using or configuring chat commands
- Debugging command routing or permissions
title: "Slash Commands"
---
# Slash commands

View File

@@ -3,6 +3,7 @@ summary: "Sub-agents: spawning isolated agent runs that announce results back to
read_when:
- You want background/parallel work via the agent
- You are changing sessions_spawn or sub-agent tool policy
title: "Sub-Agents"
---
# Sub-agents

View File

@@ -2,6 +2,7 @@
summary: "Directive syntax for /think + /verbose and how they affect model reasoning"
read_when:
- Adjusting thinking or verbose directive parsing or defaults
title: "Thinking Levels"
---
# Thinking Levels (/think directives)

View File

@@ -4,6 +4,7 @@ read_when:
- You want to enable web_search or web_fetch
- You need Brave Search API key setup
- You want to use Perplexity Sonar for web search
title: "Web Tools"
---
# Web tools