From ai-automation-skills
Scout public Algora org bounty boards at algora.io/<org>/bounties?status=open - parse amount and linked GitHub issue, dedupe, then filter already-assigned issues, saturated races, joke bounties, dead-lane orgs, and maintainer comments that say the bounty is inactive. Use for scout algora, find OSS bounties, or open source bounty hunting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-automation-skills:algora-bounty-scoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user wants to find public Algora bounties and avoid wasting time on issues that are not realistically claimable. It teaches the scouting technique and generic pitfall filters without shipping a curated org list.
Use this skill when a user wants to find public Algora bounties and avoid wasting time on issues that are not realistically claimable. It teaches the scouting technique and generic pitfall filters without shipping a curated org list.
User input:
Scout these public Algora org boards and show only viable bounties: acme, samplelab, widgetco.
Output:
algora scout (3 orgs) -> 9 raw bounties
ok $300 acme/webapp#812 "Add OIDC provider" (0 open PRs, unassigned)
ok $150 acme/cli#77 "Fix flaky retry test" (unassigned)
skip $400 acme/webapp#640 assigned to another contributor
skip $250 samplelab/api#92 maintainer comment says bounty is inactive
skip $100 widgetco/quest#1 submission game, not a mergeable issue
-> 3 viable
https://algora.io/<org>/bounties?status=open.Reference: assets/pitfall_list.md.
Distilled from production use across the author's automation projects. v0.1.0. See also: [[pr-body-formatter]].
npx claudepluginhub baronguyen001/ai-automation-skills --plugin ai-automation-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.