← 返回 Skills 市场
505768069-rgb

Adaptive Skill Factory

作者 505768069-rgb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
479
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install adaptive-skill-factory
功能描述
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 existi...
使用说明 (SKILL.md)

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.
  1. Check existing skills first.
  • Prefer workspace skills in \x3Cworkspace>/skills.
  • Then check shared skills loaded from configured extra skill directories.
  • Reuse bundled skills when they already fit.
  1. 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.
  1. If no suitable skill exists, create a local skill.
  • Put role-specific skills in \x3Cworkspace>/skills/\x3Cskill-name>.
  • Put cross-role reusable skills in D:\internal-hub\skills.
  • Keep SKILL.md concise and procedural.
  • Only include scripts, references, or assets when they save real effort.
  1. 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.\r
安全使用建议
This skill is a procedural guide for finding/creating other skills and is not itself downloading code, but it tells an agent to read and write skill directories and to search/install from the internet. Before installing or allowing autonomous use: 1) Confirm what filesystem and network permissions the agent runtime has (will it be able to create files under <workspace>/skills or D:\internal-hub\skills?). 2) Prevent automatic installation of third-party skills without human review (especially from external hubs). 3) Watch for the hard-coded Windows path (D:\internal-hub\skills) and adjust or remove it if you run a different OS or have different policies. 4) Require review of any generated SKILL.md, scripts, or assets before they are executed or installed system-wide. If you cannot or do not want the agent to create files or install packages automatically, restrict its file-write and network permissions or avoid enabling implicit/autonomous invocation for this skill.
功能分析
Type: OpenClaw Skill Name: adaptive-skill-factory Version: 1.0.0 The 'adaptive-skill-factory' bundle is a meta-utility designed to guide an AI agent in managing its own capabilities through skill discovery, installation, and creation. It contains no executable code, only Markdown and YAML configuration files (SKILL.md, agents/openai.yaml) that provide procedural instructions for workflow optimization. While it references a specific local path (D:\internal-hub\skills), the instructions are focused on organizational efficiency and role-based discipline without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description align with the instructions: the skill is a process guide for discovering, installing, or creating skills. However, the guidance expects the agent to inspect workspace skill directories, shared extra-skill directories, and perform installs from ClawHub/the internet — capabilities that imply filesystem and network access even though no config paths, binaries, or credentials are declared.
Instruction Scope
SKILL.md explicitly tells the agent to read and create skills under specific filesystem paths (e.g., <workspace>/skills and a hard-coded Windows path D:\internal-hub\skills), search/install from ClawHub/the internet, and create new SKILL.md and potentially scripts. Those are concrete actions that involve reading/writing the filesystem and contacting external services but the skill does not declare or limit those accesses. The hard-coded D:\ path is platform-specific and unexpected. There are no explicit instructions to exfiltrate secrets, but the broad file-write instructions increase the attack surface if the agent generates or installs code without human review.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code. That is lower risk from an installation perspective because nothing is downloaded or written by a packaged installer.
Credentials
The skill declares no required environment variables or credentials, which is reasonable for a guidance-only skill. But the runtime instructions assume network access and filesystem read/write permissions (including shared/central skill directories) that are not declared. The mismatch means the agent may attempt operations that require privileges or credentials not considered in the metadata.
Persistence & Privilege
always is false (good) and allow_implicit_invocation is true in the included agent policy (normal). The skill instructs creating and editing local skills, which will persist on disk if performed — that is expected for a factory-style skill but increases risk if the agent is allowed to autonomously create executable scripts or install third-party skill packages without approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install adaptive-skill-factory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /adaptive-skill-factory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of adaptive-skill-factory. - Enables discovery, installation, updating, or creation of workspace skills to address workflow gaps. - Guides users to classify tasks and decide when to reuse, install, or create new skills. - Establishes skill organization and validation processes to keep workflows streamlined. - Outlines clear boundaries for role-specific and cross-role skill usage. - Lists best practices and common pitfalls to avoid unnecessary or redundant skill creation.
元数据
Slug adaptive-skill-factory
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Adaptive Skill Factory 是什么?

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 existi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 479 次。

如何安装 Adaptive Skill Factory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install adaptive-skill-factory」即可一键安装,无需额外配置。

Adaptive Skill Factory 是免费的吗?

是的,Adaptive Skill Factory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Adaptive Skill Factory 支持哪些平台?

Adaptive Skill Factory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Adaptive Skill Factory?

由 505768069-rgb(@505768069-rgb)开发并维护,当前版本 v1.0.0。

💬 留言讨论