Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

openclaw-agent-optimize-1-2-1OpenClaw Agent optimize 1 2 1 搜索

Agent Skill

openclaw-agent-optimize-1-2-1 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,328

周安装

347

GitHub Stars

公开资料未说明

下载量

2,776
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-agent-optimize-1-2-1(OpenClaw Agent optimize 1 2 1 搜索)
来源仓库:https://github.com/zhouhuihui008/openclaw-agent-optimize-1-2-1
安装命令:
openclaw skills install openclaw-agent-optimize-1-2-1
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-agent-optimize-1-2-1

简介

openclaw-agent-optimize-1-2-1 同样提供 OpenClaw 工作空间的结构化优化建议。

  • 聚焦成本、路由、规则与委派等核心维度。
  • 适用于需要精细化调优代理性能的场景。
  • 安装前需确认权限范围与维护状态,可能涉及配置变更。
  • 建议结合来源仓库和原始 README 核验与 openclaw-agent-optimize 的功能差异。

SKILL.md

name
openclaw-agent-optimize
slug
openclaw-agent-optimize
version
1.2.1
license
MIT
description
|
Output
a prioritized plan with exact change proposals, expected impact, and rollback steps. No persistent changes without explicit approval.
triggers
metadata
openclaw
emoji
🧰

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

1) 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.

2) 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.

3) 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:

1. exact change, 2. expected impact, 3. rollback plan, 4. post-change verification.

High-ROI optimization levers

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)

  1. Audit rules + memory: keep restart-critical facts only.
  2. Audit skill surface: trim ambient specialists before touching tool surface.
  3. Audit transcripts/noise: silence cron and heartbeat success paths.
  4. Audit model routing and delegation posture.
  5. Recommend the smallest viable change first.
  6. 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.11%
按下载量换算2,474

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills