{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tdnet-disclosure-mcp",
    "name": "Tdnet Disclosure Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ajtgjmdjp/tdnet-disclosure-mcp",
    "canonicalUrl": "https://clawhub.ai/ajtgjmdjp/tdnet-disclosure-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tdnet-disclosure-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tdnet-disclosure-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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/tdnet-disclosure-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/tdnet-disclosure-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/tdnet-disclosure-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tdnet-disclosure-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tdnet-disclosure-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": "TDNET Disclosure: Tokyo Stock Exchange Timely Disclosures",
        "body": "Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange listed companies via the Yanoshin Web API. Get earnings, dividends, buybacks, M&A, and other corporate announcements.\n\nNo API key required — uses the free Yanoshin Web API which mirrors TDNET data."
      },
      {
        "title": "Use Cases",
        "body": "Monitor latest corporate disclosures from TSE-listed companies\nGet earnings announcements (決算短信) for specific companies\nSearch disclosures by company name, code, or keyword\nTrack dividends, buybacks, and forecast revisions\nGet disclosures by date or date range"
      },
      {
        "title": "Get latest disclosures",
        "body": "# Default: last 50 disclosures\ntdnet-disclosure-mcp latest\n\n# With limit\ntdnet-disclosure-mcp latest --limit 20\n\n# JSON output\ntdnet-disclosure-mcp latest --json-output"
      },
      {
        "title": "Search disclosures",
        "body": "# By company name\ntdnet-disclosure-mcp search トヨタ\n\n# By keyword\ntdnet-disclosure-mcp search 決算短信\n\n# JSON output\ntdnet-disclosure-mcp search ソニー --json-output"
      },
      {
        "title": "Get company disclosures",
        "body": "# By stock code\ntdnet-disclosure-mcp company 7203\ntdnet-disclosure-mcp company 6758 --json-output"
      },
      {
        "title": "Get disclosures by date",
        "body": "tdnet-disclosure-mcp by-date 2026-02-14\ntdnet-disclosure-mcp by-date 2026-02-14 --json-output"
      },
      {
        "title": "Test connectivity",
        "body": "tdnet-disclosure-mcp test"
      },
      {
        "title": "Disclosure Categories",
        "body": "CategoryJapaneseExamplesearnings決算短信Quarterly/annual earningsdividend配当Dividend announcementsforecast_revision業績予想修正Earnings forecast revisionsbuyback自己株式Share buybacksoffering新株/増資New share offeringsgovernance役員/取締役Board changesotherその他Other disclosures"
      },
      {
        "title": "Workflow",
        "body": "tdnet-disclosure-mcp latest → browse recent disclosures\ntdnet-disclosure-mcp search <company> → find specific company\ntdnet-disclosure-mcp company <code> → get all disclosures for a company\ntdnet-disclosure-mcp by-date <date> → get disclosures for a specific date"
      },
      {
        "title": "Setup",
        "body": "No API key required\nPython package: pip install tdnet-disclosure-mcp or uv tool install tdnet-disclosure-mcp\nData source: Yanoshin Web API (mirrors TDNET data)"
      }
    ],
    "body": "TDNET Disclosure: Tokyo Stock Exchange Timely Disclosures\n\nAccess TDNET timely disclosures (適時開示) from Tokyo Stock Exchange listed companies via the Yanoshin Web API. Get earnings, dividends, buybacks, M&A, and other corporate announcements.\n\nNo API key required — uses the free Yanoshin Web API which mirrors TDNET data.\n\nUse Cases\nMonitor latest corporate disclosures from TSE-listed companies\nGet earnings announcements (決算短信) for specific companies\nSearch disclosures by company name, code, or keyword\nTrack dividends, buybacks, and forecast revisions\nGet disclosures by date or date range\nCommands\nGet latest disclosures\n# Default: last 50 disclosures\ntdnet-disclosure-mcp latest\n\n# With limit\ntdnet-disclosure-mcp latest --limit 20\n\n# JSON output\ntdnet-disclosure-mcp latest --json-output\n\nSearch disclosures\n# By company name\ntdnet-disclosure-mcp search トヨタ\n\n# By keyword\ntdnet-disclosure-mcp search 決算短信\n\n# JSON output\ntdnet-disclosure-mcp search ソニー --json-output\n\nGet company disclosures\n# By stock code\ntdnet-disclosure-mcp company 7203\ntdnet-disclosure-mcp company 6758 --json-output\n\nGet disclosures by date\ntdnet-disclosure-mcp by-date 2026-02-14\ntdnet-disclosure-mcp by-date 2026-02-14 --json-output\n\nTest connectivity\ntdnet-disclosure-mcp test\n\nDisclosure Categories\nCategory\tJapanese\tExamples\nearnings\t決算短信\tQuarterly/annual earnings\ndividend\t配当\tDividend announcements\nforecast_revision\t業績予想修正\tEarnings forecast revisions\nbuyback\t自己株式\tShare buybacks\noffering\t新株/増資\tNew share offerings\ngovernance\t役員/取締役\tBoard changes\nother\tその他\tOther disclosures\nWorkflow\ntdnet-disclosure-mcp latest → browse recent disclosures\ntdnet-disclosure-mcp search <company> → find specific company\ntdnet-disclosure-mcp company <code> → get all disclosures for a company\ntdnet-disclosure-mcp by-date <date> → get disclosures for a specific date\nSetup\nNo API key required\nPython package: pip install tdnet-disclosure-mcp or uv tool install tdnet-disclosure-mcp\nData source: Yanoshin Web API (mirrors TDNET data)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ajtgjmdjp/tdnet-disclosure-mcp",
    "publisherUrl": "https://clawhub.ai/ajtgjmdjp/tdnet-disclosure-mcp",
    "owner": "ajtgjmdjp",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tdnet-disclosure-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/tdnet-disclosure-mcp",
    "agentUrl": "https://openagent3.xyz/skills/tdnet-disclosure-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tdnet-disclosure-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tdnet-disclosure-mcp/agent.md"
  }
}