Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

market-briefing市场简报

Agent Skill

market-briefing 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,837

周安装

361

GitHub Stars

公开资料未说明

下载量

2,830
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:market-briefing(市场简报)
来源仓库:https://github.com/fishisnow/market-briefing
安装命令:
openclaw skills install market-briefing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install market-briefing

简介

通过飞书消息提供定期简报,其中包含有关 A 股、香港、美国市场、宏观政策和地缘政治的经过过滤、去重的新闻。

SKILL.md

name
market-briefing
description
Scheduled market intelligence briefing workflow for A-shares, HK stocks, US markets, macro policy, and geopolitical news. Activate when: (1) running as a cron/scheduled job to push hourly market updates, (2) user asks to collect or summarize market news, (3) user mentions A股, 港股, 恒指, 特朗普, 地缘政治, 军事, or related investing topics. Delivers time-aware briefings (morning/intraday incremental/closing) with deduplication. Uses Tavily Search via mcporter + web_fetch fallback, delivers via Feishu message tool. NOT for: deep financial modeling, backtesting, or individual stock analysis unrelated to news collection.

Market Briefing

Time-aware market intelligence workflow. Detects current time → selects briefing mode → searches news → deduplicates → delivers via Feishu.

Prerequisites

  • mcporter CLI with tavily-remote-mcp MCP server configured
  • Feishu message tool available
  • Workspace memory/ directory writable

Step 1 — Detect Time & Select Mode

Get current Beijing time and select mode:

TimeMode
09:00Morning briefing — overnight US markets + today's investment direction
10:00–15:00Incremental update — new items only, skip duplicates
16:00Closing daily report — full-day recap + tomorrow's outlook

Step 2 — Read Today's Dedup Log

cat /path/to/your/workspace/memory/reported-news-$(date +%Y-%m-%d).txt 2>/dev/null || echo "First run today"
⚠️ Use absolute paths, not ~: cron jobs run in an isolated environment where ~ may expand to an unexpected home directory. Always use the full absolute path to your workspace (e.g. /Users/yourname/.openclaw/workspace-invest/memory/).

This file contains summaries of already-pushed items. Use it to filter duplicates in Step 4.

Step 3 — Search Latest News

Run all 6 searches sequentially (Tavily rate limits make parallel risky):

mcporter call tavily-remote-mcp.tavily_search query="A股 今日行情 最新" time_range=day
mcporter call tavily-remote-mcp.tavily_search query="港股 恒生指数 今日" time_range=day
mcporter call tavily-remote-mcp.tavily_search query="特朗普 最新动态" time_range=day
mcporter call tavily-remote-mcp.tavily_search query="中国军事 地缘政治 最新" time_range=day
mcporter call tavily-remote-mcp.tavily_search query="美股 道指 纳指 标普 最新" time_range=day
mcporter call tavily-remote-mcp.tavily_search query="中国经济政策 最新" time_range=day

Supplement with web_fetch for real-time data:

  • https://www.cls.cn/telegraph — 财联社电报
  • https://www.jin10.com/ — 金十数据

Step 4 — Deduplicate

Compare results against Step 2 log. Skip items where core facts/keywords overlap >70% with already-reported items. Only keep genuinely new information.

If running incremental mode (10:00–15:00) and nothing new: reply 「本时段暂无重要增量信息,市场平稳运行中。」 and skip delivery.

Step 5 — Compose Briefing by Mode

See references/briefing-template.md for full format templates. Summary:

Morning (09:00): Overnight US markets → key overnight news → today's investment direction (sectors to watch, risks, 1–2 stock references)

Incremental (10:00–15:00): Only new items, grouped by category (A股/港股/特朗普政策/军事地缘). No repeats.

Closing (16:00): Full-day recap for A股+港股+US markets + Trump/policy/military summaries → tomorrow's outlook with 2–3 stock references.

Step 6 — Update Dedup Log

Append pushed items to the log (one line per item):

# Use absolute path — avoid ~ in cron environments
echo "[HH:MM] 消息摘要(30字以内)" >> /path/to/workspace/memory/reported-news-$(date +%Y-%m-%d).txt

Step 7 — Deliver via Feishu

Send to the configured Feishu target using the message tool. Target is either a direct user or a group chat — configure in your workspace MEMORY.md or TOOLS.md.

channel: feishu
target: chat:<chat_id>   # or omit for default DM
message: <briefing content>

Configuration

SettingWhereNotes
Feishu target chatworkspace MEMORY.mdGroup chat ID or omit for DM
Topics / search queriesreferences/topics.mdAdd/remove/translate topics
Briefing templatesreferences/briefing-template.mdFormat per mode
Scheduleopenclaw cron addRecommended: cron 0 9-16 * * 1-5 (Asia/Shanghai)

Fallback

If mcporter / Tavily unavailable, use web_fetch:

  • https://finance.sina.com.cn — A股
  • https://www.aastocks.com — 港股
  • https://www.caixin.com — 宏观/政策

Notes

  • Never include personal portfolio holdings or account tokens in shared configs.
  • All content is for reference only; does not constitute investment advice (⚠️ always append disclaimer).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.93%
按下载量换算2,007

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills