openclaw-database-toolkit

openclaw-database-toolkit is a skill for Claude Code, Codex from yedanyagamiai-cmd/openclaw-mcp-servers. It costs 128 tokens per session (2,567 once invoked), scanned A, original, MIT.

A database tool for querying and changing D1, PostgreSQL, and MongoDB databases. D1 is Cloudflare’s SQLite-based database service; PostgreSQL and MongoDB are two other database systems.

In plain words
What is it for?
Use it to run queries, add records, inspect table structures, update data, and perform supported schema changes such as creating tables, columns, and indexes.
Why use it?
It provides one way to work with several database types, including asking for queries in everyday language instead of writing all the database commands yourself.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to run queries, add records, inspect table structures, update data, and perform supported schema changes such as creating tables, columns, and indexes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yedanyagamiai-cmd/openclaw-mcp-servers --skill openclaw-database-toolkit
Clone the repo
git clone --depth 1 https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openclaw-database-toolkit

README.md
[![agentmods](https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit/github.svg)](https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit)
Your own site
<a href="https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit"><img src="https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openclaw-database-toolkit

Your own site · 80×15
<a href="https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit"><img src="https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-database-toolkit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.02567
Opus 5 $0.00064 $0.01283
Sonnet 5 $0.00026 $0.00513
Haiku 4.5 $0.00013 $0.00257

Measured 12d ago against content hash eff8410e7d51, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

openclaw-database-toolkit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clawhub-skills/openclaw-database-toolkit/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenClaw Database Toolkit v2.0

Database operations for AI agents. 5 tools. D1, PostgreSQL, MongoDB. Zero driver installs. Natural language queries.

Tool Purpose Free
query_database Execute SELECT queries or natural language queries against any connected DB Yes
insert_records Insert one or many records into any table with type validation Yes
update_records Update records matching a WHERE clause or natural language condition Pro
get_schema Retrieve full schema for a database or specific table Yes
migrate_schema Run DDL migrations: CREATE TABLE, ADD COLUMN, CREATE INDEX Pro

What's New in v2.0

  • DataBridge Protocol -- Unified query interface across D1 (Cloudflare SQLite), PostgreSQL (any host), and MongoDB Atlas. One tool, three databases.
  • NLQ Engine -- Natural Language Query: describe what you want in English, get SQL or MQL back plus results. No SQL knowledge required.
  • SafeWrite Guard -- Destructive operations (DELETE, DROP, TRUNCATE) require an explicit confirm: true flag. No accidental data loss.
  • SchemaCache -- Table schemas are cached for 5 minutes. get_schema is instant after the first call in a session.

Quick Start

{
  "openclaw-database-toolkit": {
    "type": "streamable-http",
    "url": "https://openclaw-database-toolkit-mcp.yagami8095.workers.dev/mcp"
  }
}

Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.

Detection Triggers

This skill activates when a user says any of these:

  • "query my database", "run this SQL", "SELECT from", "D1 query", "database query"
  • "insert records", "add rows to table", "bulk insert", "save to database", "write to DB"
  • "update records", "UPDATE WHERE", "bulk update", "set this field", "update these rows"
  • "show table schema", "what columns exist", "describe this table", "database schema"
  • "add a column", "create table", "run migration", "schema migration", "ALTER TABLE"
  • "D1 database", "PostgreSQL", "MongoDB Atlas", "Cloudflare D1", "SQL query"

Read the full file on GitHub · 211 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 211 lines · 128 tokens per session scan A eff8410e7d51

Subscribe to this mod's changes

openclaw-database-toolkit is a skill published in the GitHub repository yedanyagamiai-cmd/openclaw-mcp-servers (3 stars, last pushed 5mo ago), licensed MIT. It adds 128 tokens to every session and 2,567 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ring:mapping-service-resources

Mapping a Go service's Service -> Module -> Resource hierarchy for dispatch-layer registration: detects modules and per-module PostgreSQL/MongoDB/RabbitMQ resources, database names, and shared databases, generates MongoDB index migration pairs (.up.json/.down.json), detects existing Postgres migrations, emits an HTML…

LerianStudio/ring · 97 tokens

database-expert

Advanced database design and administration for PostgreSQL, MongoDB, and Redis. Use when designing schemas, optimizing queries, managing database performance, or implementing data patterns.

travisjneuman/.claude · 36 tokens

databases

Use when creating, changing, or reviewing MongoDB/PostgreSQL/SQLite database work in a real repository, including schema, models, migrations, queries, indexes, transactions, connection config, backup/restore assumptions, dual-database desktop sync, or performance; follow repo-native tooling and meet the production…

tamnguyendinh/Anvien · 74 tokens

sqlike

Check SQL with sqlike — deterministic static analysis (validity, anti-patterns, rewrites, index advice) and query-equivalence verification. Use whenever you write, edit, review, or rewrite a SQL query, or need to prove two queries return the same results. Requires the sqlike MCP server (@sqlike/mcp) or the sqlike CLI…

orifisher2/sqlike · 81 tokens

databases

Work with PostgreSQL, MongoDB, and Redis for schema design, query optimization, migrations, and data modeling. Use when designing or optimizing data layers.

ihatesea69/kiro-kit · 34 tokens

api-canvas

DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…

cyanheads/pubmed-mcp-server · 85 tokens