JusticePlutus Local A-share Analysis
Payment / Donation Notice
This skill is free to install on ClawHub, but it is donation-supported.
If JusticePlutus helps you save time, please support ongoing use and
maintenance here:
- - Donate / Sponsor:
- ClawHub page:
Purpose
Run the local JusticePlutus pipeline for one or more A-share stock codes and
produce structured Markdown and JSON reports.
This skill stays local-first:
- - it runs the local repository on the current machine
- it does not convert the workflow into a hosted service
- it does not replace your existing cron or GitHub Actions setup
Inputs
- - Stock codes: comma-separated 6-digit A-share codes
- Optional runtime mode:
- local report only
- local report + notifications
- dry-run data fetch
- local report + iFinD enhancement
Outputs
- - INLINECODE0
- INLINECODE1
- INLINECODE2
- INLINECODE3
- INLINECODE4
Current Capabilities
Base capabilities:
- - daily + realtime market data analysis
- chip-distribution aware decision dashboard
- structured Markdown / JSON report generation
- local single-run execution for one or more stock codes
Optional enhancements when configured:
- - search enhancement through Bocha / Tavily / SerpAPI
- chip enhancement through Wencai / HSCloud and fallback sources
- iFinD financial enhancement for fundamentals, valuation, and consensus forecast
- notifications to configured channels, including Feishu and Telegram
Commands
Analyze now
Trigger phrases: "analyze stock", "analyze A-share", "JP analyze"
Command:
CODEBLOCK0
This keeps the run local and writes reports without sending notifications.
Analyze and notify
Trigger phrases: "analyze and notify", "run with notifications"
Command:
CODEBLOCK1
If Feishu, Telegram, or other supported channels are configured in the local
environment, notifications will be sent.
Data-only check
Trigger phrases: "dry run", "data only"
Command:
CODEBLOCK2
Analyze with iFinD enhancement
Trigger phrases: "run with ifind", "fundamental enhancement", "financial enhancement"
Command:
CODEBLOCK3
This enables:
for the current run only.
Analyze with notifications and iFinD
Command:
CODEBLOCK4
Notes
Core runtime requirement:
- - a working local JusticePlutus repository
- Python runtime
- at least one usable LLM key path such as:
-
OPENAI_API_KEY
-
AIHUBMIX_KEY
-
GEMINI_API_KEY
-
ANTHROPIC_API_KEY
- INLINECODE11
Optional enhancement configuration:
-
BOCHA_API_KEYS
-
TAVILY_API_KEYS
-
SERPAPI_API_KEYS
-
WENCAI_COOKIE
-
HSCLOUD_AUTH_TOKEN or
HSCLOUD_APP_KEY +
HSCLOUD_APP_SECRET
-
IFIND_REFRESH_TOKEN
- optional run flags
--ifind
- INLINECODE21
Behavior guarantees:
- - this skill operates on the local repository and does not call GitHub Actions
- iFinD is enhancement-only and does not replace the main analysis chain
- missing optional enhancement keys should not block the core local run
- notifications are optional and only fire when channels are configured and
--notify is used
- - the skill is donation-supported; the donate page includes GitHub Sponsor,
Alipay, and WeChat options
Support
- - Support ongoing development:
- OpenClaw / ClawHub skill page:
Donate
Alipay:

WeChat Pay:

技能名称: justice-plutus
JusticePlutus 本地A股分析
付款/捐赠说明
本技能可在ClawHub免费安装,但依赖捐赠支持。
如果JusticePlutus为您节省了时间,请通过以下方式支持其持续使用和维护:
目的
针对一个或多个A股股票代码运行本地JusticePlutus流水线,生成结构化的Markdown和JSON报告。
本技能坚持本地优先原则:
- - 在当前机器上运行本地仓库
- 不将工作流转换为托管服务
- 不替代您现有的cron或GitHub Actions配置
输入
- - 股票代码:逗号分隔的6位A股代码
- 可选运行模式:
- 仅本地报告
- 本地报告 + 通知
- 数据抓取试运行
- 本地报告 + iFinD增强
输出
- - reports/YYYY-MM-DD/stocks/
.md - reports/YYYY-MM-DD/stocks/
.json - reports/YYYY-MM-DD/summary.md
- reports/YYYY-MM-DD/summary.json
- reports/YYYY-MM-DD/run_meta.json
当前能力
基础能力:
- - 日线 + 实时市场数据分析
- 筹码分布感知决策面板
- 结构化Markdown/JSON报告生成
- 针对一个或多个股票代码的本地单次运行执行
配置后可选的增强功能:
- - 通过Bocha/Tavily/SerpAPI进行搜索增强
- 通过问财/同花顺云及备用数据源进行筹码增强
- iFinD基本面、估值和一致性预期金融增强
- 向已配置渠道(包括飞书和Telegram)发送通知
命令
立即分析
触发短语:分析股票、分析A股、JP分析
命令:
bash
sh justice-plutus/scripts/run_analysis.sh <代码>
此命令保持本地运行并写入报告,不发送通知。
分析并通知
触发短语:分析并通知、带通知运行
命令:
bash
sh justice-plutus/scripts/run_analysis.sh <代码> --notify
如果本地环境中配置了飞书、Telegram或其他支持的渠道,将发送通知。
仅数据检查
触发短语:试运行、仅数据
命令:
bash
sh justice-plutus/scripts/run_analysis.sh <代码> --dry-run
带iFinD增强分析
触发短语:使用ifind运行、基本面增强、金融增强
命令:
bash
sh justice-plutus/scripts/run_analysis.sh <代码> --ifind
此命令仅对当前运行启用:
- - ENABLEIFIND=true
- ENABLEIFINDANALYSISENHANCEMENT=true
带通知和iFinD分析
命令:
bash
sh justice-plutus/scripts/run_analysis.sh <代码> --ifind --notify
注意事项
核心运行要求:
- - 一个可用的本地JusticePlutus仓库
- Python运行环境
- 至少一个可用的LLM密钥路径,例如:
- OPENAI
APIKEY
- AIHUBMIX_KEY
- GEMINI
APIKEY
- ANTHROPIC
APIKEY
- DEEPSEEK
APIKEY
可选增强配置:
- BOCHA
APIKEYS
- TAVILY
APIKEYS
- SERPAPI
APIKEYS
- WENCAI_COOKIE
- HSCLOUD
AUTHTOKEN 或 HSCLOUD
APPKEY + HSCLOUD
APPSECRET
- IFIND
REFRESHTOKEN
- 可选运行标志 --ifind
- FEISHU
WEBHOOKURL
行为保证:
- - 本技能在本地仓库上运行,不调用GitHub Actions
- iFinD仅为增强功能,不替代主分析链
- 缺少可选增强密钥不应阻止核心本地运行
- 通知为可选功能,仅在配置了渠道且使用--notify时触发
- 本技能依赖捐赠支持;捐赠页面包含GitHub Sponsor、支付宝和微信选项
支持
- - 支持持续开发:
- OpenClaw / ClawHub技能页面:
捐赠
支付宝:

微信支付:
