/install justice-plutus
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: \x3Chttps://github.com/Etherstrings/JusticePlutus#donate>
- ClawHub page: \x3Chttps://clawhub.ai/Etherstrings/justice-plutus>
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
reports/YYYY-MM-DD/stocks/\x3Ccode>.mdreports/YYYY-MM-DD/stocks/\x3Ccode>.jsonreports/YYYY-MM-DD/summary.mdreports/YYYY-MM-DD/summary.jsonreports/YYYY-MM-DD/run_meta.json
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:
sh justice-plutus/scripts/run_analysis.sh "\x3Ccodes>"
This keeps the run local and writes reports without sending notifications.
Analyze and notify
Trigger phrases: "analyze and notify", "run with notifications"
Command:
sh justice-plutus/scripts/run_analysis.sh "\x3Ccodes>" --notify
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:
sh justice-plutus/scripts/run_analysis.sh "\x3Ccodes>" --dry-run
Analyze with iFinD enhancement
Trigger phrases: "run with ifind", "fundamental enhancement", "financial enhancement"
Command:
sh justice-plutus/scripts/run_analysis.sh "\x3Ccodes>" --ifind
This enables:
ENABLE_IFIND=trueENABLE_IFIND_ANALYSIS_ENHANCEMENT=true
for the current run only.
Analyze with notifications and iFinD
Command:
sh justice-plutus/scripts/run_analysis.sh "\x3Ccodes>" --ifind --notify
Notes
Core runtime requirement:
- a working local JusticePlutus repository
- Python runtime
- at least one usable LLM key path such as:
OPENAI_API_KEYAIHUBMIX_KEYGEMINI_API_KEYANTHROPIC_API_KEYDEEPSEEK_API_KEY
Optional enhancement configuration:
- search enhancement:
BOCHA_API_KEYSTAVILY_API_KEYSSERPAPI_API_KEYS
- chip enhancement:
WENCAI_COOKIEHSCLOUD_AUTH_TOKENorHSCLOUD_APP_KEY+HSCLOUD_APP_SECRET
- iFinD enhancement:
IFIND_REFRESH_TOKEN- optional run flags
--ifind
- Feishu notifications:
FEISHU_WEBHOOK_URL
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
--notifyis used - the skill is donation-supported; the donate page includes GitHub Sponsor, Alipay, and WeChat options
Support
- Support ongoing development: \x3Chttps://github.com/Etherstrings/JusticePlutus#donate>
- OpenClaw / ClawHub skill page: \x3Chttps://clawhub.ai/Etherstrings/justice-plutus>
Donate
Alipay:

WeChat Pay:

- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justice-plutus - 安装完成后,直接呼叫该 Skill 的名称或使用
/justice-plutus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Justice Plutus 是什么?
Local A-share analysis with Markdown/JSON reports, optional Feishu notifications, and optional iFinD enhancement. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1202 次。
如何安装 Justice Plutus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justice-plutus」即可一键安装,无需额外配置。
Justice Plutus 是免费的吗?
是的,Justice Plutus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Justice Plutus 支持哪些平台?
Justice Plutus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Justice Plutus?
由 Wu Bo Yu(@etherstrings)开发并维护,当前版本 v2.1.0。