Skill Vetter
一个面向 Security 场景的 Agent 技能。原始说明:Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
name: openclaw-agent-optimize
slug: openclaw-agent-optimize
version: 1.2.1
license: MIT
description: |
Use when: you want a structured audit -> options -> recommended plan to improve an OpenClaw workspace
(cost, model routing, context discipline, delegation, reliability).
Don't use when: you want immediate config/cron mutations without review, or the question is unrelated to OpenClaw ops.
Output: a prioritized plan with exact change proposals, expected impact, and rollback steps. No persistent changes without explicit approval.
triggers:
metadata:
openclaw:
emoji: "🧰"
Use this skill to tune an OpenClaw workspace for cost-aware routing, parallel-first delegation, and lean context.
This skill is advisory first.
It should produce:
No persistent mutations without explicit approval.
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.
Make maintenance loops truly silent on success.
If you want alerts but want interactive context lean:
Keep always-injected files short and load-bearing only.
Move long runbooks into references/ or adjacent notes.
A common hidden tax is too many always-visible specialist skills.
If a workflow is low-frequency or specialist:
Prefer fresh-session /context json or equivalent receipts over “feels better”.
High-signal fields include:
eligible skillsskills.promptCharsprojectContextCharssystemPrompt.charspromptTokensAfter any approved optimization, verify:
SKILL.md + references/ for long runbooks.context-clean-up (audit-only).references/optimization-playbook.mdreferences/model-selection.mdreferences/context-management.mdreferences/agent-orchestration.mdreferences/cron-optimization.mdreferences/heartbeat-optimization.mdreferences/memory-patterns.mdreferences/continuous-learning.mdreferences/safeguards.md