Surrealdb
Surrealdb allows you to query and manipulate data across multiple databases seamlessly, boosting application performance and flexibility.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tyrchen-surrealdb npx -- -y @trustedskills/tyrchen-surrealdb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tyrchen-surrealdb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tyrchen-surrealdb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to SurrealDB, a distributed cloud database. It allows AI agents to interact with and manage data stored within a SurrealDB instance, enabling features like querying, creating, updating, and deleting records directly from prompts. This facilitates building applications that require persistent storage and real-time data synchronization.
When to use it
- Building a knowledge base: Store and retrieve facts or information for an AI agent to draw upon.
- Managing user profiles: Persist user data like preferences, settings, or activity history.
- Creating interactive applications: Allow users to interact with data through the AI agent, such as managing tasks or inventory.
- Real-time data tracking: Monitor and analyze data streams for insights or automated actions.
Key capabilities
- Database interaction (querying, creating, updating, deleting)
- Distributed cloud database functionality
- Data persistence
Example prompts
- "Add a new task to my todo list: 'Buy groceries'."
- "What are all the users currently online?"
- "Update the price of item X to $10."
- "Show me the latest 5 transactions."
Tips & gotchas
- Requires an existing SurrealDB instance to connect to. You'll need to provide connection details (hostname, port, credentials) for the skill to function correctly.
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.