lincoln11user/openclaw-backup
OpenClaw workspace backup containing skills, memory, and configuration.
Summary
A collection of OpenClaw skills focused on Chinese stock market analysis, AI news tracking, image recognition, and skill discovery. The workspace includes Python scripts for quantitative data retrieval, financial analysis, and scheduled automation.
Included Assets
Configuration
openclaw.json— OpenClaw configuration with auth profiles (DeepSeek, MiniMax) and model definitions
Skills
skills/china-stock-analysis/— A-share value investing analysis with stock screening, financial analysis, industry comparison, and DCF/DDM valuation calculators. Requiresakshare,pandas,numpyskills/hhxg-market/— A-share quantitative data assistant (market snapshots, calendars, margin data, news). Zero external dependencies, Python 3 standard library onlyskills/stock-research-team/— Multi-role AI stock research with 6 specialized analysts for technical, fundamental, macro, and sentiment analysisskills/minimax-image-safe/— MiniMax image recognition/OCR via direct API script calls tominimax/MiniMax-VL-01skills/find-skills/— Skill discovery flow, preferringskillhubfor CN networks withclawhubfallbackskills/MorningAI/— Daily AI news tracker from 80+ sources with scheduled execution
How to Use
China Stock Analysis
python scripts/stock_screener.py --scope hs300 --pe-max 15 --roe-min 15
python scripts/financial_analyzer.py --code 600519
python scripts/valuation_calculator.py --code 600519 --method dcf
hhxg-market
python3 "$SKILL_DIR/fetch_snapshot.py" # Full snapshot
python3 "$SKILL_DIR/fetch_snapshot.py" market # Market sentiment
python3 "$SKILL_DIR/fetch_snapshot.py" themes # Hot themes
python3 "$SKILL_DIR/fetch_snapshot.py" ladder # Consecutive limit-up ladder
python3 "$SKILL_DIR/margin.py" # Margin data
python3 "$SKILL_DIR/news.py" # Financial news
MiniMax Image Recognition
python3 scripts/run_image_task.py ./examples/test-image.png --mode ocr
python3 scripts/run_image_task.py ./image.png --mode screenshot
Notes
china-stock-analysisrequirespip install akshare pandas numpyhhxg-marketrequires only Python 3 standard library, no pip dependenciesminimax-image-safeChinese OCR may have accuracy limitations; English/digit recognition is more stable- Data source for
hhxg-market: https://hhxg.top - This is a backup workspace; verify current skill versions before production use
No comments yet.