Bounty Watcher: Autonomous AI Agent for Finding Freelance Gigs
This article introduces 'Bounty Watcher,' an autonomous AI agent pipeline built using Hermes Agent. The system is designed to scan freelance bounty platforms, specifically Superteam Earn for crypto-related tasks and GitHub Issues for open-source bounties, 24/7. It filters out irrelevant noise, deduplicates entries, and delivers only high-relevance opportunities directly to the user's Telegram account. The architecture relies on two simple shell scripts managed by a cron scheduler within Hermes Agent, which handles scheduling, monitoring, and delivery. A key feature of this setup is its cost-efficiency; it runs entirely on an Android phone via Termux with zero cloud costs. By utilizing 'no-agent' crons, the system avoids consuming LLM tokens for data collection, ensuring deterministic, fast execution under two seconds per scan. The agent employs keyword filtering for technologies like Solana, DeFi, and Rust, and maintains a local cache to track seen issues. This project demonstrates a lightweight, serverless approach to automating freelance opportunity discovery, emphasizing silence when no new matches are found to prevent spam.
1 reports · 1 sources