Skills for Linggen — your personal AI assistant. Ready in seconds, runs locally, works with any model.
| Skill | Description |
|---|---|
| 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. |
| arcade-game | Retro arcade games — Snake, Pong, and Tetris in your browser. |
| game-table | Play board games against AI — Chinese Chess, Gomoku, and more. |
| 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 - Arcade:
/arcade-game— pick Snake, Pong, or Tetris - Game Table:
/game-table— Chinese Chess, Gomoku, and more vs. AI - 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.