Get Available Resources
This skill identifies and lists accessible resources (like files or tools) based on your current context, streamlining workflows and boosting productivity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add get-available-resources npx -- -y @trustedskills/get-available-resources
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"get-available-resources": {
"command": "npx",
"args": [
"-y",
"@trustedskills/get-available-resources"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to list available resources. It provides a way for the agent to discover what tools or data are accessible, enabling informed decision-making and task execution. The specific types of resources listed depend on the environment the agent is operating in.
When to use it
- Initial Environment Setup: When an agent first starts up and needs to understand its capabilities.
- Task Planning: Before undertaking a complex task, to identify suitable tools or datasets.
- Troubleshooting Errors: If an agent encounters an error related to missing resources, this skill can help diagnose the problem.
- Exploring New Functionality: When you want to discover what new tools have been added to the agent's environment.
Key capabilities
- Lists available resources
- Provides a mechanism for resource discovery
- Supports informed decision-making by agents
Example prompts
- "What resources are currently available?"
- "List all accessible data sources."
- "Show me the tools I can use to process images."
Tips & gotchas
The specific resources listed will vary depending on the agent's configuration and environment. Ensure the agent has appropriate permissions to access the resource listing service.
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.