skills/riesgo-pais-argentina/SKILL.md
Consulta riesgo pais de Argentina con serie historica desde Anduin API. Usar cuando el usuario pida "riesgo pais argentina", "ultimo riesgo pais", "serie historica de riesgo pais", "riesgo pais por fecha o periodo", o "evolucion del riesgo pais".
npx skillsauth add ferminrp/agent-skills riesgo-pais-argentinaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Consulta la serie historica y el ultimo dato de riesgo pais de Argentina.
https://anduin.ferminrp.com/api/v1/indices/riesgo-paistimestampdata.cached, data.fetchedAt, data.totalRegistrosGET /api/v1/indices/riesgo-paisEjemplos:
curl -s "https://anduin.ferminrp.com/api/v1/indices/riesgo-pais" | jq '.'
curl -s "https://anduin.ferminrp.com/api/v1/indices/riesgo-pais" | jq '.data.datos[-1]'
curl -s "https://anduin.ferminrp.com/api/v1/indices/riesgo-pais" | jq '.data.datos | map(select(.fecha >= "2025-01-01" and .fecha <= "2025-12-31"))'
success (bool)timestamp (ISO datetime)data:
slug (esperado: riesgo-pais)datos (array de { fecha, valor })totalRegistros (int)fetchedAt (ISO datetime)cached (bool)curl -s.success == true y existencia de data.datos.jq por fecha.valorfecha del ultimo registrotimestamp o fetchedAtfecha | valor) segun pedido.success: false:
error.message si existe.fecha | valortimestamp o fetchedAt).Esta skill no debe usar en v1:
/api/v1/indices (listado general)/api/v1/indices/inflacion-mensual/api/v1/indices/icl/api/v1/indices/uvariesgo-paisdevelopment
Audit and improve user-provided writing for clarity, concision, and impact. Use when the user asks to audit, review, improve, edit, or rewrite text. Apply seven checks (sentence length, clutter, unsupported modifiers, weasel words, jargon/acronyms, "so what", and flow), then return severity-ranked findings and a full rewrite suggestion.
development
Consulta promociones de viajes desde Argentina usando Anduin Promos API. Usar cuando el usuario pida promos de viaje en Argentina, promociones de vuelos, hoteles o paquetes, mejores ofertas del dia, promos a brasil/usa/europa, ranking por score o ultimas promos de promociones-aereas.
development
Technical guide to integrate mapcn in React + shadcn projects. Use when the user asks to integrate mapcn, add mapcn to a shadcn app, use mapcn MapControls/Markers/Routes/Clusters, implement controlled viewport state, use the useMap hook, or access MapLibre through mapcn.
development
Consulta IPC de Argentina con la serie de inflacion mensual desde Anduin API. Usar cuando el usuario pida "inflacion argentina", "ipc argentina", "inflacion mensual", "ultimo dato de inflacion", "serie historica de inflacion", "inflacion por fecha", "inflacion por periodo" o "variacion mensual ipc".