GuideGetting Started

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 --yes

AI 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 markdown

Full 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 --yes

This auto-detects and ingests:

  • Claude Code sessions from ~/.claude/
  • ChatGPT export ZIPs in ~/Downloads/
  • GitHub via gh CLI or GITHUB_TOKEN
  • Gmail via OAuth (if configured)

Then runs agentic perception and outputs your profile.

Verify

syke --user you status

Expected 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