Datafusion
Datafusion seamlessly merges diverse datasets for insightful analysis, streamlining reporting and decision-making by consolidating information.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add datafusion npx -- -y @trustedskills/datafusion
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"datafusion": {
"command": "npx",
"args": [
"-y",
"@trustedskills/datafusion"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The datafusion skill provides a framework for querying and manipulating data. It allows you to execute SQL queries against various data sources, enabling complex data analysis and reporting directly within an AI agent workflow. This skill facilitates efficient data processing without requiring external tools or databases.
When to use it
- Data Analysis: When needing to perform calculations, aggregations, or filtering on datasets stored in different formats.
- Report Generation: To automatically generate reports based on structured data from multiple sources.
- Data Transformation: For cleaning, reshaping, and transforming data before further processing or analysis.
- Database Interaction: When needing to query a database directly within the AI agent's context.
Key capabilities
- SQL Query Execution: Executes SQL queries against supported data sources.
- Data Source Integration: Connects to various data formats (details not specified).
- Data Manipulation: Provides tools for transforming and cleaning data.
- Reporting: Facilitates the generation of reports based on query results.
Example prompts
- "Run this SQL query against my sales data:
SELECT SUM(revenue) FROM orders WHERE date > '2023-01-01'." - "Generate a report showing average order value by region, using the following SQL:
..." - “Clean and transform this CSV file to match the schema in my database.”
Tips & gotchas
The skill's effectiveness depends on the availability of properly formatted data and accurate SQL queries. Ensure you understand basic SQL syntax for optimal results.
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.