openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Tdnet Disclosure Mcp

Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange (JPX/TSE) — earnings reports (決算短信), dividends, buybacks, forecast revisions, governance cha...

金融与交易

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.2

统计:⭐ 0 · 474 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:ajtgjmdjp/tdnet-disclosure-mcp

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's declared purpose and runtime instructions are coherent, but it requires installing an external package with an unknown source/no homepage — installing arbitrary packages is the main remaining risk.

目的

Name, description, and CLI usage all align: the skill is a thin wrapper around a tdnet-disclosure-mcp CLI that queries a public Yanoshin Web API mirror of TDNET data. Required binary matches the stated capability and no unrelated credentials or paths are requested.

说明范围

SKILL.md contains only CLI usage and install instructions for the tdnet-disclosure-mcp tool; it doesn't instruct the agent to read unrelated files, environment variables, or exfiltrate data to unexpected endpoints. It references the Yanoshin Web API (an external data source), which is appropriate for this purpose.

安装机制

The install spec is a uv-packaged tool (uv kind) and SKILL.md also suggests pip install. No homepage or source repository is provided and the package owner is unknown — installing an external package will download and run third-party code on the host. This is a moderate risk because the installer could contain unexpected behavior; the manifest gives no provenance (e.g., GitHub repo, PyPI link, or release host) to verify the package before inst…

证书

The skill requests no environment variables, no credentials, and no config paths. The lack of secrets or unrelated env access is proportionate to a read-only disclosure-retrieval tool.

持久

always is false and the skill does not request persistent system-wide privileges or to modify other skills' configurations. Installing the CLI will add a binary (expected for a tool), but there's no request for elevated privileges in the metadata.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Tdnet Disclosure Mcp」。简介:Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange (JPX/TSE) — ea…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ajtgjmdjp/tdnet-disclosure-mcp/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: tdnet-disclosure-mcp
description: "Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange (JPX/TSE) — earnings reports (決算短信), dividends, buybacks, forecast revisions, governance changes. Search by company, stock code, date. Japan stock market corporate announcements. No API key required."
metadata: {"openclaw":{"emoji":"📋","requires":{"bins":["tdnet-disclosure-mcp"]},"install":[{"id":"uv","kind":"uv","package":"tdnet-disclosure-mcp","bins":["tdnet-disclosure-mcp"],"label":"Install tdnet-disclosure-mcp (uv)"}],"tags":["japan","finance","tdnet","disclosure","earnings","stock","jpx","tse","mcp"]}}
---

# TDNET Disclosure: Tokyo Stock Exchange Timely Disclosures

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.

**No API key required** — uses the free Yanoshin Web API which mirrors TDNET data.

## Use Cases

- Monitor latest corporate disclosures from TSE-listed companies
- Get earnings announcements (決算短信) for specific companies
- Search disclosures by company name, code, or keyword
- Track dividends, buybacks, and forecast revisions
- Get disclosures by date or date range

## Commands

### Get latest disclosures
```bash
# Default: last 50 disclosures
tdnet-disclosure-mcp latest

# With limit
tdnet-disclosure-mcp latest --limit 20

# JSON output
tdnet-disclosure-mcp latest --json-output
```

### Search disclosures
```bash
# By company name
tdnet-disclosure-mcp search トヨタ

# By keyword
tdnet-disclosure-mcp search 決算短信

# JSON output
tdnet-disclosure-mcp search ソニー --json-output
```

### Get company disclosures
```bash
# By stock code
tdnet-disclosure-mcp company 7203
tdnet-disclosure-mcp company 6758 --json-output
```

### Get disclosures by date
```bash
tdnet-disclosure-mcp by-date 2026-02-14
tdnet-disclosure-mcp by-date 2026-02-14 --json-output
```

### Test connectivity
```bash
tdnet-disclosure-mcp test
```

## Disclosure Categories

| Category | Japanese | Examples |
|---|---|---|
| earnings | 決算短信 | Quarterly/annual earnings |
| dividend | 配当 | Dividend announcements |
| forecast_revision | 業績予想修正 | Earnings forecast revisions |
| buyback | 自己株式 | Share buybacks |
| offering | 新株/増資 | New share offerings |
| governance | 役員/取締役 | Board changes |
| other | その他 | Other disclosures |

## Workflow

1. `tdnet-disclosure-mcp latest` → browse recent disclosures
2. `tdnet-disclosure-mcp search <company>` → find specific company
3. `tdnet-disclosure-mcp company <code>` → get all disclosures for a company
4. `tdnet-disclosure-mcp by-date <date>` → get disclosures for a specific date

## Setup

- No API key required
- Python package: `pip install tdnet-disclosure-mcp` or `uv tool install tdnet-disclosure-mcp`
- Data source: Yanoshin Web API (mirrors TDNET data)