Install
openclaw skills install @ahmed181283/tutorial-builderGenerate comprehensive step-by-step tutorials for tools, workflows, and technical topics. Use when the user asks to create a tutorial, write a guide, explain how to use something, or document a process. Includes structure for prerequisites, installation, steps, examples, and troubleshooting.
openclaw skills install @ahmed181283/tutorial-builderCreate clear, actionable tutorials that guide readers through complex tasks. Structure content logically with prerequisites, step-by-step instructions, code examples, and troubleshooting tips.
Always include these sections (adapt to the topic):
Numbered steps with:
$ for user commands, # for root)$, #, >) to distinguish command types.# comment).# Install the package
$ npm install package-name
# Verify installation
$ package-name --version
v1.2.3
# Configure settings in config.yaml
database:
host: localhost
port: 5432
code for inline code, variables, and short commandsNote: This step requires sudo privileges.
Before finalizing a tutorial, verify:
Deliver the tutorial in a format matching the user's preference:
Ask the user if they have a preferred output format if not specified.