Cloudflare D1
Access and manage your Cloudflare D1 databases directly through this agent for efficient data operations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-d1 npx -- -y @trustedskills/cloudflare-d1
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-d1": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-d1"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The cloudflare-d1 skill enables AI agents to interact with Cloudflare D1, a serverless SQL database. It allows users to run queries, manage data, and perform operations like creating tables or inserting records directly from an AI agent.
When to use it
- Automating data management tasks in a Cloudflare environment
- Running ad-hoc SQL queries on stored data for analysis
- Integrating real-time data processing into workflows that require database access
Key capabilities
- Execute SQL queries against Cloudflare D1 databases
- Create, update, and delete tables within the database
- Insert, retrieve, and modify records using standard SQL syntax
Example prompts
- "Run a SELECT query on the 'users' table in my Cloudflare D1 database."
- "Insert a new record into the 'logs' table with timestamp '2023-10-05' and status 'success'."
- "Show me the last 10 entries from the 'events' table ordered by date descending."
Tips & gotchas
- Ensure your Cloudflare account has D1 enabled and the necessary permissions configured.
- Be cautious with write operations—always verify queries before executing them in production environments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.