# Send Fund News Summary to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fund-news-summary",
    "name": "Fund News Summary",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/YonghaoZhao722/fund-news-summary",
    "canonicalUrl": "https://clawhub.ai/YonghaoZhao722/fund-news-summary",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fund-news-summary",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fund-news-summary",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "fund_news.py",
      "fund_news_cursor.py",
      "optimize_task.md"
    ],
    "downloadMode": "redirect",
    "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/fund-news-summary"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fund-news-summary",
    "downloadUrl": "https://openagent3.xyz/downloads/fund-news-summary",
    "agentUrl": "https://openagent3.xyz/skills/fund-news-summary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fund-news-summary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fund-news-summary/agent.md"
  }
}
```
## Documentation

### Purpose

Automatically collects and summarizes the latest core news for specified funds across multiple markets.

### Supported Markets

US Markets: NASDAQ, S&P 500
Europe: European equity markets
Japan: Japanese stock market
Commodities: Gold
Prediction Markets: Polymarket and prediction market news

### Automatic (Cron Job)

This skill is bound to the DailyFundNews cron job, executing automatically at 11:00 Beijing Time daily.

### Manual Trigger

User can ask:

"Get today's fund news"
"Show market updates"
"What's the latest on my funds?"
"Run fund news summary"

When triggered, the Agent should:

Run the script: python3 /root/clawd/skills/fund-news-summary/fund_news.py
Read output: The script automatically generates a report and outputs to stdout
Send to Telegram: Send the script output directly to Telegram

### Script Features

✅ Multi-market coverage: US, Europe, Japan, Gold, Polymarket
✅ Rate limiting: Maximum 2 concurrent searches, 1.5 second request interval
✅ Retry mechanism: Automatic retry on rate limit
✅ Error handling: Individual fund failures don't affect others
✅ Formatted output: Bold list format
✅ Obsidian sync: Saves Chinese version to Obsidian
✅ Auto GitHub push: Automatically pushes to GitHub after generation

### Fund Configuration

The script has built-in keywords for:

华宝纳斯达克精选股票 (QDII)C
摩根欧洲动力策略股票 (QDII)A
摩根日本精选股票 (QDI)A
易方达黄金 ETF 联接 C
标普500 (S&P 500 Index)
Polymarket / 预测市场

### Common Issues

Issue: Script fails with "Rate limit exceeded"

Cause: Too many requests to search API
Solution: Script has built-in retry with exponential backoff. Wait 5 minutes and retry.

Issue: Empty or partial report

Cause: Some fund APIs may be temporarily unavailable
Solution: Check individual fund sources. The script continues even if some funds fail.

Issue: GitHub push fails

Cause: Network issue or authentication expired
Solution: Report success/failure in output. User can manually push if needed.

### Output Format

The script outputs a formatted report with:

Market name and fund name (bold)
Key news summary with bullet points
Last updated timestamp

### Data Storage

Obsidian save path: /root/clawd/obsidian-vault/reports/fund/YYYY-MM-DD.md
Filename format: YYYY-MM-DD.md
Language: Chinese (translated from English API results)
GitHub repo: https://github.com/YonghaoZhao722/yonghao-notes
Branch: master

### Manual Execution (Debug)

cd /root/clawd/skills/fund-news-summary
python3 fund_news.py
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: YonghaoZhao722
- Version: 1.0.4
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/fund-news-summary)
- [Send to Agent page](https://openagent3.xyz/skills/fund-news-summary/agent)
- [JSON manifest](https://openagent3.xyz/skills/fund-news-summary/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fund-news-summary/agent.md)
- [Download page](https://openagent3.xyz/downloads/fund-news-summary)