Data Context Extractor

🏢Official
by anthropics · vlatest · Repository

Quickly identifies key entities, relationships, and relevant context from unstructured data sources for 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 data-context-extractor npx -- -y @trustedskills/data-context-extractor
2

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

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

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

About This Skill

What it does

This skill enables AI agents to automatically identify and extract relevant contextual information from unstructured data sources. It transforms raw, messy inputs into structured context that the agent can immediately use for reasoning and decision-making.

When to use it

  • Processing user uploads: Automatically parse PDFs, spreadsheets, or text files attached to a conversation to understand the background before answering questions.
  • Analyzing logs or reports: Extract key metrics, error codes, or specific event timelines from large technical documents without manual summarization.
  • Onboarding new data: Quickly ingest and structure incoming datasets (like customer feedback or market research) so the agent can query them effectively.
  • Context switching: Provide the agent with a summary of previous conversation threads or project documentation to maintain continuity in long-term tasks.

Key capabilities

  • Identification of relevant semantic entities within unstructured text.
  • Extraction and structuring of specific data points for immediate consumption.
  • Reduction of noise by filtering out irrelevant information from raw inputs.
  • Preparation of context specifically tailored for downstream reasoning tasks.

Example prompts

  • "Extract the key financial metrics and risk factors from this attached quarterly report."
  • "Analyze the provided customer support logs and list all unique error codes mentioned in the last 48 hours."
  • "Read this project documentation and pull out the specific dependencies required to run the local environment."

Tips & gotchas

Ensure your input data is reasonably well-formatted; while the skill handles unstructured text, highly corrupted files may yield incomplete results. For best accuracy, provide a clear instruction on what specific type of context you need extracted if the source material contains mixed topics.

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
anthropics
Installs
123

🏢 Official

Published by the company or team that built the technology.