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

skill-optimizer-2技能优化 2

Agent Skill

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

总安装

4,072

周安装

168

GitHub Stars

公开资料未说明

下载量

1,331
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install skill-optimizer-2

简介

skill-optimizer-2 分析对话记录与本地技能识别优化机会点。

  • 适合发现遗漏触发器或重复定义等问题时使用。
  • 可检测元数据薄弱项与过时信息提醒更新。
  • 需访问完整对话上下文,注意信息保密设置。
  • 输出建议需人工复核后实施变更操作。skill-optimizer-2 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
skill-optimizer
description
Analyze the current conversation history and local installed skills to identify missed skill triggers, overlapping or duplicate skills, weak metadata, stale or risky skills, and workflow gaps. Generate a detailed audit report with evidence and present actionable items that the user can choose to fix, merge, delete, or keep and skip. Use this whenever the user wants to audit, optimize, clean up, consolidate, or improve skill triggering quality, skill metadata, skill safety, or skill installation workflow.

Skill Optimizer

Audit the current thread and the locally visible skill set, then turn findings into a clear action queue that the user can review and choose from.

This skill is for governance and optimization, not for silently changing skills. Start with analysis, produce a report, and only edit files after the user chooses actions.

Default Scope

Unless the user explicitly provides extra logs or transcript files, use:

  • the current conversation history
  • the current workspace's local skill directories
  • installed skill directories that are directly visible from the environment

Do not claim global usage statistics unless the user provided cross-thread logs or telemetry.

What To Look For

Audit for these issue types:

  • missed_trigger

A task in the current thread clearly matched an existing skill, but that skill was not used.

  • weak_metadata

name or description likely under-trigger because they miss common user phrasing or contexts.

  • duplicate_skill

The same skill, or near-identical copies, exist in multiple active places.

  • overlap_skill

Two or more skills cover nearly the same job and create ambiguity.

  • stale_skill

The skill description, instructions, bundled files, or agents/openai.yaml are out of sync.

  • risky_skill

The skill enables dangerous actions but lacks guardrails, warnings, or confirmation points.

  • install_flow_issue

The install, sync, backup, or directory workflow is confusing or inconsistent.

  • unused_candidate

Based on the current thread and local structure, a skill appears low-value or inactive. Phrase this carefully; it is not proof of never being used globally.

Working Rules

Follow this sequence.

Step 1: Inventory The Skills

Identify the skill roots that are relevant to the current workspace. Typical places include:

  • ./.agents/skills
  • ./.claude/skills
  • project-local skills/ directories
  • directly relevant global skill directories if they are part of the current environment

For each skill, capture at least:

  • path
  • skill name
  • description
  • whether agents/openai.yaml exists
  • whether bundled scripts or references exist

Step 2: Read Current-Thread Evidence

Review the current conversation history and extract:

  • the user's goals
  • phrases the user used naturally
  • where a skill was used
  • where a skill should probably have been used but was not
  • repeated confusion that suggests weak metadata or poor boundaries

Use exact evidence from the thread when possible, but keep quotations short.

Step 3: Diagnose

Compare the thread evidence against the local skill inventory.

Pay special attention to:

  • user phrasing that should have triggered a skill but did not
  • skills with duplicate names or nearly identical descriptions
  • skills whose body promises more than the bundled files support
  • skills with risky capabilities and no explicit safety language
  • local backup or fork directories that may confuse maintenance

Step 4: Produce The Audit Report

Structure the report using the schema in report-schema.md.

The report must include:

  • executive summary
  • findings grouped by issue type
  • an action queue with one item per proposed intervention

Keep findings evidence-based. If something is an inference rather than a direct fact, say so.

Step 5: Offer Only Four Actions

Every action item must expose exactly these user-facing actions:

  • Fix
  • Merge
  • Delete
  • Keep and Skip

Do not introduce extra action labels like archive or disable in the user-facing menu. If you internally think a "soft delete" is safer, explain that inside the recommendation, but keep the action menu limited to the four agreed options.

Step 6: Wait Before Editing

Do not modify any skill during the audit step.

Only after the user selects action items should you:

  • rewrite metadata
  • sync agents/openai.yaml
  • merge overlapping skills
  • delete duplicates or obsolete skills

If the user selects Delete, confirm the exact target before removing files when there is any ambiguity.

Recommendation Heuristics

Use these defaults unless the evidence strongly suggests otherwise:

  • missed trigger or weak metadata -> recommend Fix
  • duplicate or high-overlap skill copies -> recommend Merge
  • clearly obsolete duplicates or user-rejected leftovers -> recommend Delete
  • uncertain or disputed findings -> recommend Keep and Skip

For unused_candidate, be conservative. Prefer Keep and Skip or Fix over Delete unless the user explicitly wants aggressive cleanup.

Report Style

  • Be detailed, but not vague.
  • Put findings before summaries.
  • Make every action item independently understandable.
  • Separate facts from recommendations.
  • Use absolute file paths when referencing files.

Output Contract

When running the audit, return:

  1. A concise summary of the top themes
  2. A detailed findings section grouped by category
  3. An action queue using the schema in report-schema.md
  4. A short prompt telling the user how to respond with their chosen actions

Example response pattern:

Action Queue
- I01: Recommend `Fix`
- I02: Recommend `Merge`
- I03: Recommend `Keep and Skip`

Reply with selections such as:
- `I01 -> Fix`
- `I02 -> Merge`
- `I03 -> Keep and Skip`

Boundaries

  • Do not pretend the current thread represents all historical usage.
  • Do not delete anything during analysis.
  • Do not collapse separate findings into one vague item if the fixes differ.
  • Do not overclaim certainty on "unused" skills.

Bundled Resources

Read this when drafting the audit report and action queue.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.23%
按下载量换算1,108

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills