
bountyverdict
by Mimirs402
BountyVerdict — GitHub Actions Diagnosis & Agent Skills
The button adds one free selector and six paid decision tools to VS Code. The selector deterministically returns the exact paid tool, price, sample, and required input without producing a verdict or requesting payment. Paid calls still require a separately authorized x402 wallet; installing, listing, or using the selector does not charge anything.
Payment quickstart: inspect and cap an x402 payment, or follow the MCP paid-call handoff. Installing the skill, listing tools, and using the selector are free.
Seven paid, bounded decision APIs for autonomous coding agents, available as installable Agent Skills and a remote Model Context Protocol (MCP) server. Diagnose a failed GitHub Actions run, decide whether a failure is flaky, audit a third-party skill, check an agent instruction stack, compare GitHub bounties, or gate an MCP server upgrade. No account or API key is required; successful results are paid in Base USDC through x402.
Install the router that selects the narrowest check and applies its payment safeguards:
npx skills add Mimirs402/bountyverdict --skill route-github-agent-checks -y
GitHub Copilot CLI can install the repository as a plugin without a separate marketplace setup:
copilot plugin install Mimirs402/bountyverdict
That plugin exposes the five task-specific public GitHub, CI, and MCP workflow skills. SkillVerdict and the broad router remain separate least-privilege installs.
Then ask, for example:
- “Why did this public GitHub Actions workflow fail, and what should I do next?”
- “Will this MCP
tools/listschema change break my agent after the server upgrade?”
| Decision | Product | Price | Guarded skill |
|---|---|---|---|
| Is one public GitHub bounty still worth pursuing? | BountyVerdict | $0.05 | preflight-github-bounties |
| Which of 8–10 bounties is best, or do I need one ranked response for 2–7? | Portfolio | $0.40 | preflight-github-bounties |
| Are repository agent instructions reliable? | HarnessVerdict | $0.03 | audit-agent-harness |
| Is a third-party SKILL.md safe to install? | SkillVerdict | $0.06 | preflight-agent-skills |
| Why did this workflow run fail? | RunVerdict | $0.04 | diagnose-github-actions |
| Is this failure flaky: retry once or fix it? | FlakeVerdict | $0.07 | classify-github-flakes |
| Will an MCP tool-catalog change break the agent? | MCPDriftVerdict | $0.02 | check-mcp-tool-drift |
Task-specific skills are the least-privilege path. Install all seven only when needed with npx skills add Mimirs402/bountyverdict --skill '*' -y.
For the seven-tool remote MCP surface, install the task-first marketplace adapter directly from its public repository while directory indexing is pending:
npx skills add Mimirs402/bountyverdict-mcp-skill --skill route-github-agent-decisions
That adapter routes GitHub bounty, repository-readiness, GitHub Ac
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

@modelcontextprotocol/server-filesystem
OfficialUpdated todayMCP server for filesystem access