# Send openclaw-cheatsheet 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-cheatsheet",
    "name": "openclaw-cheatsheet",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TeeDDub/openclaw-cheatsheet",
    "canonicalUrl": "https://clawhub.ai/TeeDDub/openclaw-cheatsheet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-cheatsheet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-cheatsheet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/openclaw-cheatsheet.md",
      "README.md",
      "SKILL.md",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-cheatsheet"
    },
    "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/openclaw-cheatsheet",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-cheatsheet",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-cheatsheet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-cheatsheet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-cheatsheet/agent.md"
  }
}
```
## Documentation

### OpenClaw Cheatsheet

Primary reference: references/openclaw-cheatsheet.md

### When to invoke

User asks for an OpenClaw command, flag list, or usage example.
User asks how to send messages, manage cron jobs, configure channels/models, run the gateway, etc.
Before any operational change (config set, gateway restart, cron add/edit, channels add/remove, models set, hooks install/enable).
User says "check the cheatsheet" or asks "what flags does X have?"

### Rules

Always read references/openclaw-cheatsheet.md before answering CLI questions — never guess flags.
If the cheatsheet doesn't cover a flag, verify with openclaw <command> --help.
Never run destructive or state-changing commands (config set, gateway restart, cron rm, channels remove, reset, uninstall) without confirming with the user first.
Keep answers concise — surface only the sections relevant to the request.

### Response pattern

Pull the relevant section(s) from the cheatsheet.
Provide 1-3 copy-paste-ready examples tailored to the user's context.
For dangerous operations (restart, update, config change, delete, uninstall), include a warning line before the command.
If the user is new, add a one-line explanation of what each flag does.

### Coverage (sections in the cheatsheet)

SectionKey sub-commandsGlobal Options--dev, --profile, --no-color, -VAgentagent (run a single agent turn)Messagesend, read, edit, delete, search, broadcast, react, reactions, thread, pin/unpin/pins, poll, ban/kick/timeout, permissions, emoji, sticker, event, member, role, channel, voiceConfigget, set, unset, wizardSessionssessions (list, filter by active/store)Gatewayrun, status, start/stop/restart, install/uninstall, discover, call, probe, usage-costDaemonLegacy alias for gateway service managementSkillslist, info, checkAgentslist, add, delete, set-identityMemorysearch, index, statusCronadd, edit, list, rm, run, runs, status, enable/disableHookslist, info, enable/disable, install, check, updateModelslist, set, scan, status, aliases, auth, fallbacks/image-fallbacksChannelslist, add, login/logout, remove, status, capabilities, resolve, logsDirectoryself, peers list, groups list, groups membersHealth / Status / Doctor / Logsdiagnostics and log tailingObsidiancreate, print, search, search-content, delete

### Reference

references/openclaw-cheatsheet.md — authoritative, kept up-to-date with OpenClaw 2026.2.17+
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TeeDDub
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-cheatsheet)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-cheatsheet/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-cheatsheet/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-cheatsheet/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-cheatsheet)