← Back to Skills Marketplace
Promociones de Viajes Argentina
by
Fermin Rodriguez Penelas
· GitHub ↗
· v1.0.1
613
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install travel-promos-argentinas
Description
Consulta promociones de viajes desde Argentina usando Anduin Promos API. Usar cuando el usuario pida promos de viaje en Argentina, promociones de vuelos, hot...
Usage Guidance
This skill appears coherent and low-risk, but consider the following before installing: (1) it makes outbound requests to https://anduin.ferminrp.com — verify you trust that domain and its data/privacy practices, since responses come from an external host; (2) the instructions assume curl and jq are available on the agent runtime even though the manifest declares no required binaries—ensure those tools exist or adapt the instructions; (3) test the endpoint manually (curl the /api/v1/promos and inspect the JSON) to confirm the data/links are acceptable; (4) avoid sending any sensitive or personal data in queries since requests go to a third-party API; and (5) watch for future versions that might request credentials or broader permissions. If these points are acceptable, installing looks reasonable.
Capability Analysis
Type: OpenClaw Skill
Name: travel-promos-argentinas
Version: 1.0.1
The skill is designed to fetch travel promotions from a specific external API (`https://anduin.ferminrp.com/api/v1/promos`) using `curl` and process the JSON response locally with `jq`. The `SKILL.md` clearly defines the purpose, API endpoint, and workflow, including local filtering and error handling. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions outside its stated purpose. The use of `curl` and `jq` is for their intended, legitimate function within the skill's scope.
Capability Assessment
Purpose & Capability
Name/description (travel promos for Argentina) align with the runtime instructions: a single public API endpoint (https://anduin.ferminrp.com/api/v1/promos) is queried and results are filtered/ordered locally. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md confines actions to one GET endpoint and local filtering with jq; it does retry on network errors and describes precise output formatting. Minor mismatch: examples and workflow assume availability of curl and jq, but the skill does not declare required binaries. The instructions do not request reading local files, environment variables, or other system data.
Install Mechanism
This is instruction-only (no install spec / no code written to disk), which is low risk. Note: the instructions rely on command-line tools (curl, jq) but the manifest lists no required binaries or install steps — this is a small consistency issue (runtime environment must provide those tools).
Credentials
The skill requests no environment variables or credentials and the API is documented as not requiring auth. There are no extraneous secrets or config paths requested.
Persistence & Privilege
always is false, the skill has no install-time persistence or system-wide modifications. It does not request permission to run always or to modify other skills or configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-promos-argentinas - After installation, invoke the skill by name or use
/travel-promos-argentinas - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- API base URL actualizada de `anduin.ferminrp.workers.dev` a `anduin.ferminrp.com`.
- Agregados ejemplos de la categoría `autos` y nuevos países observados en las respuestas.
- Incorporado enlace OpenAPI (`/docs/openapi.json`).
- Documentado que el parámetro `permalink` se construye dinámicamente.
- Mejorada la descripción de manejo de errores, incluyendo el caso de 404 cuando no hay datos cacheados.
- Aclarada la semántica de campos y ampliada la documentación de filtros y flujos de trabajo.
v1.0.0
Initial release providing Argentine travel promo search and filtering.
- Query travel promotions (flights, hotels, packages) from the Anduin Promos API for Argentina.
- Supports local filtering and sorting by category, country, date, or score.
- Presents results with concise summaries and tables, including promo titles, scores, and links.
- Handles API errors, empty responses, and presents data source and last update context.
- No authentication needed; all filtering is performed client-side.
Metadata
Frequently Asked Questions
What is Promociones de Viajes Argentina?
Consulta promociones de viajes desde Argentina usando Anduin Promos API. Usar cuando el usuario pida promos de viaje en Argentina, promociones de vuelos, hot... It is an AI Agent Skill for Claude Code / OpenClaw, with 613 downloads so far.
How do I install Promociones de Viajes Argentina?
Run "/install travel-promos-argentinas" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Promociones de Viajes Argentina free?
Yes, Promociones de Viajes Argentina is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Promociones de Viajes Argentina support?
Promociones de Viajes Argentina is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Promociones de Viajes Argentina?
It is built and maintained by Fermin Rodriguez Penelas (@ferminrp); the current version is v1.0.1.
More Skills