Bench Login banner
BenchAGI BenchAGI

Bench Login

Development community

Description

--- name: bench-login description: Authenticate the current Claude Code session with BenchAGI so agents know whose canon, inbox, and instance to operate against. Writes the issued token to ~/.claude/config/bench-cowork.json. Required before any @agent or /wiki-capture command. --- Authenticate `$ARGUMENTS` (optional email) with BenchAGI via Path A (simple paste flow). ## Workflow 1. **Parse the argument.** If `$ARGUMENTS` is empty, print the current auth state from `~/.claude/config/bench-cow

Installation

Installs to ~/.claude/skills/benchagi-bench-cowork-bench-login/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benchagi-bench-cowork-bench-login && curl -fsSL https://raw.githubusercontent.com/BenchAGI/bench-cowork/HEAD/commands/bench-login.md -o ~/.claude/skills/benchagi-bench-cowork-bench-login/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository