From 981e32d05d3b3b420ef16473aed097a72787df82 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 5 May 2026 21:55:45 -0700 Subject: [PATCH] docs(reference): audit and fix 4 pages (typography, dup H1, Related) --- docs/reference/api-usage-costs.md | 8 +++----- docs/reference/application-modernization-plan.md | 2 -- docs/reference/credits.md | 2 -- docs/reference/openclaw-sdk-api-design.md | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/reference/api-usage-costs.md b/docs/reference/api-usage-costs.md index ddb49a38e79..73a2625f2e2 100644 --- a/docs/reference/api-usage-costs.md +++ b/docs/reference/api-usage-costs.md @@ -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 - - You’re 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 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. +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..apiKey`. If a skill uses that key for external -APIs, it can incur costs according to the skill’s provider. +APIs, it can incur costs according to the skill's provider. See [Skills](/tools/skills). diff --git a/docs/reference/application-modernization-plan.md b/docs/reference/application-modernization-plan.md index 3756b52362c..9cff4304388 100644 --- a/docs/reference/application-modernization-plan.md +++ b/docs/reference/application-modernization-plan.md @@ -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 diff --git a/docs/reference/credits.md b/docs/reference/credits.md index 4fcf4a2d3ad..5959fba72b7 100644 --- a/docs/reference/credits.md +++ b/docs/reference/credits.md @@ -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. diff --git a/docs/reference/openclaw-sdk-api-design.md b/docs/reference/openclaw-sdk-api-design.md index ace2f6572f6..f94eed3d789 100644 --- a/docs/reference/openclaw-sdk-api-design.md +++ b/docs/reference/openclaw-sdk-api-design.md @@ -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)