ClawMax adapter for Senso retrieval. Use this when agents need cited answers, verified chunks, or content discovery from Senso with output formatted for ClawMax triage, routing, and workflow handoffs.
npx @senso-ai/shipables install maximilien/senso-search-clawmaxThis skill wraps the upstream senso-search workflow with ClawMax result
formatting so agents can turn retrieval into actions quickly.
SENSO_API_KEY is setsenso CLI is installed--output json --quietChoose the mode intentionally.
senso search "<query>" --output json --quiet
senso search context "<query>" --output json --quiet
senso search content "<query>" --output json --quiet
Queries should combine:
Examples:
checkout modal overlap mobile screenshotcustomer refund transcript duplicate chargeretail shelf stockout beverage aisleAlways convert results into a compact workflow-ready structure:
Format results like this:
Answer:
- The strongest evidence suggests the issue is a mobile layout overlap in the checkout modal.
Top Evidence:
- Checkout QA Notes (cnt_123): mentions CTA overlap on 390px width
- Mobile Regression Screenshot Set (cnt_456): visually confirms footer/button collision
Confidence:
- high
Recommended Next Step:
- route to fix-coordinator with content IDs cnt_123 and cnt_456
If you already know relevant content IDs, prefer scoped search:
senso search "<query>" --content-ids <id1> <id2> --require-scoped-ids --output json --quiet
Use this whenever:
If a result looks relevant but you need the full item:
senso content get <content_id> --output json --quiet
Use that before making strong claims from a single chunk.
SENSO_API_KEYSenso API key for authenticating CLI commands