Add miroshark-matchday skill: weekly bulk football matchday sims + video handoff - #1056
Merged
Merged
Conversation
New crypto-pack skill that runs one paid MiroShark simulation per major football league (Premier League, Serie A, La Liga) for the upcoming matchday, every Friday: - Pays $1.00 USDC per sim via x402 through the Finance District agent wallet MCP (gasless EIP-3009 on Base), with a hard $4/run spend cap and never-re-pay-after-settlement semantics. - Builds each scenario from live fixture searches and pins one binary prediction-market question per league. - Launches the sims in parallel, polls status, and delivers share links, market outcomes, and full report URLs via notify. - On local runs, renders one MP4 per sim through MiroShark's official Remotion video skill; sandboxed CI runs deliver a ready-to-run render pointer instead. - Optional MIROSHARK_AFFILIATE env adds the operator's address to each run for MiroShark's 50/50 net-profit affiliate share. Registered in aeon.yml on the Friday 09:00 UTC slot, enabled:false. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HTVWNbBeV34b34iqMtGZyL
… docs The skill shipped SKILL.md + aeon.yml but skipped catalog registration, so ci-skills-json, ci-packs-json, and ci-skill-integrity were red. This regenerates the catalog and adds the missing coverage: - catalog/skills.json + catalog/packs.json regenerated via bin/generate-*-json (80 -> 81 skills; miroshark-matchday joins the crypto pack). - eyebrowlock.json gains the miroshark-matchday artifact (scoped splice of the eyebrow v0.4.2 scan output; no other entry touched). Empty egress: payments go through the finance-district MCP, not raw curl. - docs/skill-packs.md + .github/README.md catalog caption bumped 80 -> 81 and the crypto row lists the new skill, keeping ci-readme-catalog parity. Note: the ci-tests red is a pre-existing failure on main from the vuln-scanner restructure, not introduced by this skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A new
crypto-pack skill,miroshark-matchday, that turns MiroShark into a weekly bulk workflow: every Friday it runs one paid matchday simulation per major football league (Premier League, Serie A, La Liga), then delivers the share links, reports, and videos.Per run it:
POST https://x402.miroshark.xyz/run, $1.00 USDC each via x402 through the Finance District agent wallet MCP (gasless EIP-3009 on Base). Hard $4/run spend cap, retry-once-before-settlement, never re-pay after settlement.https://x402.miroshark.xyz/share/<sim_id>links./report/<run_id>?format=md) and handles video by environment: local runs render one 1920×1080 MP4 per sim via MiroShark's official Remotion video skill (sequential renders); sandboxed CI runs skip rendering and ship a ready-to-run render pointer instead — the paid part is never repeated.var: empty = all three leagues ·pl,serieasubset · any other text = one custom scenario. OptionalMIROSHARK_AFFILIATEenv adds an affiliate address to each run (MiroShark's 50/50 net-profit share).Config
Registered in
aeon.ymlon the Friday 09:00 UTC slot,enabled: false— it spends real USDC, so opting in is deliberate.Conventions followed
mode: read-only+ notify/output dual reporting of every payment, perfinance-district-mcpFD_NOT_CONNECTED,FD_AUTH_STALE) reused from the FD skillcategory: crypto(passesscripts/check-skill-categories.sh),mcp:+ optionalrequires:declared in frontmatter🤖 Generated with Claude Code
https://claude.ai/code/session_01HTVWNbBeV34b34iqMtGZyL