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-intel cookbook (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:

  1. RustFS running on 127.0.0.1:9000. If not, bootstrap with (requires Docker — install from https://docs.docker.com/get-docker/):
    docker 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 | bash
    
    The bootstrap installs omnigraph and omnigraph-server binaries under <workdir>/.omnigraph-rustfs-demo/bin/not on PATH by default. Either add it to PATH or invoke binaries by absolute path.
Related skills
Installs
7
GitHub Stars
9
First Seen
Apr 15, 2026