# Destination Catalog

> |

- **Type:** Skill
- **Install:** `agentstack add skill-hec-ovi-agentickit-destination-catalog`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hec-ovi](https://agentstack.voostack.com/s/hec-ovi)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hec-ovi](https://github.com/hec-ovi)
- **Source:** https://github.com/hec-ovi/agentickit/tree/main/examples/travel/.pilot/skills/destination-catalog

## Install

```sh
agentstack add skill-hec-ovi-agentickit-destination-catalog
```

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

## About

# When to use

Call `list_destinations` when the user wants to browse what the app
offers (the wizard's destination picker, an "ideas for the year"
question, etc).

Call `describe_destination` when the user asks ABOUT a specific city or
when you need catalog data (best time to visit, summary, signature
neighborhoods) before you make another call.

Do NOT invent destinations not in the catalog. If a city is missing,
hand off to the web-search skill explicitly: "Madrid isn't in the local
catalog yet, want me to search the web for it?"

# How to use

For a "browse" question:

1. Call `list_destinations()`.
2. Reply with 3-5 highlights, NOT all of them. The user can scroll the
   wizard for the full list.

For an "about" question:

1. Call `describe_destination({ city })`.
2. Reply with the most relevant 1-2 paragraphs. Mention `bestTimeToVisit`
   if the user is in planning mode.

# Anti-patterns

- Do NOT chain `describe_destination` for 5 cities in one turn — pick the
  most relevant 2 and offer the rest as a follow-up.
- Do NOT make up tourism facts. The catalog is the source of truth; web
  search is the fallback.

## Source & license

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

- **Author:** [hec-ovi](https://github.com/hec-ovi)
- **Source:** [hec-ovi/agentickit](https://github.com/hec-ovi/agentickit)
- **License:** MIT

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-hec-ovi-agentickit-destination-catalog
- Seller: https://agentstack.voostack.com/s/hec-ovi
- 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%.
