Tagged
#Claude Code
3 posts
-
Claude Code /passes: Gift 7-Day Claude Pro Trials and Earn Referral Credits
Claude Code added a /passes command in December 2025 that lets Claude Pro Max subscribers send three 7-day Claude Pro trial passes to friends. Each invitee who converts to a paid Pro plan earns the sender a $10 Claude credit plus extra usage. This post walks through how /passes works, the conditions for both sender and recipient, how it differs from claude.ai gift subscriptions, and a few details Anthropic hasn't fully documented.
-
macOS SSH and Claude Code "Logged Out": The Keychain Unlock Fix
SSH into a Mac, fire up Claude Code, and get prompted to /login — even though you're already signed in at the GUI Terminal and tmux sessions sometimes hit the same thing. It's not a Claude Code bug; it's the macOS login keychain not being unlocked in non-GUI sessions. One security unlock-keychain command fixes it. This post covers why SSH triggers it, why the command works, and other tools (gh, git, docker, codesign…) that hit the same wall.
-
Playwright CLI Tutorial: Browser Automation with Claude Code
Playwright is today's leading cross-browser automation framework, and playwright-cli turns its most common features into one-line commands — no project scaffolding, no test suite, just screenshots, recordings, and post-login scraping on demand. This article covers how Playwright compares to Puppeteer, why playwright-cli exists, how it differs from Playwright MCP, and walks through four practical workflows pairing it with Claude Code.