# Ase Meta Search

> >

- **Type:** Skill
- **Install:** `agentstack add skill-rse-ase-ase-meta-search`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [rse](https://agentstack.voostack.com/s/rse)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [rse](https://github.com/rse)
- **Source:** https://github.com/rse/ase/tree/master/plugin/skills/ase-meta-search
- **Website:** https://ase.tools

## Install

```sh
agentstack add skill-rse-ase-ase-meta-search
```

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

## About

@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md

Search the Internet/Web

    $ARGUMENTS

Your objective is to *search* the *Internet*/*Web* for the following query:

1.  

    
    ```text
        Agent(
            name:          "ase-meta-search-",
            description:   "Query Web Search Service: ",
            subagent_type: "ase:ase-meta-search",
            prompt:        
        )
    ```
    

    Treat  as a comma-separated list of
    *backend tokens*. The getopt parser validates only the *first*
    token, so you *MUST* validate each remaining token yourself against
    the allowed set `all`, `perplexity`, `brave`, `exa`, `websearch`. If
    any token is *not* in this set, bind  to that offending
    token, then only output the following  and then
    immediately *STOP* processing the entire current skill:

    
    ⧉ **ASE**: ✪ skill: **ase-meta-search**, ▶ ERROR: invalid `--services` token: ****
    

    A backend is *selected* if `all` is in  *OR*
    that backend's own name is in .

    If the `perplexity` backend is *selected* and the MCP tool
    `perplexity_search` from the MCP server `search-perplexity` is available:

    
        Call the MCP tool `perplexity_search(query: "")`
        from the MCP server `search-perplexity`.
    

    If the `brave` backend is *selected* and the MCP tool
    `brave_web_search` from the MCP server `search-brave` is available:

    
        Call the MCP tool `brave_web_search(query: "")`
        from the MCP server `search-brave`.
    

    If the `exa` backend is *selected* and the MCP tool
    `web_search_exa` from the MCP server `search-exa` is available:

    
        Call the MCP tool `web_search_exa(query: "")`
        from the MCP server `search-exa`.
    

    If the `websearch` backend is *selected* and the tool
    `WebSearch` is available:

    
        Call the tool `WebSearch(query: "")`.
    

    If the `websearch` backend is *selected* and the tool `web_search` is
    available and the tool `WebSearch` is not available:

    
        Call the tool `web_search(query: "")`.
    

    

2.  

    Consolidate all responses from the `ase:ase-meta-search` agents
    calls above into a single response and output it without giving any
    further explanations.

    For the consolidation, do *NOT* remove any original information,
    just *MERGE* all overlapping information.

## Source & license

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

- **Author:** [rse](https://github.com/rse)
- **Source:** [rse/ase](https://github.com/rse/ase)
- **License:** Apache-2.0
- **Homepage:** https://ase.tools

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-rse-ase-ase-meta-search
- Seller: https://agentstack.voostack.com/s/rse
- 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%.
