← 返回 Skills 市场
huili203

Trading Briefing

作者 huiLI203 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
162
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install trading-briefing
功能描述
每日加密货币交易综合简报。当用户说"早报"、"简报"、"今天市场怎么样"、"交易情况"、"检查交易系统"、"系统状态"、"trading status"、"daily briefing"时触发。自动聚合:(1) BTC/ETH主流币价格 (2) 实盘机器人状态 (3) 持仓盈亏 (4) 系统健康 (5) 策略发现...
安全使用建议
This skill's behavior mostly matches its description, but it implicitly reads files under /root/.openclaw/workspace/live_trading and backtest (state.json, trading.log, current_best.json, etc.). Those files may contain API keys, exchange credentials, or other sensitive trading data. SKILL.md also claims it will "reuse live_trading/config.json API keys" although the script does not explicitly load that file for ccxt — this mismatch is suspicious. Before installing, review the live_trading and backtest directories for secrets, consider running the skill in an isolated environment, and confirm whether you want a skill that reads other skills' state files. If you do proceed, audit any files the script will read (state.json, trading.log, config files) and ensure ccxt and network access are restricted as appropriate. If you want stricter guarantees, request the skill author to: (1) explicitly declare required config paths/credentials, (2) avoid hard-coded /root paths or make them configurable, and (3) document exactly what files are read and why.
功能分析
Type: OpenClaw Skill Name: trading-briefing Version: 1.0.0 The skill bundle is a legitimate utility for aggregating cryptocurrency trading status and system health metrics. The script `scripts/briefing.py` uses standard system commands (df, free, pgrep) and the ccxt library to collect data, and it reads local state files from the expected workspace directory without any signs of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
The code implements the stated briefing (market data, bot status, positions, system health, discovery). However SKILL.md claims it will "复用 live_trading/config.json 的 API 密钥" while the script's market fetch uses ccxt without loading that config; the skill also hard-codes workspace paths (/root/.openclaw/workspace) and accesses live_trading/backtest directories which are not declared in the manifest. Those implicit file accesses should be explicit.
Instruction Scope
SKILL.md instructs running a script at /root/.openclaw/workspace/skills/trading-briefing/scripts/briefing.py and suggests reusing live_trading/config.json. The script reads local files (live_trading/state.json, trading.log, backtest/current_best.json, discovery.log) and runs system commands (pgrep, tail, df, free). Reading other skill/workspace files and logs is outside what a simple 'daily briefing' description explicitly declares and could expose secrets or sensitive trading state.
Install Mechanism
No install spec — instruction-only with included Python script. Lowest install risk. Dependency on ccxt is mentioned but not installed by the skill; user/system must manage that.
Credentials
The skill declares no required env vars or credentials but (a) claims to reuse API keys from live_trading/config.json in SKILL.md, and (b) reads files in /root/.openclaw/workspace/live_trading and backtest. Those files may contain API keys, credentials, or sensitive trading data. Requiring/reading other skills' config files without declaring them is disproportionate and increases risk of secret exposure.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It prints/saves reports to workspace if --save is used. The main concern is read access to other workspace dirs (see environment_proportionality), not persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trading-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trading-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
一键交易简报:市场行情、机器人状态、持仓盈亏、系统健康、策略发现
元数据
Slug trading-briefing
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Trading Briefing 是什么?

每日加密货币交易综合简报。当用户说"早报"、"简报"、"今天市场怎么样"、"交易情况"、"检查交易系统"、"系统状态"、"trading status"、"daily briefing"时触发。自动聚合:(1) BTC/ETH主流币价格 (2) 实盘机器人状态 (3) 持仓盈亏 (4) 系统健康 (5) 策略发现... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 Trading Briefing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trading-briefing」即可一键安装,无需额外配置。

Trading Briefing 是免费的吗?

是的,Trading Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Trading Briefing 支持哪些平台?

Trading Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Trading Briefing?

由 huiLI203(@huili203)开发并维护,当前版本 v1.0.0。

💬 留言讨论