Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

tutorial-builder教程生成器

Agent Skill

tutorial-builder 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,036

周安装

84

GitHub Stars

公开资料未说明

下载量

665
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tutorial-builder(教程生成器)
来源仓库:https://github.com/ahmed181283/tutorial-builder
安装命令:
openclaw skills install tutorial-builder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tutorial-builder

简介

tutorial-builder 生成分步技术教程,覆盖工具使用与工作流程讲解。

  • 适合开发者文档编写与技能培训材料准备。
  • 输出 Markdown 格式便于嵌入项目 Wiki。
  • 内容深度可随主题复杂度自动调节。tutorial-builder 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 建议人工校验步骤准确性后再发布。

SKILL.md

name
tutorial-builder
description
Generate 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.

Tutorial Builder

Overview

Create clear, actionable tutorials that guide readers through complex tasks. Structure content logically with prerequisites, step-by-step instructions, code examples, and troubleshooting tips.

Tutorial Structure

Always include these sections (adapt to the topic):

1. Title and Description

  • Clear, descriptive title
  • One-sentence summary of what the tutorial covers
  • Target audience (beginner, intermediate, advanced)
  • Estimated time to complete

2. Prerequisites

  • List required skills, knowledge, or tools
  • Include version numbers if applicable
  • Add links to prerequisite tutorials or documentation

3. Installation/Setup (if applicable)

  • Step-by-step installation instructions
  • Include commands with expected output examples
  • Address common installation issues
  • Verification step to confirm setup worked

4. Core Tutorial Steps

Numbered steps with:

  • Clear action verbs ("Create", "Configure", "Deploy")
  • Command examples with prompts ($ for user commands, # for root)
  • Code blocks with syntax highlighting notes
  • Explanation of what each step does and why
  • Expected outputs or results

5. Examples and Use Cases

  • Real-world examples
  • Variations and common modifications
  • Integration examples with other tools

6. Troubleshooting

  • Common errors and solutions
  • Debugging tips
  • Where to get help (forums, docs, community)

7. Next Steps

  • Recommended follow-up tutorials
  • Advanced topics to explore
  • Related resources

Writing Guidelines

Tone and Style

  • Be direct and concise. Avoid filler words.
  • Assume the reader is smart but unfamiliar with the topic.
  • Explain the "why" behind steps, not just the "how."
  • Use consistent terminology throughout.

Code and Commands

  • Show the complete command, not fragments.
  • Include prompts ($, #, >) to distinguish command types.
  • Add comments for complex commands (# comment).
  • Show expected output when it helps verify success.

Examples

# 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

Formatting

  • Use bold for key commands, file names, and important terms
  • Use code for inline code, variables, and short commands
  • Use blockquotes for warnings or notes:

> Note: This step requires sudo privileges.

  • Use numbered lists for sequential steps
  • Use bullet points for non-sequential items

Common Patterns

For Software Installation

  1. Check for existing installation
  2. Download or clone
  3. Install with package manager or build from source
  4. Configure if needed
  5. Verify installation
  6. Add to PATH if required

For Configuration Tasks

  1. Locate configuration file
  2. Backup existing configuration
  3. Edit with specific settings
  4. Validate configuration
  5. Reload or restart service
  6. Test configuration

For Development Workflows

  1. Set up development environment
  2. Create project structure
  3. Write initial code/templates
  4. Test basic functionality
  5. Add features incrementally
  6. Document and commit

Quality Checklist

Before finalizing a tutorial, verify:

  • [ ] All steps are numbered and sequential
  • [ ] Every command is complete and copy-paste ready
  • [ ] Code examples match the text description
  • [ ] Troubleshooting section addresses common issues
  • [ ] Prerequisites are clearly listed
  • [ ] Links and references are accurate
  • [ ] Steps are tested and verified to work
  • [ ] Language is clear and jargon-free (or jargon is explained)

Output Format

Deliver the tutorial in a format matching the user's preference:

  • Markdown (default) - for documentation sites, Git repos, wikis
  • Plain text - for simple documentation
  • HTML - if creating web content

Ask the user if they have a preferred output format if not specified.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.81%
按下载量换算611

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills