omnigraph-intel-bootstrap
Installation
SKILL.md
SPIKE Cookbook Bootstrap
This skill takes a user from zero to a populated, queryable SPIKE graph. Two paths:
- Demo — use the existing
industry-intelcookbook (AI/ML signals as of early 2026). Good for demos, exploration, and understanding what SPIKE looks like populated. - Custom — set up a new domain (biotech, crypto, fintech, geopolitics, etc.). Takes ~30–60 minutes including initial research and user review.
Prerequisites:
- RustFS running on
127.0.0.1:9000. If not, bootstrap with (requires Docker — install from https://docs.docker.com/get-docker/):
The bootstrap installsdocker version >/dev/null 2>&1 || { echo "Install Docker first: https://docs.docker.com/get-docker/"; exit 1; } curl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/local-rustfs-bootstrap.sh | bashomnigraphandomnigraph-serverbinaries under<workdir>/.omnigraph-rustfs-demo/bin/— not on PATH by default. Either add it to PATH or invoke binaries by absolute path.
Related skills