/install akshare-local-workbench
AKShare Local Workbench
Use this skill to create and operate a local AKShare data workbench from bundled source files. This standalone ClawHub package includes the app source under assets/akshare-workbench, so init-project does not clone GitHub.
Treat the app as a local single-user tool. Prefer caching, slow request pacing, and targeted indicators over high-frequency or bulk data-source access.
Quick Start
Create the workbench project from bundled assets:
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py init-project --target akshare-workbench
Then install dependencies and start:
cd akshare-workbench
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py setup
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py start
When installed through OpenClaw/ClawHub, use the skill's installed script path. If the app already exists, run commands from inside the app project or pass:
--root /path/to/akshare-workbench
Main Commands
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py init-project --target akshare-workbench
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py doctor
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py setup
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py start
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py status
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py restart
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py test
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py clear-cache
python3 /path/to/akshare-local-workbench/scripts/workbench_ctl.py stop
The frontend defaults to http://127.0.0.1:5173; backend health is http://127.0.0.1:8000/api/health.
Request-Limit Guidance
The controller starts the backend with conservative defaults:
AKSHARE_MAX_CONCURRENT=1
AKSHARE_EASTMONEY_INTERVAL_SECONDS=12
AKSHARE_EASTMONEY_HTTP_RETRIES=2
AKSHARE_EASTMONEY_CALL_ATTEMPTS=1
AKSHARE_EASTMONEY_CACHE_TTL_SECONDS=1800
AKSHARE_RESULT_CACHE_TTL_SECONDS=900
AKSHARE_ENRICH_NAMES=0
Ordinary "提取" uses local cache. "强制刷新" bypasses cache and should be used sparingly.
For Eastmoney/东方财富 RemoteDisconnected or Connection aborted errors:
- Wait several minutes.
- Avoid repeated forced refreshes.
- Prefer single-symbol indicators over full-market real-time endpoints.
- Try
AKSHARE_PROXY_MODE=directorAKSHARE_PROXY_MODE=system. - Raise
AKSHARE_EASTMONEY_INTERVAL_SECONDSto20or30.
Do not use IP rotation, high-concurrency scraping, or attempts to bypass upstream restrictions. For production, commercial, high-frequency, or bulk use, use an official or licensed data feed.
Maintenance
Read references/maintenance.md for bundled asset details, common commands, catalog maintenance, troubleshooting, and open-source/disclaimer notes.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install akshare-local-workbench - After installation, invoke the skill by name or use
/akshare-local-workbench - Provide required inputs per the skill's parameter spec and get structured output
What is akshare-local-workbench?
Install, run, maintain, and troubleshoot a bundled local single-user AKShare financial data workbench. Use this skill when OpenClaw needs to create the workb... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install akshare-local-workbench?
Run "/install akshare-local-workbench" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is akshare-local-workbench free?
Yes, akshare-local-workbench is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does akshare-local-workbench support?
akshare-local-workbench is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created akshare-local-workbench?
It is built and maintained by DavidTian (@tianyedavid); the current version is v1.0.0.