← All skills
Tencent SkillHub · Developer Tools

Daily Market Insight

每日市场洞察报告生成系统。使用多Agent协作:新闻采集→分析→市场趋势预测→飞书文档报告。每天10:00自动运行。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

每日市场洞察报告生成系统。使用多Agent协作:新闻采集→分析→市场趋势预测→飞书文档报告。每天10:00自动运行。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

工作流程

当触发此技能时,按以下步骤执行:

Step 1: 新闻采集 🔍

使用 web_search 搜索以下领域的最新新闻: 宏观经济(重点): query: "中国经济 宏观政策 今日" query: "美联储 利率决议 最新" query: "央行 货币政策 降准降息" 科技行业(重点): query: "人工智能 AI 行业动态 今日" query: "半导体芯片 行业新闻 最新" query: "新能源汽车 行业动态" 其他领域: query: "地缘政治 国际形势 最新" query: "大宗商品 原油 黄金 行情" 每类搜索取前3-5条,使用 web_fetch 获取详细内容。

Step 2: 新闻分析 📊

将采集的新闻整理成结构化数据,调用 opencode sisyphus 进行分析: opencode run --agent sisyphus "分析以下财经新闻..." 要求输出: 每条新闻的核心要点 市场情感判断(正面/中性/负面) 影响程度评估(高/中/低) 相关板块/市场

Step 3: 市场趋势预测 🔮

基于新闻分析结果,调用 opencode sisyphus 进行预测: 针对 A股、港股、美股 分别分析: 短期趋势(1-2周) 中期趋势(1-3月) 重点关注的板块 风险提示 投资建议

Step 4: 报告生成 📝

生成完整的 Markdown 报告,包含: 日期标题 新闻分析摘要 市场趋势预测 数据表格(如有)

Step 5: 推送到飞书 📤

使用 feishu_doc 创建新文档,标题:「每日市场洞察 - YYYY-MM-DD」 将报告内容写入文档 在当前飞书群发送消息:「✅ 今日市场洞察报告已生成!」

数据存储

本地报告:~/.openclaw/workspace/projects/daily-market-insight/data/ 日志:~/.openclaw/workspace/projects/daily-market-insight/logs/

注意事项

opencode 需要 git 目录才能运行,先在目标目录执行 git init 新闻采集使用免费渠道,数量有限制 分析结果仅供参考,不构成投资建议

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc