Watermelondb
Watermelondb allows you to easily query and analyze watermelon data for insights into flavor profiles and growing conditions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add watermelondb npx -- -y @trustedskills/watermelondb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"watermelondb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/watermelondb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The watermelondb skill provides a simple, in-memory database accessible to AI agents. It allows agents to store and retrieve key-value pairs, enabling them to persist information across interactions or tasks. This is useful for remembering user preferences, tracking progress through a workflow, or storing temporary data needed for complex reasoning.
When to use it
- Remembering User Preferences: Store a user's preferred language or display settings.
- Tracking Progress: Keep track of steps completed in a multi-stage process like booking travel.
- Temporary Data Storage: Hold intermediate results during calculations or data processing.
- Simple State Management: Maintain the state of an ongoing conversation or task.
Key capabilities
set(key, value): Stores a key-value pair in the database.get(key): Retrieves the value associated with a given key.- In-memory storage (data is lost when the agent restarts).
Example prompts
- "Set my preferred language to Spanish."
- "What's my current step in the checkout process?"
- "Store this calculation result as 'intermediate_total'."
Tips & gotchas
- The database is volatile; data will be lost if the agent restarts. Consider using a more persistent storage solution for critical information.
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.