opencontext-search

Search OpenContext documentation read-only via the oc CLI with fallback triage.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/z4nr34l/agent-setup --skill opencontext-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencontext-search
Source: https://github.com/z4nr34l/agent-setup/tree/main/claude-code/skills/opencontext-search
Command: npx skills add https://github.com/z4nr34l/agent-setup --skill opencontext-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users locate OpenContext documentation quickly and safely, without triggering index builds or editing the repository.

Core Features & Use Cases

  • Read-only search: Use the oc tool to search for relevant OpenContext docs without modifying anything.
  • Fallback triage: When an index is unavailable, gracefully fallback to context manifest triage and document triage.
  • Cite sources: Load and cite retrieved docs using stable oc:// links for reproducible references.

Quick Start

Ask for a short query, then run: oc search "<query>" --format json --limit 10; review candidate docs. If the search index is unavailable, run: oc context manifest <folder> --limit 20 to triage docs and cite with oc://doc/<stable_id>.

Frequently Asked Questions about opencontext-search

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

FAQPage Schema
How do I search OpenContext documentation without modifying the repository?

You can search OpenContext docs safely using read-only commands via the oc CLI, which retrieves relevant documentation without triggering index builds or modifying the repository. It returns candidate documents and stable oc:// links for citation.

What happens to OpenContext search when the index is unavailable?

When the search index is unavailable, the system falls back to context manifest triage to locate and evaluate documents without an index. It runs context manifest commands via the oc CLI and still cites sources with stable oc:// links.

Does OpenContext search require write access to the repository?

No, OpenContext search operates entirely in read-only mode via the oc CLI, safely retrieving documentation and triaging candidates without needing write permissions or modifying the repository structure.

How do I cite OpenContext documents for reproducible references?

You cite OpenContext documents using stable oc:// links generated by the oc CLI during the search process. These links provide reproducible references to the retrieved documentation sources.

Can I triage OpenContext docs without a search index?

Yes, you can triage OpenContext docs without an index using the manifest-based fallback. Run the context manifest command via the oc CLI to triage candidate documents in a folder and cite them with stable oc://doc links.