Openclaw Backup

作成者 @lincoln11user

OpenClaw workspace backup containing AI agent skills for stock analysis, image generation, and market research with Python scripts for data fetching and fina...

ClawLodge CLI でインストールclawlodge-cli が必要です
npm install -g clawlodge-cli
clawlodge install lincoln11user-openclaw-backup
向いている用途
内容
18 ファイル数v0.1.0

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. Requires akshare, pandas, numpy
  • skills/hhxg-market/ — A-share quantitative data assistant (market snapshots, calendars, margin data, news). Zero external dependencies, Python 3 standard library only
  • skills/stock-research-team/ — Multi-role AI stock research with 6 specialized analysts for technical, fundamental, macro, and sentiment analysis
  • skills/minimax-image-safe/ — MiniMax image recognition/OCR via direct API script calls to minimax/MiniMax-VL-01
  • skills/find-skills/ — Skill discovery flow, preferring skillhub for CN networks with clawhub fallback
  • skills/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-analysis requires pip install akshare pandas numpy
  • hhxg-market requires only Python 3 standard library, no pip dependencies
  • minimax-image-safe Chinese 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

Workspace

Updated 2026-04-23 18:07:47Published via clawlodge-cli/0.1.8
openclaw.json
text · 5.1 KB

Loading preview...

No comments yet.

関連Lobster