By succ985
Query Chinese financial market data (A-shares, HK stocks, futures, funds, macro indicators) via the AkShare Python library for real-time quotes, historical data, and market analysis.
Chinese financial data access using AkShare library for OpenClaw.
This skill provides easy access to Chinese financial market data through the AkShare library. It supports real-time and historical data for:
pip install akshare
Or use the provided installation script:
bash scripts/install_akshare.sh
Copy this skill to your OpenClaw workspace:
cp -r openclaw-akshare-skill /path/to/openclaw/workspace/skills/akshare
import akshare as ak
# Get all A-shares real-time data
df = ak.stock_zh_a_spot_em()
print(df.head())
# Get historical daily data for a specific stock
df = ak.stock_zh_a_hist(
symbol="000001",
period="daily",
start_date="20240101",
end_date="20241231",
adjust="qfq" # Forward adjustment
)
print(df.tail())
daily - Daily (日线)weekly - Weekly (周线)monthly - Monthly (月线)qfq - Forward adjustment (前复权)hfq - Backward adjustment (后复权)"" - No adjustment (不复权)See the scripts/ directory for more examples:
example_usage.py - Common usage examplestest_basic.py - Basic functionality teststest_quick.py - Quick start examplesMIT License - see LICENSE file for details
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
See CHANGELOG.md for version history.
For issues and questions:
scripts/ directoryOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin succ985-openclaw-akshare-skillComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.