docs(reference): audit and fix 4 pages (typography, dup H1, Related)

This commit is contained in:
Vincent Koc
2026-05-05 21:55:45 -07:00
parent 1f6ce72b8a
commit 981e32d05d
4 changed files with 4 additions and 10 deletions

View File

@@ -3,12 +3,10 @@ summary: "Audit what can spend money, which keys are used, and how to view usage
read_when:
- You want to understand which features may call paid APIs
- You need to audit keys, costs, and usage visibility
- Youre explaining /status or /usage cost reporting
- You're explaining /status or /usage cost reporting
title: "API usage and costs"
---
# API usage & costs
This doc lists **features that can invoke API keys** and where their costs show up. It focuses on
OpenClaw features that can generate provider usage or paid API calls.
@@ -154,7 +152,7 @@ See [Web tools](/tools/web).
- `FIRECRAWL_API_KEY` or `plugins.entries.firecrawl.config.webFetch.apiKey`
If Firecrawl isnt configured, the tool falls back to direct fetch plus the bundled `web-readability` plugin (no paid API). Disable `plugins.entries.web-readability.enabled` to skip local Readability extraction.
If Firecrawl isn't configured, the tool falls back to direct fetch plus the bundled `web-readability` plugin (no paid API). Disable `plugins.entries.web-readability.enabled` to skip local Readability extraction.
See [Web tools](/tools/web).
@@ -193,7 +191,7 @@ See [Talk mode](/nodes/talk).
### 10) Skills (third-party APIs)
Skills can store `apiKey` in `skills.entries.<name>.apiKey`. If a skill uses that key for external
APIs, it can incur costs according to the skills provider.
APIs, it can incur costs according to the skill's provider.
See [Skills](/tools/skills).

View File

@@ -7,8 +7,6 @@ read_when:
- Turning a broad product quality review into phased engineering work
---
# Application modernization plan
## Goal
Move the application toward a cleaner, faster, more maintainable product without

View File

@@ -5,8 +5,6 @@ read_when:
title: "Credits"
---
# Credits and Acknowledgments
## The name
OpenClaw = CLAW + TARDIS, because every space lobster needs a time and space machine.

View File

@@ -379,7 +379,7 @@ Benefits:
- low-level consumers still have full protocol access
- high-level consumers get the small product API
## Related docs
## Related
- [OpenClaw App SDK](/concepts/openclaw-sdk)
- [Gateway RPC reference](/reference/rpc)