{
  "schemaVersion": "1.0",
  "item": {
    "slug": "boj-mcp",
    "name": "Boj Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ajtgjmdjp/boj-mcp",
    "canonicalUrl": "https://clawhub.ai/ajtgjmdjp/boj-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/boj-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=boj-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/boj-mcp"
    },
    "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/boj-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/boj-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/boj-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/boj-mcp/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": "BOJ: Bank of Japan Statistical Data",
        "body": "Access Bank of Japan time-series statistics from the official flat file download service. Covers price indices (CGPI, SPPI), flow of funds, balance of payments, international investment position, BIS statistics, and TANKAN survey data."
      },
      {
        "title": "Use Cases",
        "body": "Look up Corporate Goods Price Index (CGPI/企業物価指数) trends\nAnalyze Services Producer Price Index (SPPI/企業向けサービス価格指数)\nRetrieve Flow of Funds data (資金循環統計)\nAccess Balance of Payments statistics (国際収支統計)\nReview BIS international statistics\nExplore TANKAN survey results (短観)"
      },
      {
        "title": "List available datasets",
        "body": "# Show all available BOJ flat file datasets\nboj-mcp datasets"
      },
      {
        "title": "Download and display data",
        "body": "# Display dataset in table format\nboj-mcp data cgpi_m_en\n\n# JSON output with more rows\nboj-mcp data sppi_m_en --format json --rows 50"
      },
      {
        "title": "Search for series",
        "body": "# Search within a specific dataset\nboj-mcp search \"electricity\" --dataset cgpi_m_en\n\n# Search across datasets by name\nboj-mcp search \"price\""
      },
      {
        "title": "Test connectivity",
        "body": "boj-mcp test"
      },
      {
        "title": "Available Dataset Categories",
        "body": "CategoryPrefixDescriptionPricescgpi, sppi, cspi, ropCorporate/Services price indicesSurveyscoTANKAN (Short-term Economic Survey)Flow of FundsfofFinancial assets & liabilitiesBalance of PaymentsbpInternational transactionsInternational InvestmentqiipInternational investment positionBIS StatisticsbisBIS international banking/debtMoney StockmdMoney stock statisticsInterest RatesirVarious interest rates"
      },
      {
        "title": "Workflow",
        "body": "boj-mcp datasets -> browse available datasets\nboj-mcp search <keyword> -> find relevant series\nboj-mcp data <dataset_name> -> retrieve data"
      },
      {
        "title": "Important",
        "body": "No API key required — BOJ flat files are publicly available\nData is cached locally after first download for faster subsequent access\nFiles are in Shift_JIS encoding (handled automatically)\nData source: Bank of Japan (https://www.stat-search.boj.or.jp/)\nPython package: pip install boj-mcp or uv tool install boj-mcp"
      }
    ],
    "body": "BOJ: Bank of Japan Statistical Data\n\nAccess Bank of Japan time-series statistics from the official flat file download service. Covers price indices (CGPI, SPPI), flow of funds, balance of payments, international investment position, BIS statistics, and TANKAN survey data.\n\nUse Cases\nLook up Corporate Goods Price Index (CGPI/企業物価指数) trends\nAnalyze Services Producer Price Index (SPPI/企業向けサービス価格指数)\nRetrieve Flow of Funds data (資金循環統計)\nAccess Balance of Payments statistics (国際収支統計)\nReview BIS international statistics\nExplore TANKAN survey results (短観)\nCommands\nList available datasets\n# Show all available BOJ flat file datasets\nboj-mcp datasets\n\nDownload and display data\n# Display dataset in table format\nboj-mcp data cgpi_m_en\n\n# JSON output with more rows\nboj-mcp data sppi_m_en --format json --rows 50\n\nSearch for series\n# Search within a specific dataset\nboj-mcp search \"electricity\" --dataset cgpi_m_en\n\n# Search across datasets by name\nboj-mcp search \"price\"\n\nTest connectivity\nboj-mcp test\n\nAvailable Dataset Categories\nCategory\tPrefix\tDescription\nPrices\tcgpi, sppi, cspi, rop\tCorporate/Services price indices\nSurveys\tco\tTANKAN (Short-term Economic Survey)\nFlow of Funds\tfof\tFinancial assets & liabilities\nBalance of Payments\tbp\tInternational transactions\nInternational Investment\tqiip\tInternational investment position\nBIS Statistics\tbis\tBIS international banking/debt\nMoney Stock\tmd\tMoney stock statistics\nInterest Rates\tir\tVarious interest rates\nWorkflow\nboj-mcp datasets -> browse available datasets\nboj-mcp search <keyword> -> find relevant series\nboj-mcp data <dataset_name> -> retrieve data\nImportant\nNo API key required — BOJ flat files are publicly available\nData is cached locally after first download for faster subsequent access\nFiles are in Shift_JIS encoding (handled automatically)\nData source: Bank of Japan (https://www.stat-search.boj.or.jp/)\nPython package: pip install boj-mcp or uv tool install boj-mcp"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ajtgjmdjp/boj-mcp",
    "publisherUrl": "https://clawhub.ai/ajtgjmdjp/boj-mcp",
    "owner": "ajtgjmdjp",
    "version": "0.1.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/boj-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/boj-mcp",
    "agentUrl": "https://openagent3.xyz/skills/boj-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/boj-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/boj-mcp/agent.md"
  }
}