← Back to Skills Marketplace
andyy7263

Tw Monthly Revenue

by Andyy7263 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tw-monthly-revenue
Description
台股月營收抓取與分析。從公開資訊觀測站(MOPS)取得上市/上櫃公司當月營收,計算YoY/MoM年增率與月增率,輸出BEAT/MISS/NEUTRAL信號。用於:(1)月營收公布後自動分析 (2)觸發投資Pipeline決策 (3)更新ANALYSIS_INDEX監控條件
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tw-monthly-revenue
  3. After installation, invoke the skill by name or use /tw-monthly-revenue
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tw-monthly-revenue
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tw Monthly Revenue?

台股月營收抓取與分析。從公開資訊觀測站(MOPS)取得上市/上櫃公司當月營收,計算YoY/MoM年增率與月增率,輸出BEAT/MISS/NEUTRAL信號。用於:(1)月營收公布後自動分析 (2)觸發投資Pipeline決策 (3)更新ANALYSIS_INDEX監控條件. It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install Tw Monthly Revenue?

Run "/install tw-monthly-revenue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tw Monthly Revenue free?

Yes, Tw Monthly Revenue is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tw Monthly Revenue support?

Tw Monthly Revenue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tw Monthly Revenue?

It is built and maintained by Andyy7263 (@andyy7263); the current version is v1.0.0.

💬 Comments