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