shortcuts

shortcuts is a skill for Claude Code, Codex from Zfinix/aster. It costs 0 tokens per session (319 once invoked), scanned A, original, Apache-2.0.

A Mac automation tool for listing and running Apple Shortcuts, which are saved actions that automate tasks on macOS. It runs a shortcut by its exact name and can pass it input.

In plain words
What is it for?
List the shortcuts available on a Mac, run a chosen shortcut, and provide it with a name, path, number, or other text.
Why use it?
It avoids guessing which shortcuts exist and explains whether an empty result means success or failure. It also identifies common permission and input problems.

Skill for Claude CodeCodex

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

Good fit List the shortcuts available on a Mac, run a chosen shortcut, and provide it with a name, path, number, or other text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zfinix/aster/shortcuts
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 Zfinix/aster --skill shortcuts
Clone the repo
git clone --depth 1 https://github.com/Zfinix/aster

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 shortcuts

README.md
[![agentmods](https://agentmods.dev/badge/skills/zfinix/aster/shortcuts.svg)](https://agentmods.dev/skills/zfinix/aster/shortcuts)
Your own site
<a href="https://agentmods.dev/skills/zfinix/aster/shortcuts"><img src="https://agentmods.dev/badge/skills/zfinix/aster/shortcuts.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 319 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 9
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00000 $0.00319
Opus 5 $0.00000 $0.00160
Sonnet 5 $0.00000 $0.00064
Haiku 4.5 $0.00000 $0.00032

Measured yesterday against content hash 88749ded29da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

shortcuts 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 yesterday.

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.

crates/aster-skills/optional-skills/shortcuts/SKILL.md · 23 lines

What it actually says

Shortcuts

  1. List before you run. The shortcuts live on this Mac, not in the repo, so their names cannot be known without asking. Call the list tool first and read the names back; guessing a name burns a turn and fails.
  2. Run by exact name and pass input. run takes the shortcut name plus an optional input string, which becomes the shortcut's input. Pass the value the user gave (a name, a path, a number) as input instead of expecting the shortcut to prompt for it.
  3. Runs happen in the background. Shortcuts run through Shortcuts Events, so the Shortcuts app does not open or steal focus. A shortcut that shows its own dialog may still need the user to click it.
  4. Read the result, and explain empty output. A shortcut that returns a value gives it back as output; one that acts without returning gives an empty output, which is success, not failure. If the run fails with "automation access" or "canceled", say so plainly and give the fix: grant Automation permission, or pass input instead of leaving a dialog to fill in.
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. yesterday First seen · 23 lines · 0 tokens per session scan A 88749ded29da

Subscribe to this mod's changes

shortcuts is a skill published in the GitHub repository Zfinix/aster (57 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 319 tokens. 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-09-06.

Related

Other skills, from other repositories

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

Research

Multi-agent web research with mandatory URL verification, confidence-tagged output, and four depth modes (quick to deep investigation). USE WHEN research, do research, quick research, extensive research, deep investigation, find information, investigate, extract alpha, analyze content, retrieve content, AI trends…

danielmiessler/LifeOS · 173 tokens

ExtractWisdom

Content-adaptive wisdom extraction that reads content first, detects which wisdom domains are present, and builds custom sections around them, with five depth levels and mandatory contrarian takes; pulls YouTube via fabric and articles via WebFetch. USE WHEN extract wisdom, analyze video, analyze podcast, extract…

danielmiessler/LifeOS · 87 tokens

LocalIntelligence

Generic civic intelligence aggregator for any US city — daily local digest of construction permits, crime, new businesses, public officials, legislation, elections, arrests, and local news, keyed off principal's Hometown. Writes JSON consumed by Pulse LOCAL tab. Crime delegates to a dedicated crime-stats skill.…

danielmiessler/LifeOS · 126 tokens

RootCauseAnalysis

Structured incident investigation using Five Whys, Fishbone, blameless Postmortem, Fault Tree, Kepner-Tregoe, and FMEA — traces failures to systemic root causes rather than blaming humans. USE WHEN root cause, RCA, 5 whys, fishbone, postmortem, incident analysis, fault tree, why does this keep failing, blameless…

danielmiessler/LifeOS · 93 tokens

ApertureOscillation

3-pass scope oscillation that holds a question constant while shifting zoom — narrow/tactical, wide/strategic, then synthesis — to surface design tensions, scope recommendations, and coherence assessments invisible at any single zoom level. USE WHEN aperture oscillation, oscillate scope, zoom in and out, tactical vs…

danielmiessler/LifeOS · 102 tokens