wiki-gen

Verified·Scanned 2/18/2026

This skill generates a project wiki by scanning a user-supplied source directory (e.g., ./src/) and sending code snippets to the OpenAI client. It requires OPENAI_API_KEY and calls openai.chat.completions.create, so it reads local source files and performs network requests to the OpenAI service.

from clawhub.ai·v560e4ee·34.6 KB·0 installs
Scanned from 1.0.0 at 560e4ee · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/wiki-gen

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-...