/install maverick-process-to-skill
Process To Skill
Use this skill to operationalize "explain once, reuse later" behavior for business workflows.
Workflow
- Extract the process from the user's message as an ordered list of steps, inputs, and expected output.
- Execute or automate the process for the current request.
- Confirm the result in plain business language.
- Ask whether the user wants to save the process as a reusable skill.
- If the user says yes, create a new skill folder with a trigger-focused
description, concise workflow instructions, andagents/openai.yamlmetadata. - 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.mdprocedural 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install maverick-process-to-skill - After installation, invoke the skill by name or use
/maverick-process-to-skill - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.
How do I install Maverick Process To Skill?
Run "/install maverick-process-to-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Maverick Process To Skill free?
Yes, Maverick Process To Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Maverick Process To Skill support?
Maverick Process To Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Maverick Process To Skill?
It is built and maintained by Maverick (@maverick); the current version is v1.0.0.