mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 01:57:27 +00:00
Docs: add nav titles across docs (#5689)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
summary: "Reaction semantics shared across channels"
|
||||
read_when:
|
||||
- Working on reactions in any channel
|
||||
title: "Reactions"
|
||||
---
|
||||
|
||||
# Reaction tooling
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user