offworld
Original:🇺🇸 English
Translated
Routes queries to Offworld reference files. Find and read per-repo references for dependency knowledge.
4installs
Sourceoscabriel/offworld-skill
Added on
NPX Install
npx skill4agent add oscabriel/offworld-skill offworldTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Offworld Reference Router
Use to locate and read Offworld reference files for dependencies.
owWhat This Does
- Finds references for libraries and repos
- Returns paths for reference files and local clones
- Helps you read the right context fast
When to Use
- You need docs or patterns for a dependency
- You want the verified reference instead of web search
- You are about to work inside a repo clone
Installation and Setup
If Offworld CLI or opencode is missing, read in this skill directory and follow it.
references/installation.mdUsage
Find a reference:
bash
ow map search <term> # search by name or keyword
ow map show <repo> # get info for specific repoGet paths for tools:
bash
ow map show <repo> --ref # reference file path (use with Read)
ow map show <repo> --path # clone directory pathExample workflow:
bash
# 1. Find the repo
ow map search zod
# 2. Get reference path
ow map show colinhacks/zod --ref
# Output: /Users/.../.local/share/offworld/skill/offworld/references/colinhacks-zod.md
# 3. Read the reference with the path from step 2If Reference Not Found
bash
ow pull <owner/repo> # clone + generate reference
ow project init # scan project deps, install referencesNotes
- Project map () takes precedence over global map when present
.offworld/map.json - Reference files are markdown with API docs, patterns, best practices
- Clone paths useful for exploring source code after reading reference
Additional Resources
- Docs: https://offworld.sh/cli