← 返回 Skills 市场
maverick

Maverick Process To Skill

作者 Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maverick-process-to-skill
功能描述
Turn a user-described business process into an automated execution flow and optionally convert it into a reusable local skill. Use when a user explains steps...
使用说明 (SKILL.md)

Process To Skill

Use this skill to operationalize "explain once, reuse later" behavior for business workflows.

Workflow

  1. Extract the process from the user's message as an ordered list of steps, inputs, and expected output.
  2. Execute or automate the process for the current request.
  3. Confirm the result in plain business language.
  4. Ask whether the user wants to save the process as a reusable skill.
  5. If the user says yes, create a new skill folder with a trigger-focused description, concise workflow instructions, and agents/openai.yaml metadata.
  6. Return the saved skill name and one example command the user can use next time.

Save Prompt Requirement

After completing the process, always ask a direct reuse question:

  • "Do you want me to save this as a reusable skill so next time you can call it directly without re-explaining the steps?"

If the answer is unclear, ask once more with a suggested skill name.

Skill Authoring Rules

  • Use lowercase hyphenated names (\x3Cverb>-\x3Cobject> when possible).
  • Keep SKILL.md procedural and short; include only repeatable steps.
  • Put trigger conditions in frontmatter description, not in the body.
  • Add only required resource folders (scripts/, references/, assets/) when they are actually needed.
  • Reuse existing local scripts/templates when possible instead of duplicating logic.

Minimal Capture Template

When saving a process, capture:

  • Goal: What business outcome this process produces.
  • Inputs: Required user-provided data.
  • Steps: Deterministic sequence to run.
  • Output: Expected deliverable format.
  • Trigger examples: 2-3 natural language prompts that should activate the skill.

Guardrails

  • Do not auto-save without user confirmation.
  • Do not save one-off ad hoc tasks that are unlikely to be reused.
  • If required tools or permissions are missing, report the blocker and offer a partial skill draft.
安全使用建议
This skill appears benign and instruction-only. Before saving a generated workflow, review it for secrets, private data, and unintended future actions, because saved skills persist locally and can be reused by the agent later.
功能分析
Type: OpenClaw Skill Name: maverick-process-to-skill Version: 1.0.0 The skill is designed to automate user-described processes and save them as new, reusable skills by creating folders and files (SKILL.md, agents/openai.yaml) on the local system. This 'meta-skill' capability is inherently risky as it allows for the generation of new executable instructions and potential persistence of malicious workflows if the input is not strictly validated. While it includes guardrails like requiring user confirmation, the ability to write to the skill library and execute arbitrary user-defined steps in SKILL.md makes it a high-privilege tool.
能力评估
Purpose & Capability
The stated purpose is to turn described business processes into reusable skills, and the artifacts match that purpose. The main noteworthy capability is persistence: saving a workflow as a new local skill.
Instruction Scope
The workflow asks the agent to execute or automate the user's described process, which is broad but expected for this skill. Users should still confirm any sensitive or externally visible actions in the described process.
Install Mechanism
There is no install spec, no code files, no required binaries, and no declared credentials. The static scan had nothing suspicious to analyze.
Credentials
Creating a new skill folder changes the local agent environment, but this is the skill's core function and the SKILL.md says not to do it without user confirmation.
Persistence & Privilege
Saved workflows become reusable local skills and can influence future agent behavior. The artifacts include a guardrail against auto-saving, but users should review what is saved.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maverick-process-to-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maverick-process-to-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Update skill bundle
元数据
Slug maverick-process-to-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Maverick Process To Skill 是什么?

Turn a user-described business process into an automated execution flow and optionally convert it into a reusable local skill. Use when a user explains steps... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Maverick Process To Skill?

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

Maverick Process To Skill 是免费的吗?

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

Maverick Process To Skill 支持哪些平台?

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

谁开发了 Maverick Process To Skill?

由 Maverick(@maverick)开发并维护,当前版本 v1.0.0。

💬 留言讨论