automations

automations is a skill for Claude Code, Codex from sybil-solutions/local-studio. It costs 49 tokens per session (976 once invoked), scanned A, original, Apache-2.0.

A system for saving prompts that Local Studio runs automatically on a schedule, such as every morning or every week.

In plain words
What is it for?
Use it to create, edit, pause, resume, inspect, or delete recurring jobs and review their recent run history.
Why use it?
It removes the need to repeat recurring requests manually and lets you inspect whether scheduled work is active, paused, or completed successfully.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create, edit, pause, resume, inspect, or delete recurring jobs…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sybil-solutions/local-studio/automations
About the project

Local Studio is a local-first control panel for running, managing, and using self-hosted large language model backends such as vLLM, SGLang, llama.cpp, and ExLlama. It lets users launch models, monitor GPU and runtime state, chat through OpenAI-compatible endpoints, and run agent sessions from a desktop or connected mobile device. The catalogue skills and instruction support agent workflows with Local Studio and its controllers.

sybil-solutions/local-studio · 1,753 stars · on GitHub · localstudio.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sybil-solutions/local-studio --skill automations
Clone the repo
git clone --depth 1 https://github.com/sybil-solutions/local-studio

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for automations

README.md
[![agentmods](https://agentmods.dev/badge/skills/sybil-solutions/local-studio/automations.svg)](https://agentmods.dev/skills/sybil-solutions/local-studio/automations)
Your own site
<a href="https://agentmods.dev/skills/sybil-solutions/local-studio/automations"><img src="https://agentmods.dev/badge/skills/sybil-solutions/local-studio/automations.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00976
Opus 5 $0.00024 $0.00488
Sonnet 5 $0.00010 $0.00195
Haiku 4.5 $0.00005 $0.00098

Measured 7d ago against content hash 8719b61695c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

automations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

frontend/desktop/resources/skills/automations/SKILL.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Automations

An automation is a saved prompt Local Studio re-runs on a schedule. By default each run happens in its own fresh session that cannot see this conversation, in a project directory, on a model; an automation can instead be attached to an existing session, and then every run continues that thread. Automations are the same records the user sees in the Automations tab — the tools below read and write that one store, so anything you change shows up there immediately, and anything the user changes there is what you will read back.

Use these tools whenever the user wants work to keep happening without them asking again ("every morning…", "check on this hourly", "remind me weekly"), and whenever they ask about a job that is already scheduled.

Tools

  • list_automations — every automation: id, schedule, active/paused, next run, how the last run ended.
  • read_automation — one automation in full: its exact prompt, model, directory, and its run history (last 20 runs, with what each run reported).
  • schedule_automation — create one.
  • update_automation — change name, prompt, schedule, model, directory or session in place.
  • set_automation_status — pause or resume.
  • run_automation_now — run it immediately and report the outcome; waits for the run to finish.
  • delete_automation — remove it and its history, permanently.

Where a run happens

Runs are fresh by default: no memory of earlier runs, so the prompt has to carry everything the run needs. Pass sessionId to schedule_automation or update_automation to attach the automation to an existing chat instead — the run resumes that session, reads what is already in it, and appends its work to that thread. Pass sessionId: "" to detach and go back to fresh runs.

Attach when the recurring work only makes sense as a continuation ("keep updating the migration notes in this thread"). Leave it fresh when each run should stand alone. A session that has been deleted does not break the automation: that run falls back to a fresh session and records why in its summary, which read_automation shows.

Read the full file on GitHub · 47 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 47 lines · 49 tokens per session scan A 8719b61695c6

Subscribe to this mod's changes

automations is a skill published in the GitHub repository sybil-solutions/local-studio (1,753 stars, last pushed 4d ago), licensed Apache-2.0. It adds 49 tokens to every session and 976 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

send-email

Call the runintent tool with the following exact parameters.

jegly/Box · 7 tokens

rag-code-review

When performing code review on a PR, diff, snippet, or "look at this change" request, first consult the corpus for related ADRs, coding standards, prior patterns, and similar files. Grounds review comments in the team's actual decisions instead of generic best practices. Trigger on any review-style request — "review"…

lyonzin/knowledge-rag · 83 tokens

olares-knowledge

Olares Knowledge via olares-cli knowledge — manage download-server URL, yt-dlp, aria2, torrent, HuggingFace, and Wise download tasks: create/list/inspect/pause/resume/cancel/remove, prefs, sync, and file probes. Requires Olares 1.12.7+. Not for installer download or copying a Drive file with files download.

beclab/Olares · 80 tokens

olares-search

Olares search via olares-cli search — the Desktop global search over Drive files, Sync (Seafile) libraries, Google Drive, Dropbox, Wise/Knowledge, and installed applications, with paging and JSON output. On Olares 1.12.7+ one search drive (alias search files) covers all four file sources. Use for Olares search…

beclab/Olares · 113 tokens

session-librarian

Organize sessions by prompt: find, rename, archive, prune.

aivrar/portable-hermes-agent · 19 tokens

mood-tracker

A simple mood tracking skill that stores your daily mood and comments. Use this when the user wants to log their mood, track how they feel, or see their mood history.

jegly/Box · 40 tokens