# Send Openclaw Agent Optimize 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-agent-optimize",
    "name": "Openclaw Agent Optimize",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/phenomenoner/openclaw-agent-optimize",
    "canonicalUrl": "https://clawhub.ai/phenomenoner/openclaw-agent-optimize",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-agent-optimize",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-agent-optimize",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/agent-orchestration.md",
      "references/context-management.md",
      "references/continuous-learning.md",
      "references/cron-optimization.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-agent-optimize",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T17:11:45.730Z",
      "expiresAt": "2026-05-07T17:11:45.730Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-agent-optimize",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-agent-optimize",
        "contentDisposition": "attachment; filename=\"openclaw-agent-optimize-1.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-agent-optimize"
      },
      "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/openclaw-agent-optimize"
    },
    "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-agent-optimize",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-agent-optimize",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-agent-optimize/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-agent-optimize/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-agent-optimize/agent.md"
  }
}
```
## Documentation

### OpenClaw Agent Optimization

Use this skill to tune an OpenClaw workspace for cost-aware routing, parallel-first delegation, and lean context.

### Default posture

This skill is advisory first.
It should produce:

audit,
options,
recommended plan,
exact patch proposal,
rollback,
verification plan.

No persistent mutations without explicit approval.

### Quick start

Full audit (safe, no changes)

Audit my OpenClaw setup for cost, reliability, and context bloat. Output a prioritized plan with rollback notes. Do NOT apply changes.

Context bloat / transcript noise

My OpenClaw context is bloating (slow replies / high cost / lots of transcript noise). Identify the top offenders (tools, crons, bootstrap files, skills) and propose the smallest reversible fixes first. Do NOT apply changes.

Model routing / delegation posture

Propose a model routing plan for (a) coding/engineering, (b) short notifications/reminders, (c) reasoning-heavy research/writing. Include an exact config patch + rollback plan, but do NOT apply changes.

### What good output looks like

Executive summary
Top drivers

cost
context
reliability
operator friction


Options A/B/C with tradeoffs
Recommended plan (smallest safe change first)
Exact proposals + rollback + verify

### Safety contract

Do not mutate persistent settings without explicit approval.
Do not create/update/remove cron jobs without explicit approval.
If an optimization reduces monitoring coverage, present options and require choice.
Before any approved change, show:

exact change,
expected impact,
rollback plan,
post-change verification.

### 1) Output discipline for automation

Make maintenance loops truly silent on success.

### 2) Separate work from notification

If you want alerts but want interactive context lean:

do the work quietly
notify out-of-band with a short human receipt

### 3) Bootstrap discipline

Keep always-injected files short and load-bearing only.
Move long runbooks into references/ or adjacent notes.

### 4) Ambient specialist surface reduction

A common hidden tax is too many always-visible specialist skills.
If a workflow is low-frequency or specialist:

prefer on-demand worker/subagent usage,
do not keep it permanently ambient in main-chat prompt surface.

### 5) Measure optimizations authoritatively

Prefer fresh-session /context json or equivalent receipts over “feels better”.
High-signal fields include:

eligible skills
skills.promptChars
projectContextChars
systemPrompt.chars
promptTokens

### 6) Verification-first ops hygiene

After any approved optimization, verify:

core chat still works
recall/behavior did not degrade
new session actually picks up the change
rollback path is proven, not theoretical

### Workflow (concise)

Audit rules + memory: keep restart-critical facts only.
Audit skill surface: trim ambient specialists before touching tool surface.
Audit transcripts/noise: silence cron and heartbeat success paths.
Audit model routing and delegation posture.
Recommend the smallest viable change first.
Verify on a new session when skill/bootstrap snapshotting exists.

### Notes

Some runtimes snapshot skills/config per session. If you install/update skills and do not see changes, start a new session.
Prefer short SKILL.md + references/ for long runbooks.
If context bloat is the main complaint, pair this skill with context-clean-up (audit-only).

### References

references/optimization-playbook.md
references/model-selection.md
references/context-management.md
references/agent-orchestration.md
references/cron-optimization.md
references/heartbeat-optimization.md
references/memory-patterns.md
references/continuous-learning.md
references/safeguards.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: phenomenoner
- Version: 1.2.1
## 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-04-30T17:11:45.730Z
- Expires at: 2026-05-07T17:11:45.730Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-agent-optimize)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-agent-optimize/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-agent-optimize/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-agent-optimize/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-agent-optimize)