cafe3310-skill-installer

cafe3310-skill-installer is a skill for Claude Code, Codex from cafe3310/public-agent-skills. It costs 22 tokens per session (544 once invoked), scanned A, original, Apache-2.0.

A tool for installing and updating all Agent Skills published by cafe3310 from its public GitHub repository. It can also show which skills are available after installation.

In plain words
What is it for?
Use it to clone the cafe3310 skills repository, run its installer, update existing cafe3310 skills, and review the installed-skill list and any skipped conflicts.
Why use it?
It avoids downloading and maintaining each skill by hand, while skipping same-named skills from other authors to reduce the risk of overwriting custom work.

Skill for Claude CodeCodex

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

Good fit Use it to clone the cafe3310 skills repository, run its installer, update existing cafe3310 skills, and review the installed-skill list and any skipped conflicts.

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

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 cafe3310-skill-installer

README.md
[![agentmods](https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/cafe3310-skill-installer/github.svg)](https://agentmods.dev/skills/cafe3310/public-agent-skills/cafe3310-skill-installer)
Your own site
<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/cafe3310-skill-installer"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/cafe3310-skill-installer/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 cafe3310-skill-installer

Your own site · 80×15
<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/cafe3310-skill-installer"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/cafe3310-skill-installer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 544 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 pass 7 Sept 2026
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.00022 $0.00544
Opus 5 $0.00011 $0.00272
Sonnet 5 $0.00004 $0.00109
Haiku 4.5 $0.00002 $0.00054

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

Security

Grade A, and why

cafe3310-skill-installer 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills_parked/cafe3310-skill-installer/SKILL.md · 46 lines

What it actually says

安装和更新 cafe3310 的所有 Agent Skill

此 Skill 用于帮助您自动化地下载、更新和维护来自 cafe3310/public-agent-skills 的所有技能。

🎯 核心功能

  1. 一键同步: 从 GitHub 仓库获取最新版本的 skills 到本地。
  2. 安全更新:
    • 如果本地 ~/.agents/skills 目录下已经存在由 cafe3310 创建的技能,它会自动覆盖更新到最新版。
    • 如果同名技能不是由 cafe3310 编写的,脚本会主动跳过,并提示您手动处理,防止误删您的自定义技能。
  3. 状态预览: 安装完成后,它会为您展示当前系统中所有可用技能的清单及其主要作用。

🚀 开发者指示 (Instructions)

如果你是一个 Agent,请执行以下步骤来协助用户完成安装:

  1. 第一步:克隆并准备环境
    克隆 https://github.com/cafe3310/public-agent-skills.git 到临时目录。

  2. 第二步:运行安装脚本
    定位到仓库中的 skills/cafe3310-skill-installer/scripts/install.sh,赋予其执行权限并运行它:

    chmod +x skills/cafe3310-skill-installer/scripts/install.sh
    bash skills/cafe3310-skill-installer/scripts/install.sh
    
  3. 第三步:确认结果
    根据安装脚本输出的结果,向用户反馈安装成功的技能列表,并提醒用户哪些技能因为潜在冲突而被跳过(如果有)。

🛠 维护者

  • 作者: cafe3310
  • 仓库地址: https://github.com/cafe3310/public-agent-skills

小贴士: 如果您是普通用户,只需将本文件交给您的 Agent 并说:“请帮我安装这里面提到的技能”,它就会为您处理好一切。

Files

What ships with it

2 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. 11d ago First seen · 46 lines · 22 tokens per session scan A acef47f52968

Subscribe to this mod's changes

cafe3310-skill-installer is a skill published in the GitHub repository cafe3310/public-agent-skills (253 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 544 once invoked, about $0.0001 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

experts

Assemble a panel of experts to assess a problem from multiple professional perspectives, surface agreement and disagreement, and deliver a chaired recommendation with clear tradeoffs. Use when the user wants multi-expert judgment, a second opinion, design critique, option comparison, or a recommendation backed by…

flc1125/skills · 62 tokens

create-plan

A guide for creating repository-aware technical plans: written proposals for implementation, refactoring, migration, or design work based on the actual codebase.

flc1125/skills · 114 tokens

github-release-notes-writer

Draft or update user-focused GitHub Release Notes from verified tags, commits, pull requests, existing releases, and supplied changelog baselines. Use when preparing prerelease or stable release notes, turning GitHub's generated What's Changed list into a curated narrative, documenting upgrades or breaking changes, or…

flc1125/skills · 84 tokens

google-fonts-curator

Recommend high-taste Google Fonts for websites based on brand tone, page type, and visual direction. Use when the user needs font selection, font pairing, or aesthetic judgment within the Google Fonts ecosystem for landing pages, brand sites, editorial pages, portfolios, or digital products.

flc1125/skills · 61 tokens

programmer-motivator

Give calm, technically grounded encouragement to programmers when the user is stuck on a bug, frustrated by debugging, tired, discouraged, blaming themselves after a mistake, asking for motivation or emotional support while coding, wanting someone to stay with them through a hard problem, celebrating a breakthrough…

flc1125/skills · 102 tokens

subagent-orchestrator

Orchestrate subagent workflows for complex tasks that benefit from decomposition, role-based delegation, and parallel execution. Use when Codex should assemble a temporary team of subagents, choose roles from a reusable role library, create a controlled fallback role when no preset role fits, coordinate read-heavy…

flc1125/skills · 87 tokens