# BountyVerdict MCP skill

This repository is a marketplace-specific Agent Skill adapter for the canonical [BountyVerdict](https://github.com/Mimirs402/bountyverdict) MCP server. It routes agents to six paid, read-only decisions: check or rank GitHub bounties, audit `AGENTS.md`, diagnose a GitHub Actions root cause, decide whether to retry a failed GitHub Action, and detect MCP `tools/list` schema drift. When the connected service exposes its free deterministic selector, the skill uses it first; otherwise it routes from the same task table. This is not a second server or a new paid product.

## Find or install the skill

- [Dedicated GitHub source](https://github.com/Mimirs402/bountyverdict-mcp-skill/tree/main/skills/route-github-agent-decisions)
- [Agent-Skills.md listing](https://agent-skills.md/skills/Mimirs402/bountyverdict-mcp-skill/route-github-agent-decisions)
- [askill listing](https://askill.sh/skills/703722)

Install directly from the canonical public repository:

```bash
npx skills add Mimirs402/bountyverdict-mcp-skill --skill route-github-agent-decisions
```

The skill contains no credentials. Using a paid tool requires a compatible x402 wallet, a valid public input, and authorization for the exact displayed Base USDC price. The optional selector is free. A valid unsigned paid call cannot charge; it returns a free $0 selection preview, exact quote, and payment handoff.

- [Canonical documentation](https://mimirs402.github.io/bountyverdict/)
- [Privacy policy](https://github.com/Mimirs402/bountyverdict/blob/main/PRIVACY.md)
- [Support](https://github.com/Mimirs402/bountyverdict/issues)
- [Private security reports](https://github.com/Mimirs402/bountyverdict/security/advisories/new)

The MCP dependency uses the canonical official Registry identifier `io.github.Mimirs402/bountyverdict`. Its payment challenge temporarily retains a byte-equivalent legacy extension alias for already-installed clients.

MIT licensed. BountyVerdict remains the canonical implementation and support boundary.
