Offline, pip-installable reference wiki for AI coding CLIs (Claude, DeepSeek, Copilot, ChatGPT, Gemini) with a search/read command.
Project description
CLI Wikia
An offline, pip-installable reference wiki for AI coding CLIs — Claude Code, DeepSeek, GitHub Copilot, ChatGPT/OpenAI, and Gemini — with a single command to browse, search, read and edit the docs.
It's more than a wiki: the bundled docs can also be used as grounding
context for a local model (wikia ask), so the same content works as a
reference and as a knowledge base you fully control and can edit.
Install
pip install cli-wikia
Usage
wikia models # list models + topic counts
wikia list claude # list Claude topics
wikia read claude hooks # print a topic
wikia search "permission" # search across all models
wikia search "mcp" --model claude # search one model
wikia path claude # show where the files live (to edit them)
wikia ask claude "how do hooks work?" # answer from the docs via a local model
How it's organized
src/cli_wikia/wikis/
├── claude/ # populated (Claude Code docs)
├── deepseek/ # skeleton
├── copilot/ # skeleton
├── chatgpt/ # skeleton
└── gemini/ # skeleton
Each topic is a plain Markdown file. Add or edit files in a model's folder
and reinstall (pip install -e .) to update your local copy. Because the
repo is git-backed, every revision of every doc is kept in history.
Status
- Claude wiki is fully populated.
- DeepSeek / Copilot / ChatGPT / Gemini are skeletons to be filled from each
tool's CLI (you have
deepseek-code,copilot,gemini,ollamainstalled) or official documentation.
License
MIT — see LICENSE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cli_wikia-0.11.0.tar.gz.
File metadata
- Download URL: cli_wikia-0.11.0.tar.gz
- Upload date:
- Size: 269.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c84c5d8a10d5e56e1224d703b3f4f8a760abdeb640bc96aca8030607a977eb
|
|
| MD5 |
b968c239928e717f288ada4124ce2f34
|
|
| BLAKE2b-256 |
92371ed0e50dc36e579a1df401e839a16dd2c781b7cafdb6acac34c2bc7d6b54
|
File details
Details for the file cli_wikia-0.11.0-py3-none-any.whl.
File metadata
- Download URL: cli_wikia-0.11.0-py3-none-any.whl
- Upload date:
- Size: 354.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55035be68a36ad9a080c03b7fa006a7259ef93c520d7cac177577862612f3d62
|
|
| MD5 |
1d558ead06ea049f8311c04cf7fe922d
|
|
| BLAKE2b-256 |
0265fb9e872d9b148e11e9d122e93afabeea036fbe5f69ecbe280b51f12c60f7
|