← 返回 Skills 市场
andyy7263

Tw Monthly Revenue

作者 Andyy7263 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tw-monthly-revenue
功能描述
台股月營收抓取與分析。從公開資訊觀測站(MOPS)取得上市/上櫃公司當月營收,計算YoY/MoM年增率與月增率,輸出BEAT/MISS/NEUTRAL信號。用於:(1)月營收公布後自動分析 (2)觸發投資Pipeline決策 (3)更新ANALYSIS_INDEX監控條件
安全使用建议
This skill is plausible and not obviously malicious, but be aware of two practical inconsistencies before installing or using it: - Data source mismatch: the SKILL.md/description mention MOPS (公開資訊觀測站) but the script queries the FinMind API. If you require MOPS-origin data, verify FinMind's coverage/accuracy or change the script to your desired source. - Overclaimed integrations: the description says it will 'trigger investment Pipeline decisions' and 'update ANALYSIS_INDEX', but the included code does not call any pipeline or external monitoring service — it only prints JSON. You will need to implement connector code if you want automated downstream actions. Operational notes: - The script makes outbound HTTPS calls to api.finmindtrade.com; run it in an environment where outbound network access and API terms are acceptable. - No credentials are requested, and the script does not persist or exfiltrate data beyond printing results to stdout, but review and test it in an isolated environment if you have stricter controls. - If you plan to integrate this into automated trading pipelines, add proper error handling, authentication for any downstream actions, and logging/alerting; verify financial/legal requirements for automated decisioning. If you want a more definitive assessment, provide any additional SKILL.md versions or external documentation showing intended integration endpoints, or confirm whether you expect MOPS (HTML/scrape) rather than FinMind API as the canonical data source.
功能分析
Type: OpenClaw Skill Name: tw-monthly-revenue Version: 1.0.0 The skill is a legitimate financial analysis tool designed to fetch and analyze Taiwan stock monthly revenue data using the FinMind API. The Python script (tw_monthly_revenue.py) uses standard libraries to retrieve data for a specific watchlist and calculates performance signals (BEAT/MISS) without any evidence of malicious behavior, data exfiltration, or prompt injection attempts.
能力评估
Purpose & Capability
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.
Instruction Scope
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).
Install Mechanism
No install spec — instruction-only with one included Python script. Nothing is downloaded or written during an install step.
Credentials
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.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or global agent config. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tw-monthly-revenue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tw-monthly-revenue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with automated monthly revenue analysis for Taiwan stocks. - Fetches and analyzes monthly revenue data for TWSE/OTC companies from MOPS. - Calculates YoY (year-on-year) and MoM (month-on-month) growth rates. - Classifies results as BEAT/MISS/NEUTRAL based on YoY thresholds. - Provides JSON formatted output for integration with investment pipelines and monitoring. - Watchlist stocks can be customized directly in script.
元数据
Slug tw-monthly-revenue
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tw Monthly Revenue 是什么?

台股月營收抓取與分析。從公開資訊觀測站(MOPS)取得上市/上櫃公司當月營收,計算YoY/MoM年增率與月增率,輸出BEAT/MISS/NEUTRAL信號。用於:(1)月營收公布後自動分析 (2)觸發投資Pipeline決策 (3)更新ANALYSIS_INDEX監控條件. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Tw Monthly Revenue?

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

Tw Monthly Revenue 是免费的吗?

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

Tw Monthly Revenue 支持哪些平台?

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

谁开发了 Tw Monthly Revenue?

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

💬 留言讨论