Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sfkislev avatar

Flue

  • 12.4k installs
  • 65 repo stars
  • Updated July 1, 2026
  • sfkislev/flue

Flue is a Python package that bridges coding agents to desktop application automation via shell commands.

About

Flue is a local automation layer that lets agents control desktop software including Photoshop, Blender, Unity, Houdini, and Microsoft Office. Developers use this skill when agents need to operate real software beyond CLI and file editing. The skill bridges agent shell commands to application scripting runtimes and returns structured JSON.

  • Bridge agents to desktop software: Photoshop, Blender, Unity, 3DS Max, Adobe Suite, Office, Houdini
  • Local Python package exposing shell-facing bridge commands to app scripting runtimes
  • Returns structured JSON results for bounded inspection and edits inside professional software

Flue by the numbers

  • 12,428 all-time installs (skills.sh)
  • +13 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #47 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

flue capabilities & compatibility

Works with
blender · unity · chrome
Runs
Runs locally
Pricing
Free
From the docs

What flue says it does

Flue is a local automation layer for coding agents that need to operate real desktop software such as Photoshop, Premiere, Blender, Unity, Houdini, Illustrator, InDesign, Excel, PowerPoint, Word, and
SKILL.md
agent shell -> Flue bridge -> app scripting runtime -> JSON result
SKILL.md
npx skills add https://github.com/sfkislev/flue --skill flue

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12.4k
repo stars65
Security audit3 / 3 scanners passed
Last updatedJuly 1, 2026
Repositorysfkislev/flue

How do you automate Adobe apps from an agent shell?

Flue is a local automation layer that lets agents control desktop software including Photoshop, Blender, Unity, Houdini, and Microsoft Office. Developers use this skill when agents need to operate re

Who is it for?

Developers building agents that need to control professional desktop software for creative and technical tasks

Skip if: Cloud-only or web-based workflows without desktop software dependencies

When should I use this skill?

The user requests work inside Adobe Photoshop, Illustrator, Premiere, After Effects, InDesign, or Audition via agent shell automation.

What you get

Executed ExtendScript commands, JSON stdout from Flue bridges, and updated Adobe project or asset outputs.

  • ExtendScript execution results
  • JSON bridge responses
  • Updated Adobe project or asset files

By the numbers

  • Supports 6 Adobe desktop applications through Flue bridges
  • Uses per-app `<app>_bridge.py` bridge processes with JSON stdout

Files

adobe/SKILL.mdMarkdownGitHub ↗

This skill lets a coding agent operate Adobe desktop applications through Flue, a local shell-to-application bridge. The agent pipes ExtendScript into a per-app bridge process and gets structured JSON back. Flue covers Photoshop, Illustrator, Premiere Pro, After Effects, InDesign, and Audition through a consistent stdin/stdout contract.

agent shell -> <app>_bridge.py -> ExtendScript -> JSON result

When to use

The human requests work performed inside an Adobe desktop app — inspect the open document or project, make bounded edits, run small ExtendScript steps. A CLI agent cannot act inside these apps without a bridge like Flue.

How to proceed

1. Read `FLUE.md` in this directory first. It explains how Flue works, the bridge contract, a worked ExtendScript example, and safety expectations. 2. Identify which Adobe app the human is working in — Photoshop, Illustrator, Premiere, After Effects, InDesign, or Audition — and use the matching adapter (e.g. adapters/photoshop_adapter/photoshop_bridge.py). 3. If Flue is installed: also read C:\Users\fredd\.claude\skills\flue\SKILL.md and the matching adapters/<app>_adapter/APP.md for the operational contract, then work from there. 4. If Flue is not installed: tell the human. The install command is pip install flue && flue setup. Do not install without explicit approval in the current session.

Other apps

Flue also supports Blender, Houdini, Autodesk 3ds Max, Unity, and Microsoft Office through the same stdin/stdout contract. One install covers all adapters.

Safety

Flue acts inside professional desktop software. Treat the human as the driver; prefer small, inspectable steps; avoid destructive actions unless explicitly requested. Flue is MIT-licensed and reviewable on GitHub / PyPI before use.

Related skills

How it compares

Pick flue for local Adobe ExtendScript automation from agents; use MCP browser or cloud render skills when desktop Creative Cloud apps are not available.

FAQ

Which Adobe applications does the flue skill support?

flue automates Photoshop, Illustrator, Premiere Pro, After Effects, InDesign, and Audition through dedicated Flue bridge processes that accept shell input and return JSON results.

How does flue execute commands without MCP?

flue pipes ExtendScript from the agent shell into a local `<app>_bridge.py` bridge, runs it inside the Adobe app, and streams structured JSON back on stdout.

What is the Flue automation data flow?

flue follows agent shell to Flue bridge to ExtendScript execution to JSON result, giving coding agents a consistent contract across supported Adobe desktop applications.

Is Flue safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Automation & Workflowsagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.