cli-help-writerGenerate standard, beautifully formatted `--help` documentation for Command Line Interface (CLI) tools based on raw arguments, flags, and descriptions. Trigg...
Install via ClawdBot CLI:
clawdbot install sunny0826/cli-help-writerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Jul 14, 2026
Developers who have built a command-line tool need to produce standard --help output. This skill takes raw flag and argument lists and formats them into a polished, POSIX-compliant help page, including usage, options, and examples.
Companies with internal CLI tools often lack proper documentation. This skill can transform a list of commands and flags into a human-readable help text that can be used as a man page, improving developer onboarding and reducing support questions.
When generating help text from sample command lines, API keys or tokens may accidentally be included. The skill automatically redacts sensitive strings (replacing with <REDACTED>), making it safe to share the documentation publicly or with third parties.
Global teams can request help text in English or Chinese. The skill detects the language of the user's prompt and generates the complete help page in that language, including language-appropriate headers and descriptions.
Product teams maintaining multiple CLI tools can use this skill to ensure consistent formatting for all --help outputs. The skill enforces alignment, section ordering (Usage, Description, Commands, Options, Examples), and style guidelines.
Offer a basic version of the CLI help generator for free with limited customization (e.g., only English output). A premium tier unlocks advanced features like custom color schemes, integration with CI/CD pipelines, and multi-language support.
Provide a REST API that accepts raw command data and returns formatted help text. Charge based on the number of API calls or characters processed. Could integrate with documentation generators, IDEs, or CI/CD systems.
License the skill to companies that want to embed it into their own CLI development environments. Includes features like automated redaction, custom branding, and compliance with internal documentation standards.
💬 Integration Tip
Integrate as a skill in an AI agent that parses CLI definition files (e.g., JSON or YAML) and automatically generates the help text. Ensure the agent runs a security check to redact secrets before output.
Scored Jul 14, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.