Search Taiwan.md knowledge base (900+ articles about Taiwan). Use when the user asks about Taiwan, needs Taiwan-related context, wants to find specific Taiwan knowledge articles, or references 台灣/Taiwan topics. Returns top matches with title, category, and description. Can then read full articles for deeper context. TRIGGER when: user mentions Taiwan, 台灣, or asks about Taiwanese history, culture, food, technology, people, geography, etc.
Search 900+ curated articles about Taiwan across 13 categories: history, geography, culture, food, art, music, technology, nature, people, society, economy, lifestyle, about.
cd "$(git rev-parse --show-toplevel)" && node cli/src/index.js search "<QUERY>" --limit 5Replace <QUERY> with the user's search terms. Works with Chinese and English.
cd "$(git rev-parse --show-toplevel)" && node cli/src/index.js search "<QUERY>" --json --limit 5cd "$(git rev-parse --show-toplevel)" && node cli/src/index.js read "<SLUG>" --rawThe --raw flag outputs clean markdown, ideal for injecting into conversation context.
random or list commands| Command | Description |
|---|---|
search <query> | Fuzzy search (中英雙語) |
read <slug> | Read full article (--raw for plain markdown) |
list [category] | List articles by category |
list --categories | Show all 13 categories with counts |
random | Random article discovery |
stats | Project statistics + organism health |
# 1. Search for relevant articles
node cli/src/index.js search "半導體" --json --limit 3
# 2. Read the most relevant one
node cli/src/index.js read "半導體產業" --raw
# 3. Use the content to answer the user's questionknowledge/ (SSOT) — always prefer reading from thereknowledge/en/17b6164
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.