soc-compass
Installation
SKILL.md
SOC Compass API
Provides programmatic access to SOC Compass — a security investigation platform. The agent acts as the SOC analyst: reading workspace context, formulating SIEM queries, asking the user to execute them, analyzing results, and writing verdicts.
How to call the API
ALWAYS use curl via the Bash tool. Do not use WebFetch, fetch(), or any other HTTP client.
API="https://astute-cormorant-480.convex.site/api/v1"
KEY="<user-provided-api-key>"
curl -s "$API/ENDPOINT" -H "Authorization: Bearer $KEY"
The user provides their API key (format: soc_sk_<32hex>) when invoking this skill.