Stats
Actions
Tags
From okfm
Search an OKF knowledge bundle by text, type, tag, or status — returns ranked concepts with their paths and the concepts they link to. Use when the user says "find notes about X", "search my knowledge base", "what do I have on Y", "list all <type> concepts", or "show concepts tagged Z".
How this skill is triggered — by the user, by Claude, or both
Slash command
/okfm:find <query> [in <bundle path>]<query> [in <bundle path>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user locate knowledge fast.
Help the user locate knowledge fast.
--type, --tag, --status. Combine them — filters are ANDed.python "${CLAUDE_PLUGIN_ROOT}/scripts/okf_find.py" <bundle> --text "<words>" --type "<type>" --tag "<tag>" --status "<status>" --json
Omit any flag you don't need. Results are ranked title > description > body.id, type, title — and mention each hit's related concepts (its links), since those are often what the user actually wants.find is read-only; it never changes the bundle.npx claudepluginhub radorigin-llc/okf-manager --plugin okfmProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.