Documentation Lookup
Quickly retrieve relevant documentation snippets from Upstash's knowledge base to inform your writing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add documentation-lookup npx -- -y @trustedskills/documentation-lookup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"documentation-lookup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/documentation-lookup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to retrieve and present information from online documentation. It can search through specific websites or general web resources, providing concise summaries and relevant excerpts based on user queries. The agent can then synthesize this information into a coherent response for the user.
When to use it
- Troubleshooting technical issues: Quickly find solutions by searching official documentation for error messages or code snippets.
- Learning new technologies: Get explanations of concepts and features directly from the source material.
- Understanding API usage: Retrieve examples and details about specific functions or methods within an API's documentation.
- Researching product specifications: Access detailed information on products, including their capabilities and limitations.
Key capabilities
- Web search functionality
- Documentation retrieval from specified websites
- Concise summary generation
- Relevant excerpt identification
Example prompts
- "Find me the documentation for Upstash's Edge Functions."
- "How do I use the 'create' method in the OpenAI API?"
- "What are the limitations of using React Native with iOS 17?"
Tips & gotchas
The skill’s effectiveness depends on the quality and accessibility of the target documentation. Ensure the agent is provided with a specific URL or domain to improve search accuracy.
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 |
🏢 Official
Published by the company or team that built the technology.