Explore skills

8,801 skills found

Category alert

Get new Automação skills every Monday

video-subtitles

0

Generate SRT subtitle files from video or audio using OpenAI Whisper. Free, local, no API key needed.

Automação#ai#apiby AndreaGriffiths11

workflow-orchestration

0

Orchestrates agent workflow for non-trivial tasks, including plan-first mode, subagent use, self-improvement loops, verification before done, and autonomous bug fixing. Use for any task with 3+ steps, architectural decisions, bug reports, or when the user corrects the agent, ensuring minimal and provably correct changes.

Automaçãoby dnh33

agent-governance

0

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Essential for agents using external tools, implementing access control, and detecting dangerous prompts.

Automação#ai#apiby jefeish

windsurf-common-errors

0

Diagnose and fix Windsurf common errors and exceptions. Use when encountering Windsurf errors, debugging failed requests, or troubleshooting integration issues.

Automação#aiby David-Li0406

multi-skill-orchestration

0

Generates academic posters from written papers, distilling chapters into a single-page HTML poster, complete with illustrations and paragraph transitions.

Automaçãoby duany049

google-meet-connector

0

Utilize the AgentPMT external API to operate the Google Meet tool, leveraging wallet signatures, purchased credits, or credits acquired from completed jobs.

Automação#ai#apiby 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#apiby 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#apiby wan-huiyan

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çãoby 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çãoby 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#gitby 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#aiby wan-huiyan