skill-installer

skill-installer is a skill for Claude Code from daddia/claude-for-strategy. It costs 75 tokens per session (5,158 once invoked), scanned A, original, MIT.

An installation workflow for adding community skills from an approved registry. It shows the source instructions, checks their structure and trust signals, and waits for your approval before writing files.

In plain words
What is it for?
It helps inspect, validate, approve, and install a named community skill or one found while browsing.
Why use it?
It reduces the risk of installing unreviewed instructions or allowing an untrusted skill to change your environment.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the strategy-builder-hub plugin — 8 skills, 1 agent shipped together

Good fit It helps inspect, validate, approve, and install a named community skill or one found while browsing.

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

Made for: Claude Code.

Or install strategy-builder-hub, the plugin that ships this one along with the rest of its 8 skills, 1 agent.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/daddia/claude-for-strategy/skill-installer"><img src="https://agentmods.dev/badge/skills/daddia/claude-for-strategy/skill-installer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,158 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.00075 $0.05158
Opus 5 $0.00037 $0.02579
Sonnet 5 $0.00015 $0.01032
Haiku 4.5 $0.00007 $0.00516

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

Security

Grade A, and why

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 5d 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.

strategy-builder-hub/skills/skill-installer/SKILL.md · 451 lines

How it starts

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

/strategy-builder-hub:skill-installer

When to use

Install community skill — allowlist, raw SKILL.md, trust check, skills-qa, explicit yes before any write.

What this skill does not do

  • Does not install without fresh typed yes.
  • Does not skip raw SKILL.md display.
  • Does not bypass restrictive allowlist.

Preconditions

Input If missing
Allowlist read first Refuse unknown sources in restrictive mode
Skill name or URL Ask
skills-qa on candidate Run before install

Provisional mode

N/A — approval gate always required.

Trust spine

Governance-tracking; read-only subagent for analysis when possible; human-in-the-loop install.

A note on the limits of AI-mediated trust

This skill is a sequence of instructions to Claude. Claude reads the third-party SKILL.md as part of that sequence. A sufficiently clever prompt injection in a third-party SKILL.md could attempt to tell Claude to skip the raw-source display, report a clean scan, or write files before the approval step. The mitigations in this skill reduce that risk but cannot fully eliminate it:

  1. The allowlist gate (Step 1) is enforced on metadata the user provided — the registry URL and publisher — not on anything the skill says about itself. Restrictive mode refuses unknown sources before any third-party content is read into context.
  2. The raw SKILL.md display (Step 3) is a visible artifact — the user can read the file themselves. If Claude's summary disagrees with the raw content, the user has the evidence to notice.
  3. The approval prompt (Step 5) is human-in-the-loop — no file writes happen until the user says yes in their own words.

For the strongest guarantee: run the fetch and analysis in a read-only context (a subagent with Read/WebFetch only — no Write, no Bash, no MCP). That way a successful injection has nothing to exploit even if it suppresses the UI. The install step (Step 6) is the first time elevated tools are needed; gate it on a fresh, explicit "yes" from the user in their own words.

Read the full file on GitHub · 451 lines

Files

What ships with it

3 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. 5d ago First seen · 451 lines · 75 tokens per session scan A cc259ee4e8c5

Subscribe to this mod's changes

skill-installer is a skill published in the GitHub repository daddia/claude-for-strategy (2 stars, last pushed 2mo ago), licensed MIT. It adds 75 tokens to every session and 5,158 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-09-03.

Related

Other skills, from other repositories

swarmclaw

AI agent runtime and multi-agent orchestration platform. Teaches agents how to use SwarmClaw's 6 primitive tools, persistent memory, dreaming, delegation, connectors, credentials, and the skill system. Use when an agent is running on SwarmClaw and needs to understand the platform's capabilities.

swarmclawai/swarmclaw · 67 tokens

spec-herdr-review

Run visible multi-agent spec reviews in Herdr through interactive agent CLIs such as Claude, Codex, Copilot/GLM, or Grok/Composer. Supports two modes — a spec review (the design, before implementation) and an implementation review (the implemented diff vs the spec, after the calling model has built it). Ask for…

stewartcelani/skills · 88 tokens

gpmc

Read-only Active Directory Group Policy inventory via LDAP — list GPOs, show OU/site links (enabled/disabled/enforced), find unlinked GPOs, search by name, and gpresult for the current user. Use when the user asks about GPOs, Group Policy, GPMC, linked vs unlinked policies, RSoP, what applies to this user, or runs…

stewartcelani/skills · 115 tokens

grok-session

Find and inspect local Grok CLI conversations by session GUID, title, phrase, or recent activity. Use when the user runs /grok-session, asks what Grok work they have been doing lately, says a Grok conversation died, ran out of context, crashed, or exhausted usage, wants to resume a named session, or wants to continue…

stewartcelani/skills · 85 tokens

claude-session

Find and inspect local Claude Code conversations by session GUID, title, phrase, or recent activity. Use when the user runs /claude-session, asks what Claude Code work they have been doing lately, says a Claude Code conversation died, ran out of context, crashed, or exhausted usage, wants to resume a named…

stewartcelani/skills · 80 tokens

codex-session

Find and inspect local Codex task conversations, including by session GUID, title, recent activity, or a phrase from the conversation. Use when the user runs /codex-session, says a prior Codex conversation died or ran out of context, wants to resume a named task, asks what a local Codex task did, or wants to continue…

stewartcelani/skills · 81 tokens