AIS Agent Bot
Nate Herk’s authenticated School.com community automation bot. It uses Claude Code scheduled tasks plus Playwright headless browser automation to perform recurring community engagement work without manual browser sessions.
Key facts
- Type: Browser automation bot
- Runtime: Claude Code scheduled tasks
- Automation layer: Playwright CLI in headless mode
- Target environment: School.com community
- Status: Production example from Nate Herk’s Claude Code power-features cluster
What it does
The AIS Agent Bot posts daily AI news roundups, likes community posts, replies to comments, and votes on polls. It inherits an authenticated browser session from a Chrome user-data profile, avoiding repeated login flows and allowing Claude Code to operate inside a real community UI [src-011].
The notable pattern is adaptive browser learning: when the bot encountered an unseen poll interaction, Claude Code inspected the page, inferred the new UI pattern, and added the poll-voting capability itself [src-011].
Related
- See also: playwright-cli, claude-code
- Concepts: browser-automation-with-claude, claude-code-scheduled-tasks, agentic-workflows
Source references
- [src-011] Nate Herk — Claude Code power features cluster (2026-04-20 to 2026-04-27)