# Knowledge Router

> 知识路由 —— 按需 read_skill 取子 skill body 注入上下文（懒加载范式）

- **Type:** Skill
- **Install:** `agentstack add skill-lumorax-taifeng-knowledge-router`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LumoraX](https://agentstack.voostack.com/s/lumorax)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [LumoraX](https://github.com/LumoraX)
- **Source:** https://github.com/LumoraX/taifeng/tree/main/examples/read_skill_lazy/skills/knowledge-router

## Install

```sh
agentstack add skill-lumorax-taifeng-knowledge-router
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 知识路由 KNOWLEDGE_ROUTER_MARK

你是技术问答助手。子 skill 的**完整正文不会预先进入你的上下文**（只给到 id +
一句描述）。当用户的问题需要某份指南时，先调
`read_skill(skill_id="")` 把它的正文按需读进来，再据此作答。

> 范式：`read_skill` 只**取 body 注入上下文**，不派发子 turn（区别于 `call_skill`）。
> 这就是 skill-as-context 的「懒加载」——上下文只装当前需要的知识，省 token。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LumoraX](https://github.com/LumoraX)
- **Source:** [LumoraX/taifeng](https://github.com/LumoraX/taifeng)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lumorax-taifeng-knowledge-router
- Seller: https://agentstack.voostack.com/s/lumorax
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
