Gget
Gget extracts specific data from text by identifying and returning targeted phrases – streamlining information retrieval quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gget npx -- -y @trustedskills/gget
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gget": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gget"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gget skill provides a template for getting information from a URL. It can fetch and parse web pages, extract specific data points based on provided instructions, and return the results in a structured format. This allows AI agents to automate tasks that require gathering information from online sources.
When to use it
- Data Extraction: Automatically pull product prices or specifications from an e-commerce website.
- News Aggregation: Summarize articles from multiple news sites based on specific keywords.
- Web Scraping: Collect data for research purposes, such as gathering contact information from a directory listing.
- Content Monitoring: Track changes to a webpage and alert when updates occur.
Key capabilities
- URL fetching
- HTML parsing
- Data extraction based on instructions
- Structured output formatting
Example prompts
- "Get the current price of 'Product X' from [website URL]."
- "Extract all email addresses from [website URL]."
- "Summarize the main points of the article at [news website URL]."
Tips & gotchas
The skill requires a valid URL as input. The accuracy of data extraction depends heavily on the clarity and precision of the instructions provided to the AI agent.
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.