Libreautomate Skill — Development skill for Claude Code
Claude Code skill: professional Windows computer use via LibreAutomate (C# automation) - observe/act loop, headless CLI runner, verified recipes and learnings log.
How to install Libreautomate Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open GoCloudToday/libreautomate-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Libreautomate Skill does
Claude Code skill: professional Windows computer use via LibreAutomate (C# automation) - observe/act loop, headless CLI runner, verified recipes and learnings log.
Alternatives in Development
- Discuss — Act as a planning interviewer 2.9k ★
- Ctf 24h Fleet — 24h unattended multi-target Web CTF fleet loop runner 1.1k ★
- Sales Safari — Mine watering holes for product opportunities; observe conversations, sort findings into pain killers vs money 324 ★
README
libreautomate-skill
A [Claude Code](https://claude.com/claude-code) skill for **professional Windows computer use** via [LibreAutomate](https://www.libreautomate.com/) (C# desktop automation): control windows, drive UI elements, send keyboard/mouse input, take and analyze screenshots, OCR, automate browsers, and orchestrate multi-app workflows — all headless from the terminal, no visible editor needed.
Everything in here was verified hands-on (LibreAutomate v1.16.1, Windows 11), including the observe–act loop, the headless CLI runner contract, and a growing learnings log of real traps and their fixes.
Install
Clone into your Claude Code skills directory:
git clone https://github.com/GoCloudToday/libreautomate-skill.git "$env:USERPROFILE\.claude\skills\libreautomate"
Claude Code picks it up as the `libreautomate` skill. The skill can install LibreAutomate itself (`scripts/install.ps1`) if it's not present.
Contents
| File | Purpose |
|---|---|
SKILL.md |
The skill entry point: run contract, observe–act loop, environment matrix, safety rules |
recipes.md |
Copy-paste patterns per capability area (observe, act, windows, browser, data, orchestration, headless, GUIs) |
reference.md |
CLI contract, API cheat sheet, gotchas, verified capability inventory, learnings log |
scripts/install.ps1 |
Silent install of LibreAutomate + workspace init |
scripts/la-run.ps1 |
Write, register, and run a C# automation script; relays output + exit code |
scripts/la-doc.ps1 |
Query LibreAutomate's offline 3148-article documentation database |
Versioning
Tags follow the skill's self-iteration protocol: minor bumps for new learnings or rule changes, patches for fixes. Every learning entry cites measured evidence — no speculation.
Related Skills
Desktop Touch MCP
Windows computer-use MCP server: drive any desktop app via semantic discover-then-act targeting (entities + le
Claude Code Recipes V2
Sample code for the 2nd edition of 『Claude Code実践レシピ100本』 — v5 recipes including Agent Teams, Harness Engineer
Jazz Jackrabbit Infinite Runner For Sms
This is a W.I.P. (currently very bad) Jazz Jackrabbit-themed infinite runner with for Sega Master System, that
Ffmpeg Skill
FFmpeg agent skill: categorized recipes for video automation pipelines (convert, trim, mix, overlay, encode).
Threejs Hero Skill
Claude Code skill: build immersive Three.js landing pages as a single HTML file — foggy 3D world, DOM overlay,
Ccp
Headless Claude Code automation without the headless mode 👀
Related Agents
Computer Use Operator
Desktop automation specialist. Controls native macOS apps via Computer Use MCP. Handles Finder, System Setting
Playwright Bowser Agent
Headless browser automation agent using Playwright CLI. Use when you need headless browsing, parallel browser
Log Analyst
Security log analysis specialist. Parses and correlates auth.log, nginx/apache access logs, Windows Event Logs