jackal-tracker
Installation
SKILL.md
🐺 JACKAL v2.0 — The Smart Stalker (v2-native)
The jackal watches bigger predators hunt. v2 splits the hunt into two processes that can't step on each other:
- The producer runs on a cron, builds the trader pool, detects new entries, enriches with context, and pushes candidate signals. Nothing else. No execution, no DSL, no risk code.
- The runtime receives signals, gates each through an LLM decision
prompt with
min_confidence: 7. The model is required at deploy time via the$JACKAL_DECISION_MODELenv var (no default by design — operators pick whatever model they prefer from the runtime's registry: e.g.gemini-2.5-pro,claude-sonnet-4-20250514, etc.). The runtime executes approved entries, auto-manages DSL exits, and enforces declarative risk guardrails.
This is the fleet's first v2-runtime-native agent. Legacy v1 scanner +
pool code is preserved in legacy-v1/ for reference.
Related skills