Greptimedb Flow
GreptimeDB Flow automates data extraction and transformation from databases into a streamlined workflow for efficient analysis and reporting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add greptimedb-flow npx -- -y @trustedskills/greptimedb-flow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"greptimedb-flow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/greptimedb-flow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, greptimedb-flow, allows AI agents to interact with and query databases using a flow-based programming approach. It facilitates the creation of complex data pipelines where agents can extract, transform, and load (ETL) information from various database sources. The visual flow design simplifies building sophisticated queries and automates repetitive tasks involving database interactions.
When to use it
- Automated Data Extraction: When you need an agent to regularly pull specific data points from a database for reporting or analysis.
- Complex Query Generation: For scenarios requiring intricate SQL queries that are difficult to construct manually.
- Data Transformation Pipelines: To build automated workflows that clean, reshape, and prepare data for machine learning models.
- Database Migration Tasks: To automate the process of moving data between different database systems or formats.
Key capabilities
- Flow-based programming interface
- Database query generation
- ETL (Extract, Transform, Load) pipeline creation
- Automated task execution
Example prompts
- "Create a flow to extract all customer orders from the 'orders' table and save them as a CSV file."
- "Build a database query that finds all products with a price greater than $50 and an inventory level below 10."
- "Design a flow to update the 'users' table with new email addresses obtained from an external API."
Tips & gotchas
The skill requires familiarity with SQL syntax and database concepts. The visual flow design can be powerful, but complex flows may require careful planning and testing to ensure accuracy and efficiency.
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.