소스 정보
- 저장소
- 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-database명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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-database |
| description | Operate database tables explicitly bound to the current Agent. |
| when_to_use | Use this skill when an Agent needs to inspect, query, insert, update, or delete records in its configured database tables. |
| provider_type | builtin |
| provider_id | database |
| runtime_type | tool |
| tools | ["list_accessible_databases","list_database_tables","describe_database_table","query_table_records","insert_table_records","update_table_records","delete_table_records"] |
| max_calls_per_turn | 40 |
| timeout_seconds | 30 |
| tool_governance | {"list_accessible_databases":{"tool_id":"database.list_agent_accessible","skill_id":"agent-database","domain":"database","effect":"read","asset_type":"database","risk_level":"low","requires_asset_resolution":false,"reversible":false,"bulk_sensitive":false,"external_side_effect":false,"permission_scopes":["database:read"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":false},"list_database_tables":{"tool_id":"database.list_agent_tables","skill_id":"agent-database","domain":"database","effect":"read","asset_type":"database","risk_level":"low","requires_asset_resolution":true,"reversible":false,"bulk_sensitive":false,"external_side_effect":false,"permission_scopes":["database:read"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":false},"describe_database_table":{"tool_id":"database.describe_agent_table","skill_id":"agent-database","domain":"database","effect":"read","asset_type":"database_table","risk_level":"low","requires_asset_resolution":true,"reversible":false,"bulk_sensitive":false,"external_side_effect":false,"permission_scopes":["database:read"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":false},"query_table_records":{"tool_id":"database.query_agent_records","skill_id":"agent-database","domain":"database","effect":"read","asset_type":"database_table","risk_level":"low","requires_asset_resolution":true,"reversible":false,"bulk_sensitive":false,"external_side_effect":false,"permission_scopes":["database:read"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":false},"insert_table_records":{"tool_id":"database.insert_agent_records","skill_id":"agent-database","domain":"database","effect":"create","asset_type":"database_table","risk_level":"medium","requires_asset_resolution":true,"reversible":false,"bulk_sensitive":true,"external_side_effect":false,"permission_scopes":["database:write"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":true},"update_table_records":{"tool_id":"database.update_agent_records","skill_id":"agent-database","domain":"database","effect":"update","asset_type":"database_table","risk_level":"medium","requires_asset_resolution":true,"reversible":false,"bulk_sensitive":true,"external_side_effect":false,"permission_scopes":["database:write"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":true},"delete_table_records":{"tool_id":"database.delete_agent_records","skill_id":"agent-database","domain":"database","effect":"delete","asset_type":"database_table","risk_level":"high","requires_asset_resolution":true,"reversible":false,"bulk_sensitive":true,"external_side_effect":false,"permission_scopes":["database:write"],"default_approval_policy":"always_ask","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":true}} |
| display | {"icon":"table-properties","category":"data_analysis","scenarios":["data_insights","technical_development"],"label":{"en_US":"Agent Database","zh_Hans":"智能体数据库"},"description":{"en_US":"Designed for Agent tasks that need business data; searches, analyzes, and updates records only in tables bound to the current Agent.","zh_Hans":"适用于智能体查询或维护业务数据,可在当前智能体绑定的数据库表中检索、分析和更新记录。"},"when_to_use":{"en_US":"Use for Agent answers or actions that need configured database records.","zh_Hans":"当智能体回答或操作需要使用已配置的数据库记录时使用。"},"tags":{"en_US":["Database","Agent"],"zh_Hans":["数据库","智能体"]}} |
| supported_callers | ["agent"] |
| required_config | ["agent_database"] |
Use this skill to work only with database tables configured on the current Agent.
list_accessible_databases to see the databases bound to this Agent by the binding editor.list_database_tables to see the Agent-bound tables in a selected database.describe_database_table before writing records.Access is scoped to tables bound on the Agent. Permissions are authorized when the binding is saved by the editor, and runtime access uses that binding authorization. Mutation tools are available only for tables explicitly marked writable in the Agent binding.