Extract
Extracts key data points like names, dates, and values from unstructured text documents quickly and accurately.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add extract npx -- -y @trustedskills/extract
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"extract": {
"command": "npx",
"args": [
"-y",
"@trustedskills/extract"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The extract skill enables AI agents to pull specific pieces of information from unstructured text, such as key details, entities, or patterns. It is particularly useful for parsing through large volumes of data and isolating relevant content efficiently.
When to use it
- Extracting contact information from a block of text for lead generation.
- Pulling out dates, locations, or names from customer support tickets.
- Identifying key terms or phrases from research documents or articles.
Key capabilities
- Entity recognition and extraction
- Pattern matching based on user-defined rules
- Text summarization with focus on specific details
Example prompts
- "Extract all email addresses from this document."
- "Find the dates mentioned in this report."
- "List the names of people discussed in this conversation."
Tips & gotchas
- Ensure your input text is well-formatted and free of excessive noise for better accuracy.
- The effectiveness may vary depending on the complexity and structure of the text being analyzed.
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.