← Back to Skills Marketplace
cavillie-crypto

stock-analysis-and-review-wechat

by cavillie-crypto · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
103
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install stock-analysis-and-review-wechat
Description
股票分析与自我复盘工具(适配微信插件),用于A股/港股/美股的收盘复盘、持仓盘点、建仓评估和消息面梳理。支持实时数据获取(腾讯财经/新浪财经接口)、持仓盈亏计算、技术分析、定时任务集成和微信推送。适用于个人投资者进行每日盘后分析和投资决策辅助。
Usage Guidance
This package implements exactly what it claims (fetch market data, generate a report, and prepare a WeChat push), but before installing or running: 1) understand that to actually send WeChat messages you'll need a user_id and accountId (sensitive identifiers) — the skill does not declare these as required env vars, so provide them carefully and avoid embedding secrets in public cron messages; 2) confirm your OpenClaw/weixin plugin is configured and that ~/.openclaw/config.yaml holds only expected data; 3) review the included Python scripts yourself (they are small and readable) to ensure no unexpected network targets or logging of sensitive data; 4) test with a non-production/test account first to verify delivery and message formatting; and 5) if you require the skill to run autonomously via scheduled tasks, ensure cron/delivery settings do not accidentally leak account identifiers into message bodies or logs.
Capability Analysis
Type: OpenClaw Skill Name: stock-analysis-and-review-wechat Version: 2.0.0 The skill bundle is a legitimate stock analysis and reporting tool designed for the OpenClaw platform with WeChat integration. It utilizes public, well-known financial APIs from Tencent (qt.gtimg.cn) and Sina (hq.sinajs.cn) to fetch real-time market data and provides scripts (portfolio_review.py, stock_fetcher.py) to calculate portfolio performance. The documentation (SKILL.md and references/) is extensive, focusing on operational reliability, such as correcting common configuration errors in cron tasks and optimizing message formatting for mobile devices. No evidence of data exfiltration, malicious command execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included scripts: scripts fetch market data, compute P&L, format a report, and prepare a WeChat delivery payload. These capabilities are coherent with a stock-analysis + WeChat push skill. However, the SKILL metadata declares no required credentials/config paths while the runtime docs and scripts expect a user_id/account_id and reference ~/.openclaw/config.yaml — a mismatch (see environment_proportionality).
Instruction Scope
The SKILL.md and reference docs restrict actions to fetching public market data (qt.gtimg.cn / hq.sinajs.cn), generating reports, configuring OpenClaw cron jobs, and preparing WeChat delivery payloads. The instructions do not ask the agent to read unrelated system files or exfiltrate secrets beyond what is necessary to push messages. They do, however, instruct use of openclaw CLI commands and to include delivery fields that will be used to route messages externally (expected for push functionality).
Install Mechanism
No install specification is provided (instruction-only), which minimizes installer risk. The package does include runnable Python scripts; there is no external download/install step. This reduces supply-chain risk but means the shipped code will run as-is if invoked.
Credentials
The skill metadata declares no required env vars or config paths, yet the docs and scripts clearly require a WeChat user_id and accountId (sensitive identifiers) and reference the OpenClaw config (~/.openclaw/config.yaml). Those credentials/IDs are necessary to actually deliver messages to WeChat but are not declared as required secrets. This mismatch is an incoherence: the skill will need account identifiers at runtime (passed as args or read from config), but the package does not surface that requirement in metadata.
Persistence & Privilege
The skill does not request permanent/always-enabled status and uses normal agent invocation patterns. It does instruct creating cron jobs in OpenClaw (expected for scheduled reports) but does not request system-wide privileges beyond typical cron/task scheduling via OpenClaw. No signs of modifying other skills or system-wide settings beyond creating cron entries and pushing messages via the advertised plugin.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-analysis-and-review-wechat
  3. After installation, invoke the skill by name or use /stock-analysis-and-review-wechat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0.0: 新增Cron delivery配置错误解决方案、微信格式适配最佳实践、定时任务健康检查机制
v1.0.0
Initial release of stock-analysis-and-review-wechat: - Provides stock analysis and review tools for A-shares, Hong Kong, and US stocks, including daily closing review, position checking, build position evaluation, and news impact sorting. - Supports real-time data retrieval (Tencent/Sina Finance APIs), position profit/loss calculation, technical analysis, scheduled tasks, and WeChat push. - Includes detailed usage guidelines, sample code, parsing tips, and common issue troubleshooting. - Adapted for WeChat plugins; integrates with OpenClaw for scheduled post-market reviews and notifications. - Designed for personal investors to streamline daily review and assist investment decisions.
Metadata
Slug stock-analysis-and-review-wechat
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is stock-analysis-and-review-wechat?

股票分析与自我复盘工具(适配微信插件),用于A股/港股/美股的收盘复盘、持仓盘点、建仓评估和消息面梳理。支持实时数据获取(腾讯财经/新浪财经接口)、持仓盈亏计算、技术分析、定时任务集成和微信推送。适用于个人投资者进行每日盘后分析和投资决策辅助。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install stock-analysis-and-review-wechat?

Run "/install stock-analysis-and-review-wechat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is stock-analysis-and-review-wechat free?

Yes, stock-analysis-and-review-wechat is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does stock-analysis-and-review-wechat support?

stock-analysis-and-review-wechat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created stock-analysis-and-review-wechat?

It is built and maintained by cavillie-crypto (@cavillie-crypto); the current version is v2.0.0.

💬 Comments