ソース情報
- リポジトリ
- zgiai/zgi
- ソースの最終更新活動
- 2026年7月15日 14:30
- 検出された SKILL.md の言語
- 英語
- スター
- 320
- フォーク
- 17
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/zgiai/zgi --skill agent-knowledgeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.