{
  "schemaVersion": "1.0",
  "item": {
    "slug": "footballbin-predictions",
    "name": "Footballbin Predictions",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/billychl1/footballbin-predictions",
    "canonicalUrl": "https://clawhub.ai/billychl1/footballbin-predictions",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/footballbin-predictions",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=footballbin-predictions",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/footballbin.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/footballbin-predictions"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/footballbin-predictions",
    "agentPageUrl": "https://openagent3.xyz/skills/footballbin-predictions/agent",
    "manifestUrl": "https://openagent3.xyz/skills/footballbin-predictions/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/footballbin-predictions/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "FootballBin Match Predictions",
        "body": "Get AI-powered predictions for Premier League and Champions League matches via the FootballBin MCP API."
      },
      {
        "title": "Usage",
        "body": "Run scripts/footballbin.sh with the following commands:"
      },
      {
        "title": "Get current matchweek predictions",
        "body": "scripts/footballbin.sh predictions premier_league\nscripts/footballbin.sh predictions champions_league"
      },
      {
        "title": "Get specific matchweek",
        "body": "scripts/footballbin.sh predictions premier_league 27"
      },
      {
        "title": "Filter by team",
        "body": "scripts/footballbin.sh predictions premier_league --home arsenal\nscripts/footballbin.sh predictions premier_league --away liverpool\nscripts/footballbin.sh predictions premier_league --home chelsea --away wolves"
      },
      {
        "title": "List available tools",
        "body": "scripts/footballbin.sh tools"
      },
      {
        "title": "Supported Leagues",
        "body": "InputLeaguepremier_league, epl, pl, premPremier Leaguechampions_league, ucl, clChampions League"
      },
      {
        "title": "Supported Team Aliases",
        "body": "Common aliases work: united (Man Utd), city (Man City), spurs (Tottenham), wolves (Wolverhampton), gunners (Arsenal), reds (Liverpool), blues (Chelsea), villa (Aston Villa), forest (Nottingham Forest), palace (Crystal Palace), barca (Barcelona), real (Real Madrid), bayern (Bayern Munich), psg (PSG), juve (Juventus), inter (Inter Milan), bvb (Dortmund), atleti (Atletico Madrid)."
      },
      {
        "title": "Response Data",
        "body": "Each match prediction includes:\n\nHalf-time score (e.g., \"1:0\")\nFull-time score (e.g., \"2:1\")\nNext goal scorer (e.g., \"Home,Salah\")\nCorner count (e.g., \"7:4\")\nKey players with form-based reasoning"
      },
      {
        "title": "External Endpoints",
        "body": "Host: api.footballbin.achaninc.net\nPath: /mcp\nMethod: POST (JSON-RPC)\nData sent: league, optional matchweek, optional team filters"
      },
      {
        "title": "Security & Privacy",
        "body": "This skill does not install software.\nThis skill does not execute downloaded scripts.\nNo API key required (public endpoint, rate-limited)\nNo user data collected or stored\nRead-only: only fetches prediction data\nNo secrets or environment variables needed"
      },
      {
        "title": "Links",
        "body": "iOS App: https://apps.apple.com/app/footballbin/id6757111871\nAndroid App: https://play.google.com/store/apps/details?id=com.achan.footballbinandroid"
      }
    ],
    "body": "FootballBin Match Predictions\n\nGet AI-powered predictions for Premier League and Champions League matches via the FootballBin MCP API.\n\nUsage\n\nRun scripts/footballbin.sh with the following commands:\n\nGet current matchweek predictions\nscripts/footballbin.sh predictions premier_league\nscripts/footballbin.sh predictions champions_league\n\nGet specific matchweek\nscripts/footballbin.sh predictions premier_league 27\n\nFilter by team\nscripts/footballbin.sh predictions premier_league --home arsenal\nscripts/footballbin.sh predictions premier_league --away liverpool\nscripts/footballbin.sh predictions premier_league --home chelsea --away wolves\n\nList available tools\nscripts/footballbin.sh tools\n\nSupported Leagues\nInput\tLeague\npremier_league, epl, pl, prem\tPremier League\nchampions_league, ucl, cl\tChampions League\nSupported Team Aliases\n\nCommon aliases work: united (Man Utd), city (Man City), spurs (Tottenham), wolves (Wolverhampton), gunners (Arsenal), reds (Liverpool), blues (Chelsea), villa (Aston Villa), forest (Nottingham Forest), palace (Crystal Palace), barca (Barcelona), real (Real Madrid), bayern (Bayern Munich), psg (PSG), juve (Juventus), inter (Inter Milan), bvb (Dortmund), atleti (Atletico Madrid).\n\nResponse Data\n\nEach match prediction includes:\n\nHalf-time score (e.g., \"1:0\")\nFull-time score (e.g., \"2:1\")\nNext goal scorer (e.g., \"Home,Salah\")\nCorner count (e.g., \"7:4\")\nKey players with form-based reasoning\nExternal Endpoints\nHost: api.footballbin.achaninc.net\nPath: /mcp\nMethod: POST (JSON-RPC)\nData sent: league, optional matchweek, optional team filters\nSecurity & Privacy\nThis skill does not install software.\nThis skill does not execute downloaded scripts.\nNo API key required (public endpoint, rate-limited)\nNo user data collected or stored\nRead-only: only fetches prediction data\nNo secrets or environment variables needed\nLinks\niOS App: https://apps.apple.com/app/footballbin/id6757111871\nAndroid App: https://play.google.com/store/apps/details?id=com.achan.footballbinandroid"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/billychl1/footballbin-predictions",
    "publisherUrl": "https://clawhub.ai/billychl1/footballbin-predictions",
    "owner": "billychl1",
    "version": "1.1.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/footballbin-predictions",
    "downloadUrl": "https://openagent3.xyz/downloads/footballbin-predictions",
    "agentUrl": "https://openagent3.xyz/skills/footballbin-predictions/agent",
    "manifestUrl": "https://openagent3.xyz/skills/footballbin-predictions/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/footballbin-predictions/agent.md"
  }
}