Claude Cowork Scheduled Task Automates Browser-Based Admin Work: A Real Use Case

A Reddit user shares how they automated a repetitive browser-based admin workflow using Claude Cowork's scheduled tasks and Chrome extension. The task: processing publisher applications across five affiliate network accounts, each receiving 10–15 applications per week.
Before vs. After
Previously: email notifications for each application, manual login every few days, manual accept/reject based on criteria. Now: a scheduled Cowork session runs once a week (Wednesday mornings) and autonomously handles applications across all five accounts.
Implementation Details
The user kept scheduled task instructions brief and placed detailed logic in a skill that the task loads, making updates easier. The skill instructs the task to use the Chrome extension to navigate to each account's publisher application page.
Critical Manual Step
The workflow includes a rule: if the affiliate network's login page is hit, the task waits for manual login. The browser extension cannot fill login forms. The user reports this takes ~5 seconds per session, and the task waits instead of aborting. Key instruction: "wait for the user to log in".
Autonomous Workflow
Once logged in, the task runs 100% autonomously, applying acceptance/rejection criteria defined in the skill:
- Publisher type (e.g., reject all coupon sites)
- Industry focus (e.g., always accept automotive)
- Application language and content
- Criteria vary slightly per account
Result
The automation saves significant time weekly and eliminates email noise. The user now trusts the weekly scheduled task and briefly scans the report generated after each run.
Key Takeaway
For repetitive browser work without API support, Claude Cowork + Chrome extension can fill the gap. The skill-based instruction pattern makes it easy to iterate on logic without touching the scheduled task configuration.
📖 Read the full source: r/ClaudeAI
👀 See Also

Replicating Anthropic's Generator-Evaluator Harness with Kiro CLI: A 12-Iteration Website Build
A developer replicated Anthropic's multi-agent Generator-Evaluator harness using Kiro CLI, running 12 adversarial iterations to build a marketing website without writing any code manually. Key takeaways include zero shared context, Playwright-based visual evaluation, and penalizing generic AI design patterns.

Claude Opus Used to Create AI Political Party with Reverse-CAPTCHA
A developer built kifd.org, a fictional AI political party for Germany entirely generated by Claude Opus 4.6. The project features public system prompts for each cabinet member and a reverse-CAPTCHA that requires proving you're an AI to join.

Claude Code Agent Orchestrator Architecture for Multi-Agent Systems
The Ultrathink team runs an AI-operated store where 6 Claude Code agents handle design, code, marketing, and operations. Their orchestrator agent coordinates work across specialized agents, handles failures, and ships code to production automatically.

Developer shares token cost challenge with Claude-built ERP system
A freight forwarding business owner built a 3,000+ line ERP system with Claude, but now faces 60,000-80,000 token costs per message due to loading the entire single HTML file. They're considering modularization or Firebase migration to reduce costs.