cubox-research
Installation
SKILL.md
cubox-research
Use this skill when the user's Cubox collection is the source of truth. The goal is not to do one shallow keyword lookup, but to search broadly, vary keywords on purpose, fetch the best-matching article details, and analyze local Markdown instead of raw Cubox HTML.
Preflight
- Work from this skill directory.
- Make sure dependencies are installed once with
bun install. - Check
.envbefore any API call. The only required value isCUBOX_AUTHORIZATION. - Prefer read-only endpoints. Do not call mutation endpoints such as
POST /c/api/norm/card/readunless the user explicitly asks for that side effect.