nashsunashsuCommunityยท1 Agent Skills Included

llm_wiki_skill

Search and read your local LLM Wiki knowledge base

Queries your locally-running LLM Wiki desktop app through its built-in HTTP API. Searches pages with hybrid keyword and vector retrieval, reads full page content, and navigates the wikilinks knowledge graph. Eliminates manual app switching by letting your agent answer questions directly from your curated notes. Includes endpoint references, error handling rules, and ready-made request examples.
npx skills add nashsu/llm_wiki_skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install llm_wiki_skill?โ–ผ

Run `npx skills add nashsu/llm_wiki_skill --all -g -y` in your terminal to install the skill globally for your agent runtime.

What does the LLM Wiki skill do?โ–ผ

It lets your agent search, read, and navigate your local LLM Wiki knowledge base over its HTTP API, including hybrid search, page content reads, and knowledge graph traversal.

Do I need to install any SDK or client library?โ–ผ

No. The skill is documentation only and works with any standard HTTP tool like curl, fetch, or requests that your environment already has.

What are the prerequisites for using this skill?โ–ผ

You need the LLM Wiki desktop app running with its local API server enabled and an access token configured in Settings or via the LLM_WIKI_API_TOKEN environment variable.

Can the skill modify my wiki content?โ–ผ

No. All endpoints are read-only except source rescan, which simply re-indexes files you already added to your wiki source folder.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’