travel-promos-argentina

Retrieve Argentina travel promotions from the Anduin Promos API and filter by category.

39|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ferminrp/agent-skills --skill travel-promos-argentina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: travel-promos-argentina
Source: https://github.com/ferminrp/agent-skills/tree/main/skills/travel-promos-argentina
Command: npx skills add https://github.com/ferminrp/agent-skills --skill travel-promos-argentina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and organize up-to-date travel promotions for Argentina from the Anduin Promos API, helping users find flights, hotels, and package deals quickly and with clear ranking.

Core Features & Use Cases

  • Fetch current promos from the Anduin API at /api/v1/promos
  • Filter locally by category (flights, hotels, packages) and destination country
  • Rank promos by score and present latest/top offers for user selection

Quick Start

Query the Anduin Promos API to fetch current Argentina travel promos and filter by category or destination for ranking by score.

Frequently Asked Questions about travel-promos-argentina

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve current travel promos for Argentina from the Anduin API?

Travel promos for Argentina are retrieved by querying the Anduin Promos API at the /api/v1/promos endpoint. The API returns JSON data covering flights, hotels, and packages, which can then be filtered and ranked by score.

Can I filter Argentina travel promotions by category like flights or hotels?

Filtering Argentina travel promotions by category is supported locally after retrieving the JSON data. You can filter for specific categories like flights, hotels, and packages, as well as by destination country, using local filtering tools.

What's the best way to rank Anduin travel promos to find the top offers?

Ranking Anduin travel promos by score is the best way to surface top offers. After fetching the JSON data from the API, you can sort the promotions locally to present the latest and highest-scored deals for user selection.

Does the Anduin Promos API work with jq for local data filtering?

The Anduin Promos API works with jq for local data filtering. The Skill retrieves JSON data from the /api/v1/promos endpoint, which can be refined directly using jq to parse, filter, and extract specific promotion fields.

What data format does the Anduin Promos API return for Argentina deals?

The Anduin Promos API returns JSON data for Argentina travel deals. This JSON output includes current promotions for flights, hotels, and packages, which can be filtered locally by destination country and category.

Do I need any dependencies to fetch and filter Argentina travel promos?

No dependencies are required to fetch Argentina travel promos. The Skill queries the Anduin Promos API independently and returns JSON data, which can be refined using local filtering tools like jq if deeper data parsing is needed.