doc-lookup

Retrieve verified documentation for libraries, frameworks, and APIs via Context Hub and Context7.

479|56|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/codexstar69/bug-hunter --skill doc-lookup-codexstar69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-lookup
Source: https://github.com/codexstar69/bug-hunter/tree/main/skills/doc-lookup
Command: npx skills add https://github.com/codexstar69/bug-hunter --skill doc-lookup-codexstar69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a reliable way to verify claims about library, framework, or API behavior, preventing guesswork and ensuring accurate bug analysis and fixes.

Core Features & Use Cases

  • Unified Documentation Access: Queries Context Hub for curated documentation and falls back to Context7 for broader coverage.
  • Claim Verification: Use it to confirm specific behaviors, security features, or API usage documented for libraries.
  • Use Case: When analyzing a potential vulnerability related to an ORM, use this Skill to verify if its raw query functions automatically parameterize inputs, preventing SQL injection.

Quick Start

Use the doc-lookup skill to search for information about how the 'express' library handles request validation.

Frequently Asked Questions about doc-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify API documentation claims for library behavior?

To verify API documentation claims, query curated sources like Context Hub with fallback to Context7, ensuring reliable data for technical analysis. This prevents guesswork when confirming specific behaviors or security features of libraries and frameworks.

Do I need Node.js to look up framework documentation?

Yes, you need Node.js installed to look up framework documentation, as the skill requires shell access to execute scripts for querying documentation sources. This environment setup enables the retrieval process.

Can I check if an ORM parameterizes inputs to prevent SQL injection?

You can check if an ORM parameterizes inputs to prevent SQL injection by retrieving its verified documentation. This allows you to confirm specific security behaviors documented for the library before applying fixes.

What is the best way to find curated API documentation for technical analysis?

The best way to find curated API documentation is querying Context Hub first for verified information, using Context7 as a fallback. This unified access approach ensures reliable data for accurate bug analysis and logic assessments.

Why does library documentation lookup fall back to Context7?

Library documentation lookup falls back to Context7 to provide broader coverage when the primary source lacks the needed information. Context Hub is prioritized for curated data, while Context7 ensures comprehensive retrieval.