用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zgiai/zgi --skill agent-knowledge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Navigate the visible console to a safe internal page when the user asks to open, switch to, or go to another module.
Generate downloadable files from provided content, including basic exports, SVG files, styled DOCX documents, HTML-rendered PDFs, and static editable PPTX decks.
Call workflows explicitly bound to the current Agent as structured process tools.
基于 SOC 职业分类
正在显示 SKILL.md
| name | agent-knowledge |
| description | Retrieve from knowledge bases explicitly configured on the current Agent. |
| when_to_use | Use this skill when a published or agent-scoped assistant needs context from its configured knowledge bases. |
| provider_type | builtin |
| provider_id | knowledge |
| runtime_type | tool |
| tools | ["retrieve_agent_knowledge"] |
| max_calls_per_turn | 20 |
| timeout_seconds | 30 |
| tool_governance | {"retrieve_agent_knowledge":{"tool_id":"knowledge.retrieve_agent","skill_id":"agent-knowledge","domain":"knowledge","effect":"read","asset_type":"knowledge_base","risk_level":"low","requires_asset_resolution":false,"reversible":false,"bulk_sensitive":false,"external_side_effect":false,"permission_scopes":["knowledge:read"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":false}} |
| display | {"icon":"book-open-check","category":"knowledge_retrieval","scenarios":["knowledge_research","technical_development"],"label":{"en_US":"Agent Knowledge","zh_Hans":"智能体知识库"},"description":{"en_US":"Designed for Agent answers that need internal sources; retrieves relevant facts and context only from knowledge bases bound to the current Agent.","zh_Hans":"适用于智能体基于内部资料回答问题,可从当前智能体绑定的知识库中检索相关事实和来源上下文。"},"when_to_use":{"en_US":"Use for Agent answers that need configured knowledge base retrieval.","zh_Hans":"当智能体回复需要检索已绑定知识库时使用。"},"tags":{"en_US":["Knowledge","Agent"],"zh_Hans":["知识库","智能体"]}} |
Use this skill to retrieve context only from knowledge bases configured on the current Agent. Knowledge access is authorized when the editor binds the knowledge bases to the Agent, and runtime retrieval uses that Agent binding grant.
retrieve_agent_knowledge when the answer depends on the Agent's configured knowledge, product facts, policy, documentation, or other long-lived source material.status, source_summary, context_blocks, and scores before answering:
status is success and the retrieved blocks answer the user, answer from those blocks.source_summary or retriever_resources when useful.retrieve_agent_knowledge accepts:
query: the user question or refined search query.top_k: optional maximum retrieved chunks. Defaults to 5 and is capped at 20.retrieval_mode: optional hybrid, vector, or graph. Omit it for the default hybrid mode; use graph only for relationship or entity questions.