Install
openclaw skills install auto-readmeGenerate a complete, production-quality README.md from code, description, or an existing README, tailored to the project type without any filler content.
openclaw skills install auto-readmeGenerate a production-quality README.md from code, a short description, or an existing bad README. Adapts structure to the project type: library, CLI tool, web app, API, or data pipeline. No filler, no fluff — just the README a maintainer would actually want.
Provide one or more of:
Optionally specify:
Outputs a complete, ready-to-paste README.md in this structure (sections omitted if not applicable):
# [Project Name]
[One-line description — what it is and what it does]
[Badges if requested: CI status, version, license, downloads]
## Features
[3–6 bullet points — concrete capabilities, not marketing copy]
## Quick Start
[Minimal working example — copy-paste runnable in under 60 seconds]
## Installation
[Package manager commands for all relevant platforms]
## Usage
[The most common use cases with code examples]
## API Reference
[For libraries: key classes, functions, parameters, return types]
[For CLIs: flags, subcommands, environment variables]
## Configuration
[Environment variables, config file format, defaults]
## Examples
[1–3 real-world examples beyond quick start]
## Contributing
[How to run locally, run tests, submit PRs]
## License
[License name and link]
python, bash, ```json)Include: Features, Installation, Quick Start, API Reference, Examples, Contributing Skip: Deployment, Environment Variables (unless it's config)
Include: Installation, Usage (with all flags), Examples, Configuration Skip: API Reference
Include: Features, Quick Start (local dev), Installation, Configuration (env vars), Deployment, Contributing Skip: API Reference (unless it exposes one)
Include: Base URL, Authentication, Endpoints (method, path, params, response), Examples Format: Use code blocks showing curl or example request/response JSON
Include: What data flows in / out, How to run, Configuration, Output format Skip: Contributing (unless open source)
After each README generated, note what information was missing from the input that required assumptions. After 20 READMEs, surface the top 3 things developers forget to include.