Multi Source Data Merger

🌐Community
by letta-ai · vlatest · Repository

Seamlessly combines data from diverse sources into a unified view for comprehensive analysis and informed decision-making.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add multi-source-data-merger npx -- -y @trustedskills/multi-source-data-merger
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "multi-source-data-merger": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/multi-source-data-merger"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The multi-source-data-merger skill enables AI agents to retrieve and combine information from multiple distinct sources, such as different databases, APIs, or document repositories. It processes these disparate inputs into a unified, coherent dataset for downstream analysis or decision-making tasks.

When to use it

  • Aggregating customer profiles scattered across CRM systems, support tickets, and marketing databases.
  • Synthesizing real-time market data from various financial news feeds and stock exchange APIs.
  • Combining sensor readings from IoT devices with historical maintenance logs for predictive analytics.
  • Merging structured tabular data with unstructured text reports to generate comprehensive summaries.

Key capabilities

  • Fetches data from multiple configured endpoints or storage locations simultaneously.
  • Normalizes and aligns schemas across different source formats.
  • Resolves conflicts between overlapping data points using configurable priority rules.
  • Outputs a single, consolidated dataset ready for further processing.

Example prompts

  • "Pull the latest inventory levels from our warehouse API and cross-reference them with sales orders in the database to identify stock discrepancies."
  • "Gather recent performance reviews from HR records and current project status updates from the task management tool to create a complete employee profile."
  • "Retrieve weather data from three different meteorological services and merge them into one forecast report for our regional distribution centers."

Tips & gotchas

Ensure all target data sources are accessible and properly authenticated before invoking this skill. If sources return conflicting values, explicitly define which source takes precedence in your agent's configuration to avoid ambiguous 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
letta-ai
Installs
29

🌐 Community

Passed automated security scans.