소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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.