# Alphaear Search

> Perform finance web searches and local context searches. Use when the user needs general finance info from the web (Jina/DDG/Baidu) or needs to retrieve finance information from a local document store (RAG).

- **Type:** Skill
- **Install:** `agentstack add skill-rkiding-awesome-finance-skills-alphaear-search`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [RKiding](https://agentstack.voostack.com/s/rkiding)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [RKiding](https://github.com/RKiding)
- **Source:** https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-search

## Install

```sh
agentstack add skill-rkiding-awesome-finance-skills-alphaear-search
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AlphaEar Search Skill

## Overview

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

## Capabilities

### 1. Web Search

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'`.

-   **Search**: Searches local `daily_news` database.

## Dependencies

-   `duckduckgo-search`, `requests`
-   `scripts/database_manager.py` (search cache & local news)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [RKiding](https://github.com/RKiding)
- **Source:** [RKiding/Awesome-finance-skills](https://github.com/RKiding/Awesome-finance-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-rkiding-awesome-finance-skills-alphaear-search
- Seller: https://agentstack.voostack.com/s/rkiding
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
