Getting Started
Prerequisites
- Python 3.12+
- An Anthropic API key with Opus 4.6 access
Install
pip install syke
export ANTHROPIC_API_KEY=sk-ant-...
syke --user you setup --yesAI Agent Setup. Paste https://github.com/saxenauts/syke into any AI agent and say โset this up.โ The agent reads the README, runs three commands, and everything works.
Quick Try: GitHub Only
Fastest path to a working profile. No OAuth, no exports โ just public data.
syke --user you ingest github --username your-github-username
syke --user you perceive
syke --user you profile --format markdownFull Pipeline
Install and set your API key
pip install syke
export ANTHROPIC_API_KEY=sk-ant-...Get your key from console.anthropic.com.
Run setup
syke --user you setup --yesThis auto-detects and ingests:
- Claude Code sessions from
~/.claude/ - ChatGPT export ZIPs in
~/Downloads/ - GitHub via
ghCLI orGITHUB_TOKEN - Gmail via OAuth (if configured)
Then runs agentic perception and outputs your profile.
Verify
syke --user you statusExpected output:
โญโโโโโโโโโโโโโโโโ Syke Status: you โโโโโโโโโโโโโโโโโฎ
โ Sources: claude-code, chatgpt, github โ
โ Events: 150 total โ
โ Profile: Generated 2026-02-15 14:30 โ
โ MCP: Configured (stdio) โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏWhatโs Next
- How It Works โ Architecture and data flow
- MCP Server โ Distribute context to any AI tool
- Platforms โ What each data source gives you