Documentation Lookup
Retrieve current documentation and code examples for any library using the Context7 CLI.
Overview
The Documentation Lookup skill, hosted within the mxyhi/ok-skills repository, provides AI agents with the ability to fetch up-to-date technical documentation and code snippets. By leveraging the Context7 CLI, this tool allows compatible agents such as Codex, Claude, and Cursor to access current information for various libraries and frameworks, including React, Next.js, and ROS. This integration ensures that developers receive accurate, context-aware data directly within their workflow. The parent repository, mxyhi/ok-skills, has gained significant community interest with over 400 stars on GitHub. This specific skill focuses on streamlining the research process by automating the retrieval of API references and implementation examples, reducing the need for manual web searching during the development cycle.
Use Cases
Install Notes
# Review source first
open https://github.com/mxyhi/ok-skills/blob/main/find-docs/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
This skill utilizes the Context7 CLI to interface with external documentation sources. Users should ensure the CLI is configured correctly and be aware that the skill retrieves data based on the provided library names. As part of the mxyhi/ok-skills repository, it follows the standard execution patterns of the supported AI agents.
Related Skills
Exa
mxyhi/ok-skills
Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.
Get API Docs via chub
mxyhi/ok-skills
When you need documentation for a library or API, fetch it with the chub CLI rather than guessing from training data. This gives you the current, correct API.
Autoresearch — Autonomous Goal-directed Iteration
mxyhi/ok-skills
Autonomous iteration loop: modify, verify, keep/discard against any metric
A2A Protocol
TerminalSkills/skills
Implements the Agent2Agent (A2A) open protocol for communication between AI agents built on different frameworks. A2A enables agents to discover each other via Agent Cards, negotiate interaction modalities, manage collaborative tasks, and exchange data — all without exposing internal state, memory, or tools. Supports J
AI Video Generator — Short-Form Content Pipeline
TerminalSkills/skills
Automate creation of shortform videos (TikTok, YouTube Shorts, Instagram Reels) using AI for every step: topic research, script writing, texttospeech narration, stock footage matching, subtitle generation, and final assembly. Inspired by [MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo) (53k+ stars).
AI Scientist
TerminalSkills/skills
Build AI agents that automate scientific research using [AIScientistv2](https://github.com/SakanaAI/AIScientistv2) — an agentic tree search framework for hypothesis generation, experiment design, data analysis, and paper writing.