PluginBench
Skill
Pass
Audit score 90

alphaear-stock

rkiding/awesome-finance-skills

How to install alphaear-stock

npx skills add https://github.com/rkiding/awesome-finance-skills --skill alphaear-stock
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from rkiding/awesome-finance-skills.


name: alphaear-stock description: Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or specific company finance stock info.

AlphaEar Stock Skill

Overview

Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).

Capabilities

1. Stock Search & Data

Use scripts/stock_tools.py via StockTools.

  • Search: search_ticker(query)
    • Fuzzy search by code or name (e.g., "Moutai", "600519").
    • Returns: List of {code, name}.
  • Get Price: get_stock_price(ticker, start_date, end_date)
    • Returns DataFrame with OHLCV data.
    • Dates format: "YYYY-MM-DD".
  • Get Fundamentals: get_stock_fundamentals(ticker)
    • Returns dict with sector, industry, market cap, PE ratio, and summary.
    • Supports A-Share/HK/US stocks.

Dependencies

  • pandas, requests, akshare, yfinance
  • scripts/database_manager.py (stock tables)

Notes

  • Proxy: For US stock data (via yfinance), you may need to set environment variables if your network cannot reach Yahoo Finance directly:
    export HTTP_PROXY="http://<proxy_ip>:<port>"
    export HTTPS_PROXY="http://<proxy_ip>:<port>"
    
  • A-Share/HK: Data is primarily fetched via akshare (EastMoney), which usually works best with a direct connection in China. The tool automatically detects proxy issues and attempts direct connection for these markets.

Related skills

More from rkiding/awesome-finance-skills and the wider catalog.

ALalphaear-news logo

alphaear-news

rkiding/awesome-finance-skills

Fetch hot finance news, unified trends, and prediction financial market data. Use when the user needs real-time financial news, trend reports from multiple finance sources (Weibo, Zhihu, WallstreetCN, etc.), or Polymarket finance market prediction data.

1.3k installs
SVSVG Logo Designer logo

SVG Logo Designer

rknall/claude-skills

Create professional SVG logos from descriptions and design specifications. Generates multiple logo variations with different layouts, styles, and concepts. Produces scalable vector graphics that can be used directly or exported to PNG. Use this skill when users ask to create logos, brand identities, icons, or visual marks for their designs.

1.2k installsAudited
UNunity-developer logo

unity-developer

rmyndharis/antigravity-skills

Build high-performance Unity games with optimized C# scripts, modern rendering pipelines, and cross-platform deployment.

2.2k installs
WEweb-search-plus logo

web-search-plus

robbyczgw-cla/web-search-plus

Unified multi-provider web search and URL extraction skill with intelligent auto-routing across Serper, Brave, Tavily, Querit, Linkup, Exa, Firecrawl, Perplexity, You.com, SearXNG, and SerpBase.

1.2k installs
PApatent-application-creator logo

patent-application-creator

robthepcguy/claude-patent-creator

Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing - prior art search, claims drafting, specification writing, diagrams, compliance checking

645 installs
AGagentmemory-agents logo

agentmemory-agents

rohitg00/agentmemory

Wire agentmemory memory server into your coding agent via the connect command.

3.3k installsAudited