# Tools Landscape

> Tool and product registry for Andie pre-flight. Maps problem types to tool options with tradeoffs. Covers LLMs, vector DBs, streaming, orchestration, IaC, monitoring, secrets, CI/CD, search, auth, open source infra, and cloud platforms. Load when a tool selection decision is in scope.

- **Type:** Skill
- **Install:** `agentstack add skill-giggsoinc-raven-tools-landscape`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [giggsoinc](https://agentstack.voostack.com/s/giggsoinc)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [giggsoinc](https://github.com/giggsoinc)
- **Source:** https://github.com/giggsoinc/raven/tree/main/guard/guard/skills/tools-landscape
- **Website:** https://github.com/giggsoinc/raven

## Install

```sh
agentstack add skill-giggsoinc-raven-tools-landscape
```

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

## About

# Tools Landscape

Andie's tool and product registry. Read registry.json alongside this skill.

---

## When to Load

Load this skill during pre-flight when the session involves:
- Choosing between tools or platforms
- Evaluating a new tool for adoption
- Comparing open source vs commercial options
- Recommending a stack for a new project
- Migrating from one tool to another

---

## How to Use registry.json

1. Detect the category from the user's domain (see routing below)
2. Load relevant category entries from registry.json
3. Present top 3 candidates with tradeoffs — not a wall of options
4. State why each is relevant to *this specific problem*
5. Flag staleness if `last_updated` is older than 90 days

**Staleness check — always run at load time:**
```
registry.json last_updated: [date]
Today: [date]
Age: [N] days

If age > 90:
⚠️ Tools registry is [N] days old. The landscape may have shifted.
   Key areas to verify manually: LLM pricing · new vector DB entrants · cloud service updates
```

---

## Category Routing

| Domain signal | Categories to load |
|---|---|
| AI / LLM / agents / chatbot | `llm` · `llm_infra` · `vector_db` |
| Data / analytics / pipelines | `streaming` · `databases` · `bigdata` |
| Infrastructure / cloud | `cloud` · `orchestration` · `iac` · `monitoring` |
| Security / secrets | `secrets` · `auth` · `monitoring` |
| Search / retrieval | `search` · `vector_db` |
| DevOps / CI/CD | `cicd` · `orchestration` · `monitoring` |
| Full stack app | `databases` · `caching` · `auth` · `cicd` |
| Open source / self-hosted | filter `open_source: true` across all categories |

---

## Presentation Format

Always present as:

```
Tool options for [category] — [problem context]

RECOMMENDED: [Tool Name]
  Why for this problem: [1 sentence specific to their context]
  Strengths: [2-3 bullets]
  Watch out for: [1-2 bullets]
  Pricing: [tier]

ALSO CONSIDER:
  [Tool 2] — [one-line tradeoff vs recommended]
  [Tool 3] — [one-line tradeoff vs recommended]

SKIP UNLESS:
  [Tool 4] — only if [specific condition]

Open source alternative: [name] — [one line]
```

---

## Comparison Rules

- Never recommend more than 3 tools without a clear differentiator
- Always include one open source option if one exists
- Always state the "when NOT to use this" for the top recommendation
- For LLMs: always include cost-per-token context relative to use case volume
- For managed vs self-hosted: always state ops burden difference

---

## Update Protocol

When the registry is stale or a new tool emerges mid-session:

```
⚠️ [Tool name] may have updated since this registry was last checked.
   Recommend verifying: [specific thing to check — pricing / API / benchmark]
```

To update: edit registry.json, bump `last_updated`, run bundle.sh.

---

*Part of Andie v4.0 — tools-landscape skill*

## Source & license

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

- **Author:** [giggsoinc](https://github.com/giggsoinc)
- **Source:** [giggsoinc/raven](https://github.com/giggsoinc/raven)
- **License:** MIT
- **Homepage:** https://github.com/giggsoinc/raven

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-giggsoinc-raven-tools-landscape
- Seller: https://agentstack.voostack.com/s/giggsoinc
- 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%.
