# Db Router

> Pure routing table. Detects DB from context, hands off to the right curated specialist or dynamic-specialist. Carries zero specialist content itself.

- **Type:** Skill
- **Install:** `agentstack add skill-giggsoinc-raven-db-router`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [giggsoinc](https://agentstack.voostack.com/s/giggsoinc)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [giggsoinc](https://github.com/giggsoinc)
- **Source:** https://github.com/giggsoinc/raven/tree/main/skills/db-router
- **Website:** https://github.com/giggsoinc/raven

## Install

```sh
agentstack add skill-giggsoinc-raven-db-router
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## ROUTE

| Keywords detected | Hand off to |
|---|---|
| `postgres` `psql` `pg` `neon` `supabase` `pgvector` `timescale` `cockroachdb` | `postgres-specialist` |
| `redis` `valkey` `upstash` `elasticache` `keydb` | `redis-specialist` |
| `oracle` `plsql` `autonomous db` `oracle 23ai` | `oracle-db-specialist` |
| `kafka` `confluent` `redpanda` `msk` | `kafka-specialist` |
| `qdrant` `pinecone` `weaviate` `chroma` `vector search` `vector db` `embeddings db` | `vector-db-specialist` |
| `mysql` `mariadb` `aurora mysql` `planetscale` | `dynamic-specialist` — platform: MySQL |
| `mongo` `mongodb` `atlas` `mongoose` `documentdb` | `dynamic-specialist` — platform: MongoDB |
| `databricks` `delta lake` `spark sql` `unity catalog` `mlflow` | `dynamic-specialist` — platform: Databricks |
| `snowflake` `snowpark` `cortex` `snowpipe` | `dynamic-specialist` — platform: Snowflake |
| `dynamodb` `dynamo` | `dynamic-specialist` — platform: DynamoDB |
| `cassandra` `scylladb` `astra db` | `dynamic-specialist` — platform: Cassandra |
| `sqlite` `libsql` `turso` | `dynamic-specialist` — platform: SQLite |
| anything else | `dynamic-specialist` — platform: [detected DB name] |

Multiple DBs in one message → ask which is primary before routing.

## RULES

- Never answer DB questions directly. Always route first.
- Curated specialists carry their own gotchas, syntax, and opening questions.
- `dynamic-specialist` rates MySQL/Mongo/Databricks/Snowflake as HIGH confidence — no search agent needed.
- Cross-DB work (e.g. Postgres + Qdrant for RAG) → route to primary, mention secondary in handoff context.
- Secrets: connection strings never in code — flag this regardless of DB type.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [giggsoinc](https://github.com/giggsoinc)
- **Source:** [giggsoinc/raven](https://github.com/giggsoinc/raven)
- **License:** MIT
- **Homepage:** https://github.com/giggsoinc/raven

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-giggsoinc-raven-db-router
- Seller: https://agentstack.voostack.com/s/giggsoinc
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
