Data Fetching
Fetches current gig worker data from Salt Lake City sources to inform workforce planning and resource allocation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gigs-slc-data-fetching npx -- -y @trustedskills/gigs-slc-data-fetching
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gigs-slc-data-fetching": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gigs-slc-data-fetching"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to fetch data. It allows agents to retrieve information from external sources, potentially integrating with APIs or other data providers. The specific capabilities and data formats supported are not detailed in the provided source.
When to use it
- Gathering current weather conditions for a user's location.
- Populating a dashboard with real-time stock prices.
- Retrieving product information from an e-commerce API based on a search query.
- Fetching news headlines related to a specific topic.
Key capabilities
- Data fetching
- Integration with external data sources (implied)
Example prompts
- "Get the current weather in London."
- "Fetch the latest stock price for Tesla."
- "Find product details for 'wireless headphones' from Amazon."
Tips & gotchas
The specific APIs or data formats supported by this skill are not specified. Successful usage will depend on understanding the expected input and output structures of the underlying data sources.
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.