Skills for Linggen — your personal AI assistant. Ready in seconds, runs locally, works with any model.
| Skill | Description |
|---|---|
| cfo | Personal CFO — a private, on-device finance analyst. Import bank/credit CSV or PDF exports for spend reports and insights. |
| dj | Disc Jockey — describe a vibe and DJ curates the tracklist, downloads it into a tagged library, and pushes it to your phone. |
| pulse | GTM brain for solo founders — gathers signal from X/HN/Reddit/Bluesky, monitors mentions, drafts posts. |
| skiller | Search, install, and manage skills from the marketplace (skills.sh + ClawHub). Browse library packs. |
| shared-memory | One memory shared across your AI tools. LanceDB RAG store via the ling-mem binary. Works in Linggen via typed Memory_* tools and in Claude Code / Codex / OpenClaw via the ling-mem CLI. |
| sys-doctor | System health analyst. Scans disk, apps, caches, and system info. --web opens an interactive dashboard. |
| linggen-guide | Built-in documentation for Linggen — architecture, features, CLI, skills, tools, agents, and configuration. |
| game-table | Play board games against AI — Chinese Chess and Gomoku — plus Snake, Pong, and Tetris. |
| xbot | X (Twitter) assistant — post, search, reply, monitor mentions, and track engagement. Uses your own developer app credentials. |
Skills are automatically installed when you run ling init --global.
-
Download this repo (or the specific skill folder you want).
-
Copy the skill into your assistant's skills directory:
- Claude Code:
~/.claude/skills/ - Codex:
~/.codex/skills/
- Skiller:
/skiller find <query>,/skiller add <name>,/skiller list - Shared Memory:
/shared-memory— or callMemory_query/Memory_writedirectly in Linggen;ling-mem add|search|listfrom any shell - Sys Doctor:
/sys-doctoror/sys-doctor --webfor the interactive dashboard - Linggen Guide:
/linggen-guideto ask questions about Linggen - Game Table:
/game-table— Chinese Chess and Gomoku vs. AI, plus Snake, Pong, and Tetris - X Bot:
/xbot status,/xbot search AI agents,/xbot post <text>,/xbot reply <url>
- Linggen runs locally (default API URL:
http://localhost:9898). - To change the API URL, set
LINGGEN_API_URLin your environment or in a workspace.linggen/configfile.