ai-tools
Reference for all AI tools available in DBX Studio's AI chat system. Use when adding, modifying, or debugging AI tool definitions, tool execution, or provider integrations.
npx skills add majiayu000/claude-skill-registry --skill ai-tools-aiskillstore-marketplace --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# DBX Studio AI Tools Reference ## Tool Definitions Location [apps/api/src/orpc/routers/ai/tools.ts](apps/api/src/orpc/routers/ai/tools.ts) ## Tool Executor Location [apps/api/src/orpc/routers/ai/toolExecutor.ts](apps/api/src/orpc/routers/ai/toolExecutor.ts) ## Available Tools (AI_TOOLS array) | Tool Name | Purpose | Required Params | |-----------|---------|-----------------| | `read_schema` | Get all tables and structure from schema store | `schema_name` | | `get_table_data` | Preview rows from a table (generates SELECT) | `table_name` | | `execute_query` | Run a SELECT/WITH query | `sql` | | `generate_chart` | Create chart config (bar/line/pie/scatter/area/histogram) | `chart_type`, `title`, `data_query` | | `describe_table` | Get table metadata from `schemaTables` DB table | `table_name` | | `get_table_stats` | Get statistics summary for a table | `table_name` | ## AI Providers | Service ID | Provider | File | |------------|----------|------| | 1 | AWS Bedrock | `ai-stream.ts` (streaming) + `providersWithTools.ts` | | 2 | OpenAI | `providersWithTools.ts` → `callOpenAIWithTools` | | 3 | Anthropic | `providersWithTools.ts` → `callAnthropicWithTools` | | 4 | Qwen | `index.ts` | | 5
- Tool Definitions Location
- Tool Executor Location
- Available Tools (AITOOLS array)
- AI Providers
- Tool Format Conversions
- Adding a New Tool
- System Prompt Location
What does the ai-tools skill do?
Reference for all AI tools available in DBX Studio's AI chat system. Use when adding, modifying, or debugging AI tool definitions, tool execution, or provider integrations.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-tools-aiskillstore-marketplace --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
