skills$openclaw/wiki-gen
lxgicstudios3.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.

3.0k stars6.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namewiki-gen
descriptionGenerate a project wiki from your codebase. Use when creating documentation. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/wiki-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/wiki-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains wiki-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
650 B
index.ts
1.1 KB
_meta.json
274 B
package-lock.json
30.2 KB
package.json
577 B
README.md
215 B
SKILL.md
1.6 KB
tsconfig.json
251 B
SKILL.md

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:

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.

README.md

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.