Explorar skills

8801 skills encontradas

Alerta por categoría

Recibe nuevas skills de Automação todos los lunes

video-subtitles

0

Genere archivos de subtítulos SRT a partir de video o audio usando OpenAI Whisper. Es gratuito, local y no requiere clave de API.

Automação#ai#apipor AndreaGriffiths11

workflow-orchestration

0

Orquesta el flujo de trabajo del agente para tareas no triviales, incluyendo modo de planificación inicial, uso de subagentes, ciclos de auto-mejora, verificación antes de finalizar y corrección autónoma de errores. Úselo para cualquier tarea con más de 3 pasos, decisiones arquitectónicas, informes de errores o cuando el usuario corrige al agente, asegurando que los cambios sean mínimos y demostrablemente correctos.

Automaçãopor dnh33

agent-governance

0

Patrones y técnicas para añadir gobernanza, seguridad y controles de confianza a sistemas de agentes de IA. Esencial para agentes que usan herramientas externas, implementan control de acceso y detectan intenciones peligrosas.

Automação#ai#apipor jefeish

windsurf-common-errors

0

Diagnostica y corrige errores y excepciones comunes de Windsurf. Úsalo al encontrar errores, depurar solicitudes fallidas o solucionar problemas de integración.

Automação#aipor David-Li0406

multi-skill-orchestration

0

Genera pósteres académicos a partir de trabajos escritos, condensando capítulos en un póster HTML de una sola página, que incluye ilustraciones y transiciones entre párrafos.

Automaçãopor duany049

google-meet-connector

0

Utilice la API externa de AgentPMT para ejecutar la herramienta Google Meet con firmas de billetera, compra de créditos o créditos obtenidos de trabajos.

Automação#ai#apipor AgentPMT

md-twitter-dresser

0

Add AI-generated cover + inline images and candidate titles to a Markdown article, with two rounds of HTML-based human review (round 1 confirms image prompts BEFORE generation to save API cost, round 2 confirms the rendered images). Use whenever the user has a Markdown article and asks to "配图", "加图加标题", "给文章生成封面", "dress this article", "add images and title to my markdown". Outputs a dressed `.md`

Automação#ai#apipor chrisduu

external-data-scout

0

Scout, document, and verify external data sources — both open/free and paid/licensed. Produces comprehensive reports with field-level schemas, API response structures, code snippets, and freshness rankings through a 5-phase workflow: brainstorm, research, build, verify, correct. Use this skill whenever the user wants to discover what external data is available, document data sources for a pipeline

Automação#ai#apipor wan-huiyan

update-skills

0

Se usa cuando el usuario desea actualizar las skills instaladas — globalmente, para el proyecto actual, o ambos. Se activa con frases como actualizar skills, 更新 skills, 更新全局, 更新项目, o intención similar.

Automaçãopor songsunny00

update-skills

0

Use when the user wants to update installed skills — globally, for the current project, or both. Triggers on phrases like "update skills", "更新 skills", "更新全局", "更新项目", or similar intent.

Automaçãopor songsunny00

gh-squash-merge-closes-only-one-issue

0

GitHub auto-close on squash-merge only catches ONE issue per PR even when the PR title/body says "Closes #447, #448, #449, #450". The first issue closes; the rest stay OPEN. Use when: (1) you opened a PR with a title or body listing multiple "Closes #X, #Y, #Z" references, (2) the PR squash-merged successfully (`gh pr view N --json state` = MERGED), (3) `gh issue list --state open` shows some of t

Automação#github#gitpor wan-huiyan

git-pull-after-squash-merge

0

Fix "untracked working tree files would be overwritten by merge" errors when pulling after a squash merge. Use when: (1) `git pull` fails listing files that should already be on main, (2) you just squash-merged a PR and can't pull on another branch, (3) files from a merged branch appear as "untracked" blocking checkout or pull. The root cause is that squash merge creates new commits — the original

Automação#git#aipor wan-huiyan