Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/ai-tools-aiskillstore-marketplace/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Tool Definitions Location
  2. Tool Executor Location
  3. Available Tools (AITOOLS array)
  4. AI Providers
  5. Tool Format Conversions
  6. Adding a New Tool
  7. System Prompt Location
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going