一键导入
cli-default
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ORM client for the default API — provides typed CRUD operations for 95 tables and 3 custom operations
ORM client for the default API — typed CRUD, vector + hybrid search, and relation walking for the 91 generated tables.
CLI tool (agentic-db) for the default API — typed CRUD, unified search, and context/config commands for the 91 generated tables.
Install and deploy the agentic-db PostgreSQL module using pgpm. Use when asked to 'install agentic-db', 'deploy the database', 'set up agentic-db', 'create a workspace', or when bootstrapping a new project that depends on agentic-db.
| name | cli-default |
| description | CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations |
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
# Context management
agentic-db context create <name> --endpoint <url>
agentic-db context use <name>
# Authentication
agentic-db auth set-token <token>
# Config variables
agentic-db config set <key> <value>
agentic-db config get <key>
# CRUD for any table (e.g. activity-log)
agentic-db activity-log list
agentic-db activity-log get --id <value>
agentic-db activity-log create --<field> <value>
# Non-interactive mode (skip all prompts, use flags only)
agentic-db --no-tty activity-log list
agentic-db context create local --endpoint http://localhost:5000/graphql
agentic-db context use local
agentic-db auth set-token <token>
agentic-db activity-log list
agentic-db --no-tty activity-log create --<field> <value>
See the references/ directory for detailed per-entity API documentation: