skills$openclaw/readme-gen
lxgicstudios905

by lxgicstudios

readme-gen – OpenClaw Skill

readme-gen is an OpenClaw Skills integration for coding workflows. Generate beautiful README.md files with badges, install instructions, and API docs. Use when starting new projects.

905 stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namereadme-gen
descriptionGenerate beautiful README.md files with badges, install instructions, and API docs. Use when starting new projects. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/readme-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/readme-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains readme-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
877 B
index.ts
1.3 KB
_meta.json
278 B
package-lock.json
30.2 KB
package.json
621 B
README.md
383 B
SKILL.md
2.3 KB
tsconfig.json
251 B
SKILL.md

name: readme-gen description: Generate beautiful README.md files with badges, install instructions, and API docs. Use when starting new projects.

README Gen

Your project has no README. Or worse, it has one that says "TODO: write readme". This tool generates complete README files from your codebase. Badges, installation steps, API documentation, examples. A README that makes people actually want to use your project.

One command. Zero config. Just works.

Quick Start

npx ai-readme

What It Does

  • Generates a complete README from your project structure
  • Adds appropriate badges (npm, license, build status)
  • Creates installation instructions for your package manager
  • Documents your API based on exports
  • Includes usage examples from your code or tests

Usage Examples

# Generate README for current project
npx ai-readme

# Specify output file
npx ai-readme --output README.md

# Include specific sections
npx ai-readme --sections intro,install,api,examples

# Generate for a CLI tool
npx ai-readme --type cli

Best Practices

  • Run at project start - Easier to maintain a README than to write one from scratch later
  • Customize the intro - AI writes decent intros but your voice is better
  • Add real examples - Generated examples are generic. Show your actual use cases.
  • Keep badges minimal - Nobody needs 15 badges. Pick the 3-5 that matter.

When to Use This

  • Starting a new open source project
  • Publishing a package to npm
  • Your README is embarrassingly empty
  • Restructuring a project and need fresh docs

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended.

npx ai-readme --help

How It Works

The tool reads your package.json, analyzes your source files for exports and CLI commands, checks for existing docs or examples, then generates a structured README with all the sections a good project needs.

License

MIT. Free forever. Use it however you want.

README.md

ai-readme

Generate beautiful README.md files with badges, install instructions, usage examples, and API docs.

Install

npm install -g ai-readme

Usage

npx ai-readme
# Reads package.json + source files, generates README.md

npx ai-readme ./my-project -o DOCS.md
# Custom directory and output file

Setup

export OPENAI_API_KEY=sk-...

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. ```bash npx ai-readme --help ```

FAQ

How do I install readme-gen?

Run openclaw add @lxgicstudios/readme-gen in your terminal. This installs readme-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/readme-gen. Review commits and README documentation before installing.