3.0k★by lxgicstudios
wiki-gen – OpenClaw Skill
wiki-gen is an OpenClaw Skills integration for coding workflows. Generate a project wiki from your codebase. Use when creating documentation.
Skill Snapshot
| name | wiki-gen |
| description | Generate a project wiki from your codebase. Use when creating documentation. OpenClaw Skills integration. |
| owner | lxgicstudios |
| repository | lxgicstudios/wiki-gen |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lxgicstudios/wiki-gen |
| last updated | Feb 7, 2026 |
Maintainer

name: wiki-gen description: Generate a project wiki from your codebase. Use when creating documentation.
Wiki Generator
Your project needs documentation. This scans your codebase and generates a complete wiki.
One command. Zero config. Just works.
Quick Start
npx ai-wiki ./src/
What It Does
- Scans your codebase
- Generates wiki pages for each module
- Documents architecture and patterns
- Creates navigation structure
Usage Examples
# Generate wiki
npx ai-wiki ./src/
# From lib folder
npx ai-wiki ./lib/
Best Practices
- Keep it updated - regenerate when code changes
- Add manual context - AI misses some nuances
- Link related pages - make navigation easy
- Include examples - show, don't just tell
When to Use This
- Creating project documentation
- Onboarding new developers
- Open source projects
- Internal documentation
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:
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgic.dev
Requirements
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-wiki --help
How It Works
Scans your codebase to understand modules, exports, and relationships. Then generates markdown wiki pages with documentation for each major component.
License
MIT. Free forever. Use it however you want.
ai-wiki
Generate a project wiki from your codebase
Install
npm install -g ai-wiki
Usage
npx ai-wiki ./src/
npx ai-wiki ./lib/
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. Needs OPENAI_API_KEY environment variable. ```bash npx ai-wiki --help ```
FAQ
How do I install wiki-gen?
Run openclaw add @lxgicstudios/wiki-gen in your terminal. This installs wiki-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/wiki-gen. Review commits and README documentation before installing.
