<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Automation on Top AI Skills</title><link>https://topaiskills.com/tags/automation/</link><description>Recent content in Automation on Top AI Skills</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 22 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://topaiskills.com/tags/automation/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Workflow Automation FAQ: Tools, Setup, and Best Practices</title><link>https://topaiskills.com/tutorials/guides/ai-workflow-automation-faq/</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate><guid>https://topaiskills.com/tutorials/guides/ai-workflow-automation-faq/</guid><description>&lt;p&gt;You know AI can write code, generate images, and answer questions. But can it string those capabilities together into an automated process that runs while you sleep? That is the promise of AI workflow automation — and it is easier to start than most people think.&lt;/p&gt;
&lt;h2 id="what-is-ai-workflow-automation-and-why-does-it-matter"&gt;What Is AI Workflow Automation and Why Does It Matter?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;AI workflow automation is the practice of chaining multiple AI actions — prompts, tool calls, data lookups, conditional branches — into a single automated pipeline.&lt;/strong&gt; Instead of manually prompting a model for each step, you design a flow once and let it execute repeatedly.&lt;/p&gt;</description></item><item><title>Azure Deploy</title><link>https://topaiskills.com/skills/automation/azure-deploy/</link><pubDate>Sat, 27 Jun 2026 00:00:00 +0000</pubDate><guid>https://topaiskills.com/skills/automation/azure-deploy/</guid><description>&lt;h2 id="what-it-is"&gt;What It Is&lt;/h2&gt;
&lt;p&gt;Azure Deploy is a skill that turns natural-language deployment requests into actual Azure resource provisioning. Instead of writing ARM templates or Bicep files yourself, you describe what you need — &amp;ldquo;deploy a container app with a PostgreSQL backend&amp;rdquo; — and the skill translates that into the right deployment commands, parameter sets, and validation steps. It lives in the &lt;code&gt;microsoft/azure-skills&lt;/code&gt; monorepo alongside siblings like &lt;a href="https://topaiskills.com/skills/automation/azure-ai/"&gt;Azure AI&lt;/a&gt; and &lt;a href="https://topaiskills.com/skills/automation/microsoft-foundry/"&gt;Microsoft Foundry&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="whats-actually-different"&gt;What&amp;rsquo;s Actually Different&lt;/h2&gt;
&lt;p&gt;The standard deployment loop involves context-switching between your IDE, the Azure Portal, and the &lt;code&gt;az&lt;/code&gt; CLI. Azure Deploy collapses that into a single agent conversation. Compared to writing deployment scripts by hand, the skill handles the scaffolding — it knows which resource types need which parents, which SKUs are valid together, and what the default naming conventions look like. It also runs validation through &lt;code&gt;azure-validate&lt;/code&gt; before executing, so you catch naming collisions and quota issues before they fail mid-deployment.&lt;/p&gt;</description></item><item><title>Triage</title><link>https://topaiskills.com/skills/coding/triage/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><guid>https://topaiskills.com/skills/coding/triage/</guid><description>&lt;h2 id="what-it-is"&gt;What It Is&lt;/h2&gt;
&lt;p&gt;An issue triage skill that turns your AI agent into a dedicated maintainer. It reads each issue or pull request, categorizes it as bug or enhancement, moves it through a state machine with five states, and writes a structured agent brief when an issue is ready to be picked up by another agent.&lt;/p&gt;
&lt;p&gt;The workflow: an issue enters &lt;code&gt;needs-triage&lt;/code&gt;, moves to &lt;code&gt;needs-info&lt;/code&gt; if details are missing, advances to &lt;code&gt;ready-for-agent&lt;/code&gt; or &lt;code&gt;ready-for-human&lt;/code&gt; when it&amp;rsquo;s fully specified, or closes as &lt;code&gt;wontfix&lt;/code&gt;. The skill handles external PRs as issues with attached code, following the same flow.&lt;/p&gt;</description></item><item><title>AI-Powered Web Scraping: A Guide to Just Scrape CLI</title><link>https://topaiskills.com/tutorials/guides/just-scrape/</link><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><guid>https://topaiskills.com/tutorials/guides/just-scrape/</guid><description>&lt;h2 id="what-this-gets-you"&gt;What This Gets You&lt;/h2&gt;
&lt;p&gt;This tutorial walks through installing and using Just Scrape — an AI-powered CLI that scrapes web pages, extracts structured JSON, searches the web, crawls site sections, and monitors pages for changes. By the end you will have a working setup that turns any URL into usable content with a single command and understand when to use each of its eight subcommands. The whole process takes about 10 minutes.&lt;/p&gt;</description></item><item><title>Just Scrape</title><link>https://topaiskills.com/skills/general/just-scrape/</link><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><guid>https://topaiskills.com/skills/general/just-scrape/</guid><description>&lt;h2 id="what-it-is"&gt;What It Is&lt;/h2&gt;
&lt;p&gt;Just Scrape is a terminal-based web scraping CLI that turns any URL into markdown, structured JSON, screenshots, or summaries using the ScrapeGraph AI API. One command replaces the usual dance of opening browser DevTools, writing custom parsers, and debugging selector breakages when a site changes its layout. It ships as both a standalone npm package and an installable agent skill for Claude Code, Cursor, Codex, and OpenCode.&lt;/p&gt;</description></item><item><title>Browser Use</title><link>https://topaiskills.com/skills/general/browser-use/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://topaiskills.com/skills/general/browser-use/</guid><description>&lt;h2 id="what-it-is--verdict"&gt;What It Is + Verdict&lt;/h2&gt;
&lt;p&gt;Browser Use is a browser automation skill that lets Claude control a real browser — navigating pages, filling forms, taking screenshots, and extracting data. It is one of the most practical skills in the ecosystem for anyone who works with web applications.&lt;/p&gt;
&lt;h2 id="the-one-thing-that-matters"&gt;The One Thing That Matters&lt;/h2&gt;
&lt;p&gt;The skill works with a real browser instance, not a simulated DOM. This means it handles JavaScript-rendered content, authenticated sessions, and dynamic single-page apps correctly. When combined with Claude&amp;rsquo;s ability to reason about what it sees in screenshots, the result is far more reliable than headless DOM scraping alone.&lt;/p&gt;</description></item></channel></rss>