🔍
AutomationPython

AlphaEar Search

by RKiding

AlphaEar Search is an Automation skill for Claude Code, published by RKiding in Awesome-finance-skills.

2.8K stars362 forkson RKiding/Awesome-finance-skillsAdded 2026/08/17Repository updated 2026/03/29
agentagent-skillsfinancesfintech
Install in seconds
Install AlphaEar Search
Copy AlphaEar Search into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-search ~/.claude/skills/alphaear-search

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/RKiding/Awesome-finance-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/alphaear-search/SKILL.md in RKiding/Awesome-finance-skills
Installs to
~/.claude/skills/alphaear-search
Collection
One of 10 skills cataloged from this repository
Category
Automation1523 skills

What AlphaEar Search does

AlphaEar Search performs finance web searches via Jina, DuckDuckGo, and Baidu, and retrieves finance information from a local RAG document store. Use it when you need general finance info from the web or local news databases.

AlphaEar Search is cataloged under Automation on DirSkills. AlphaEar Search comes from a repository tagged agent, agent-skills, finances and fintech.

Documentation

README

AlphaEar Search Skill

Overview

Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search.

Capabilities

Use scripts/search_tools.py via SearchTools.

  • Search: search(query, engine, max_results)
    • Engines: jina, ddg, baidu, local.
    • Returns: JSON string (summary) or List[Dict] (via search_list).
  • Smart Cache (Agentic): If you want to avoid redundant searches, use the Search Cache Relevance Prompt in references/PROMPTS.md. Read the cache first and decide if it's usable.
  • Aggregate: aggregate_search(query)
    • Combines results from multiple engines.

2. Local RAG

Use scripts/hybrid_search.py or SearchTools with engine='local'.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AlphaEar Search

  • What else does RKiding publish alongside AlphaEar Search?

    AlphaEar Search is one of 10 skills that DirSkills catalogs from RKiding/Awesome-finance-skills, the repository it ships in. Its siblings there include AlphaEar DeepEar Lite, AlphaEar Logic Visualizer and AlphaEar News. Each one is a separate skill with its own page in this directory, installs the same way AlphaEar Search does, and is maintained by RKiding in that same repository. The rest of the collection is listed on the RKiding/Awesome-finance-skills page.

  • How does AlphaEar Search compare to other Automation skills?

    AlphaEar Search ranks #433 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AlphaEar Search against them. Open each page to compare what they document and how they install.

More from RKiding/Awesome-finance-skills

AlphaEar Search is one of 10 skills cataloged on DirSkills from RKiding/Awesome-finance-skills.

See all 10 skills