一键导入
knowledge-management
Use when a user wants to build, search, inspect, delete, or reindex a namespace-scoped knowledge base through the runtime knowledge tool.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a user wants to build, search, inspect, delete, or reindex a namespace-scoped knowledge base through the runtime knowledge tool.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use only inside internal review subagents to classify bounded self-improve evidence into lesson proposals, skill proposals, or nothing worth saving.
Use when the user wants to view or manage existing 自动任务、定时任务、recurring jobs, or scheduled digests, including query, modify, pause, resume, or delete requests.
Always-on Feishu formatting constraints for final user-visible replies. Use when the answer is heading to Feishu and must stay compact, skimmable, and card-friendly.
Use when the user wants to inspect self-improve candidates, active runtime lessons, or remove an incorrect candidate.
Use when the runtime needs to synthesize lesson candidates from repeated failures and later recoveries for the default main agent.
| name | knowledge_management |
| description | Use when a user wants to build, search, inspect, delete, or reindex a namespace-scoped knowledge base through the runtime knowledge tool. |
Use the builtin knowledge tool for actual operations. This skill only describes the chat workflow.
namespace when the user has not provided one and the current task context does not imply one.knowledge with action=ingest_text, namespace, and source.text.knowledge with action=ingest_file; return the job_id and current status from the tool result.knowledge with action=ingest_status, namespace, and job_id.knowledge with action=search, then cite returned source_id and chunk_id in the answer.knowledge with action=get_chunk for the cited chunk_id.action=delete_source only when the user clearly authorizes deleting that source; destructive operations need 用户确认.action=reindex only when the user clearly authorizes rebuilding vectors and gives confirmation for the namespace, for example knowledge.reindex --namespace fanqie.knowledge with action=model_status when the user asks whether local embedding/reranker models are loaded.knowledge with action=unload_models when the user asks to release knowledge model memory.job_id.source_id and chunk_id; 中文回答可写“引用:source_id / chunk_id”。knowledge.reindex --namespace ... command when provided.