技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 200 · 2 current installs · 2 all-time installs
⭐ 0
安装量(当前) 2
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:505768069-rgb/adaptive-skill-factory
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's purpose (help find/create skills) matches its instructions, but the SKILL.md tells an agent to read/write specific workspace paths and install/search internet hubs without declaring those access needs — this mismatch and the hard-coded path warrant caution.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Adaptive Skill Factory」。简介:Discover, install, update, or create the right skill when a workflow gap appear…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/505768069-rgb/adaptive-skill-factory/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: adaptive-skill-factory
description: Discover, install, update, or create the right skill when a workflow gap appears. Use when a task is repetitive, a role lacks a reliable procedure, an existing skill might save time, ClawHub search/install could help, or the agent should create a concise local skill for future reuse.
---
# Adaptive Skill Factory
Use this skill to keep agents sharp without bloating every prompt.
## Workflow
1. Classify the gap.
- Use no skill for one-off trivial tasks.
- Reuse a skill for repeated workflows, fragile procedures, or domain-specific tasks.
- Create a new skill only when the same gap is likely to recur.
2. Check existing skills first.
- Prefer workspace skills in `<workspace>/skills`.
- Then check shared skills loaded from configured extra skill directories.
- Reuse bundled skills when they already fit.
3. If internet and ClawHub are available, search before building.
- Search narrowly for the exact workflow.
- Install the smallest relevant skill, not a broad bundle.
- Avoid skills that overlap another role's boundary.
4. If no suitable skill exists, create a local skill.
- Put role-specific skills in `<workspace>/skills/<skill-name>`.
- Put cross-role reusable skills in `D:internal-hubskills`.
- Keep `SKILL.md` concise and procedural.
- Only include scripts, references, or assets when they save real effort.
5. Validate and iterate.
- Validate the skill after editing.
- Update the skill when the workflow changes or the agent struggles again.
- Delete or simplify stale skills that no longer help.
## Role discipline
- Technical skills: only for code, deployment, automation, debugging, websites, scripts.
- Intelligence skills: only for research, verification, policy, news, or competitor analysis.
- Trade skills: only for suppliers, pricing, MOQ, lead time, procurement, stocks, crypto, funds, or trading analysis.
- Supervisor skills: only for task routing, progress reporting, review, and execution oversight.
## Avoid
- Do not create skills for generic reasoning.
- Do not create skills that duplicate another role's job.
- Do not install large unrelated skill packs just because they are available.
- Do not let a skill become a dumping ground for long notes.