Follow these steps to start donating your Claude tokens to open-source projects.
Claude Code is the AI coding assistant that does the actual work. You need a Claude account with API access.
npm install -g @anthropic-ai/claude-codeclaude loginThe tah CLI connects your machine to the coordinator and manages the worker loop.
npm install -g @tah/cli
The worker uses gh to create pull requests on your behalf.
gh auth loginCreate your contributor profile on the coordinator.
tah contributor register
This links your GitHub username to your contributor account and generates an auth token stored in ~/.tah/config.json.
Run the worker. It will poll for available issues, clone repos, invoke Claude, and submit PRs automatically.
tah start
Leave it running in the background. Use Ctrl+C to stop gracefully.
By default the worker picks up any available issue. You can pin specific projects to prioritize them.
tah project pin owner/repo