Algora bounty scout
Skill baronguyen001/ai-automation-skills/skills/algora-bounty-scout
8 production-tested Claude skills: automation, Gemini cost/structured output, OSS bounty scouting, ML validation.
npx -y skills add baronguyen001/ai-automation-skills --skill algora-bounty-scoutAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
2.1 KB, as published. Nobody here has run it
Algora Bounty Scout
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.
When to invoke
- User says: "scout algora" / "find OSS bounties" / "open source bounty hunting"
- Code in the conversation uses: HTTP scraping, GitHub issue metadata, or bounty triage.
When NOT to invoke
- The user wants private or paid bounty platforms.
- The user already has a specific GitHub issue and only needs implementation help.
Concrete example
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
Pattern to apply
- Start from user-provided public org slugs; do not use a hidden curated list.
- Probe
https://algora.io/<org>/bounties?status=open. - Parse amount, title, and linked GitHub issue URL.
- Dedupe by GitHub issue URL.
- Fetch GitHub issue metadata: assignees, linked PRs, recent maintainer comments.
- Apply the pitfall filters before writing any implementation code.
Reference: assets/pitfall_list.md.
Source
Distilled from production use across the author's automation projects. v0.1.0. See also: [[pr-body-formatter]].