π¦ ClawHub
Justice Plutus
by @etherstrings
Local A-share analysis with Markdown/JSON reports, optional Feishu notifications, and optional iFinD enhancement.
TERMINAL
clawhub install justice-plutusπ About This Skill
name: justice-plutus description: Local A-share analysis with Markdown/JSON reports, optional Feishu notifications, and optional iFinD enhancement. version: "2.1.0" homepage: https://github.com/Etherstrings/JusticePlutus#donate metadata: openclaw: requires: bins: ["python3"] env: ["OPENAI_API_KEY"] primaryEnv: OPENAI_API_KEY
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:
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:
Inputs
Outputs
reports/YYYY-MM-DD/stocks/.mdreports/YYYY-MM-DD/stocks/.jsonreports/YYYY-MM-DD/summary.mdreports/YYYY-MM-DD/summary.jsonreports/YYYY-MM-DD/run_meta.jsonCurrent Capabilities
Base capabilities:
Optional enhancements when configured:
Commands
Analyze now
Trigger phrases: "analyze stock", "analyze A-share", "JP analyze"Command:
sh justice-plutus/scripts/run_analysis.sh ""
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 "" --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 "" --dry-run
Analyze with iFinD enhancement
Trigger phrases: "run with ifind", "fundamental enhancement", "financial enhancement"Command:
sh justice-plutus/scripts/run_analysis.sh "" --ifind
This enables:
ENABLE_IFIND=trueENABLE_IFIND_ANALYSIS_ENHANCEMENT=truefor the current run only.
Analyze with notifications and iFinD
Command:
sh justice-plutus/scripts/run_analysis.sh "" --ifind --notify
Notes
Core runtime requirement:
OPENAI_API_KEY
- AIHUBMIX_KEY
- GEMINI_API_KEY
- ANTHROPIC_API_KEY
- DEEPSEEK_API_KEYOptional 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
FEISHU_WEBHOOK_URLBehavior guarantees:
--notify is used
Support
Donate
Alipay:WeChat Pay:
π Tips & Best Practices
Core runtime requirement:
OPENAI_API_KEY
- AIHUBMIX_KEY
- GEMINI_API_KEY
- ANTHROPIC_API_KEY
- DEEPSEEK_API_KEYOptional 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
FEISHU_WEBHOOK_URLBehavior guarantees:
--notify is used