📦 Tw Monthly Revenue — 技能工具
v1.0.0台股月營收抓取與分析。從公開資訊觀測站(MOPS)取得上市/上櫃公司當月營收,計算YoY/MoM年增率與月增率,輸出BEAT/MISS/NEUTRAL信號。用於:(1)月營收公布後自動分析 (2)觸發投資Pipeline決策 (3)更新ANALYSIS_INDEX監控條件
0· 68·0 当前·0 累计
安全扫描
OpenClaw
可疑
high confidenceNULL
评估建议
安全评估:未提供评估信息...详细分析 ▾
⚠ 用途与能力
Description and SKILL.md claim data comes from the public MOPS site and that the skill is used to 'trigger investment Pipeline decisions' and 'update ANALYSIS_INDEX', but the included script actually uses the FinMind API as its data source and only prints JSON to stdout. The claimed integrations (pipeline triggering / index updating) are not implemented in code — the script simply queries FinMind and prints results. This is an incoherence between stated purpose and actual capabilities.
ℹ 指令范围
Runtime instructions only tell the agent/user to run the included Python script (paths are explicit). The script only performs outbound HTTPS queries to FinMind, computes YoY/MoM and signals, and prints JSON. It does not read other files, environment variables, or system state. The minor scope issue: SKILL.md references MOPS as the source while the code uses FinMind (documentation mismatch).
✓ 安装机制
No install spec — instruction-only with one included Python script. Nothing is downloaded or written during an install step.
✓ 凭证需求
The skill requests no environment variables, no credentials, and no config paths. The script uses a public FinMind endpoint with an empty token by default, so no secrets are requested or needed.
✓ 持久化与权限
Skill is not always-enabled and does not modify other skills or global agent config. It runs only when invoked.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install tw-monthly-revenue
镜像加速npx clawhub@latest install tw-monthly-revenue --registry https://cn.longxiaskill.com镜像同步中
技能文档
注意:以下为 SKILL.md 的中文翻译版本
功能概述
Tw Monthly Revenue 是一个用于抓取和分析台湾股票月营收数据的工具。它从公开资讯观测站(MOPS)获取上市和上柜公司的月度营收数据,计算同比(YoY)和环比(MoM)增长率,并生成BEAT/MISS/NEUTRAL信号。
核心功能
- 数据抓取:从MOPS获取台湾上市公司月营收数据
- 增长率计算:计算YoY年增率和MoM月增率
- 信号生成:输出BEAT(超预期)/MISS(低于预期)/NEUTRAL(符合预期)信号
- 自动化分析:支持月营收公布后自动分析
- Pipeline集成:可触发投资决策流程
使用场景
- 月营收公布后自动分析
- 触发投资Pipeline决策
- 更新ANALYSIS_INDEX监控条件
技术细节
- 数据源:公开资讯观测站(MOPS)
- 支持:上市/上柜公司
- 指标:月营收、YoY、MoM
- 输出:BEAT/MISS/NEUTRAL信号
注意事项
- MOPS网站可能有访问频率限制
- 数据更新时间为每月10日前
- 建议配合其他财务指标综合分析