claude-automation-recommender

claude-automation-recommender is a skill for Claude Code from CherryHQ/cherry-studio. It costs 77 tokens per session (2,891 once invoked), scanned A, original, AGPL-3.0.

A guide that examines a codebase and suggests ways to automate Claude Code, an AI coding assistant, with hooks, helper agents, Skills, plugins, or connected services.

In plain words
What is it for?
Planning Claude Code setup, recommending project automations, and improving coding workflows.
Why use it?
It helps identify repetitive development work that could be handled automatically and clarifies which automation type fits.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the cherry-assistant-builtin plugin — 7 skills shipped together

Good fit Planning Claude Code setup, recommending project automations, and improving coding workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cherryhq/cherry-studio/claude-automation-recommender
About the project

Cherry Studio is a desktop application for Windows, Mac, and Linux that brings together conversations with multiple language-model providers, local models, configurable assistants, document processing, and connected tools. It is for people who want one workspace for AI chat, productivity, and agent tasks, and the catalogue add-ons add skills, agents, instructions, and plugins for that workflow.

CherryHQ/cherry-studio · 51,599 stars · on GitHub · cherryai.com

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 CherryHQ/cherry-studio --skill claude-automation-recommender
Clone the repo
git clone --depth 1 https://github.com/CherryHQ/cherry-studio

Made for: Claude Code.

Or install cherry-assistant-builtin, the plugin that ships this one along with the rest of its 7 skills.

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 claude-automation-recommender

README.md
[![agentmods](https://agentmods.dev/badge/skills/cherryhq/cherry-studio/claude-automation-recommender/github.svg)](https://agentmods.dev/skills/cherryhq/cherry-studio/claude-automation-recommender)
Your own site
<a href="https://agentmods.dev/skills/cherryhq/cherry-studio/claude-automation-recommender"><img src="https://agentmods.dev/badge/skills/cherryhq/cherry-studio/claude-automation-recommender/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for claude-automation-recommender

Your own site · 80×15
<a href="https://agentmods.dev/skills/cherryhq/cherry-studio/claude-automation-recommender"><img src="https://agentmods.dev/badge/skills/cherryhq/cherry-studio/claude-automation-recommender.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,891 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: 4 findings, up to high

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 →

  • high System Prompt Leakage · line 13
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
  • high Excessive Agency · line 307
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • high Excessive Agency · line 310
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • medium Agent Snooping · line 128
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin unknown 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.00077 $0.02891
Opus 5 $0.00039 $0.01445
Sonnet 5 $0.00015 $0.00578
Haiku 4.5 $0.00008 $0.00289

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

Security

Grade A, and why

claude-automation-recommender 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 10d 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.

resources/builtin-agents/cherry-assistant/.claude/skills/claude-automation-recommender/SKILL.md · 324 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 324 lines · 77 tokens per session scan A a7088d8851ea

Subscribe to this mod's changes

claude-automation-recommender is a skill published in the GitHub repository CherryHQ/cherry-studio (51,599 stars, last pushed yesterday), licensed AGPL-3.0. It adds 77 tokens to every session and 2,891 once invoked, about $0.0004 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

calibre

Use when the user wants to search, retrieve, send, add, update, sync, export, convert, or clean books from the managed Calibre library runtime.

hoanganhduc/ai-agents-skills · 36 tokens

workspace-rearranger

Use when the user wants to organize, rearrange, sort, or clean up workspace files with safe dry-run and explicit apply behavior.

hoanganhduc/ai-agents-skills · 32 tokens

get-available-resources

This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to…

x-cmd/skill · 115 tokens

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

wechat-article-writer

A Chinese-language content-creation workflow for public-account and social-media writing. It supports article drafting, cover images, illustrations, process diagrams, style analysis, and adapting writing to selected styles.

xstongxue/best-skills · 105 tokens