Data Enrichment

🌐Community
by merit-systems · vlatest · Repository

Automatically expands datasets with relevant external information to improve analysis and decision-making accuracy.

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 data-enrichment npx -- -y @trustedskills/data-enrichment
2

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

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

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

About This Skill

data-enrichment

What it does

This skill enables AI agents to access and integrate external data sources to enhance their responses with up-to-date information. It allows agents to retrieve specific datasets, perform lookups, and combine raw inputs with contextual details from the internet or specialized databases.

When to use it

  • Providing current stock prices or market trends in financial analysis tasks.
  • Fetching real-time weather conditions for travel planning applications.
  • Retrieving latest news articles to summarize breaking events accurately.
  • Accessing public records or directory information for verification purposes.

Key capabilities

  • Connects to various external APIs and data endpoints.
  • Performs targeted searches across multiple data repositories.
  • Formats retrieved information into structured responses.
  • Validates data freshness before presenting insights.

Example prompts

  • "What are the latest earnings reports for tech companies this quarter?"
  • "Find current traffic conditions on I-95 between Boston and New York."
  • "Summarize recent developments in renewable energy policy from the last month."

Tips & gotchas

Ensure your AI agent has proper API keys configured, as many data sources require authentication. Be mindful of rate limits imposed by external providers to avoid service interruptions during high-volume queries.

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
merit-systems
Installs
30

🌐 Community

Passed automated security scans.