# Send RTFM Testing to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rtfm-testing",
    "name": "RTFM Testing",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/zscole/rtfm-testing",
    "canonicalUrl": "https://clawhub.ai/zscole/rtfm-testing",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/rtfm-testing",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rtfm-testing",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "GAPS.md",
      "SKILL.md",
      "TESTER.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "rtfm-testing",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T01:08:20.971Z",
      "expiresAt": "2026-05-08T01:08:20.971Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rtfm-testing",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rtfm-testing",
        "contentDisposition": "attachment; filename=\"rtfm-testing-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "rtfm-testing"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/rtfm-testing"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rtfm-testing",
    "downloadUrl": "https://openagent3.xyz/downloads/rtfm-testing",
    "agentUrl": "https://openagent3.xyz/skills/rtfm-testing/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rtfm-testing/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rtfm-testing/agent.md"
  }
}
```
## Documentation

### RTFM Testing

A documentation quality methodology that spawns fresh agents to validate whether docs are actually usable.

### The Problem

Documentation written by the person who built the thing is almost always incomplete. They fill in gaps unconsciously. They assume context. They skip "obvious" steps.

RTFM Testing fixes this by spawning a fresh agent with zero context and asking: can you complete this task using only the docs?

### When to Use

Before publishing docs, READMEs, tutorials, or setup guides
When users report confusion but you can't see why
After major refactors to validate docs still work
As part of CI for documentation-heavy projects

### How It Works

Identify the task — What should someone be able to do after reading the docs?
Bundle the docs — Collect all relevant documentation (and nothing else)
Spawn a fresh tester — Use the TESTER.md prompt with sessions_spawn
Analyze failures — Every confusion point is a doc bug
Fix and repeat — Update docs, respawn, retest until clean

### Usage

sessions_spawn(
  task: "Complete the following task using ONLY the provided documentation. [TASK DESCRIPTION]\\n\\n---\\n\\n[PASTE DOCS HERE]",
  agentId: "default",
  label: "rtfm-test"
)

Or use the full TESTER.md prompt for more structured output.

### Metrics

Cold Start Score — Number of spawn cycles until task completion (lower = better docs)
Gap Count — Number of [GAP] reports per run
Gap Categories — Missing steps, unclear language, wrong assumptions, missing prerequisites

### Key Principles

No hints — Don't help the tester. Let it fail.
Literal reading — Tester must not infer or guess
Docs only — No external knowledge, no "common sense"
Failures are signal — Every stumble is actionable feedback

### Files

SKILL.md — This file
TESTER.md — System prompt for the fresh agent
GAPS.md — Output format specification
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: zscole
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T01:08:20.971Z
- Expires at: 2026-05-08T01:08:20.971Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/rtfm-testing)
- [Send to Agent page](https://openagent3.xyz/skills/rtfm-testing/agent)
- [JSON manifest](https://openagent3.xyz/skills/rtfm-testing/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/rtfm-testing/agent.md)
- [Download page](https://openagent3.xyz/downloads/rtfm-testing)