snooze: Skill for Claude Code

.claude/skills/deploying-snooze/SKILL.md

deploying-snooze is a skill for Claude Code from snoozeweb/snooze. It costs 136 tokens per session (2,798 once invoked), scanned D, original, AGPL-3.0.

A deployment guide for shipping changes from the Snooze repository to its remote host. It covers building the Go server, React web bundle, and supporting services before installing and restarting them.

In plain words
What is it for?
Use it when deploying Snooze changes to snooze.egerie.eu or its srv-snooze host, including the main server, web interface, and auxiliary daemons.
Why use it?
It provides a repeatable handoff for moving the repository’s built software to the specified server.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is snoozeweb/snooze's own configuration. It tells Claude Code how to work on snooze itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything snooze configures →

Reuse

Borrowing it

Nothing to install: this file belongs to snoozeweb/snooze. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/snoozeweb/snooze/main/.claude/skills/deploying-snooze/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/snoozeweb/snooze

Made for: Claude Code.

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 deploying-snooze

README.md
[![agentmods](https://agentmods.dev/badge/skills/snoozeweb/snooze/deploying-snooze.svg)](https://agentmods.dev/skills/snoozeweb/snooze/deploying-snooze)
Your own site
<a href="https://agentmods.dev/skills/snoozeweb/snooze/deploying-snooze"><img src="https://agentmods.dev/badge/skills/snoozeweb/snooze/deploying-snooze.svg" alt="Measured on agentmods" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,798 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00136 $0.02798
Opus 5 $0.00068 $0.01399
Sonnet 5 $0.00027 $0.00560
Haiku 4.5 $0.00014 $0.00280

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

Security

Grade D, and why

deploying-snooze scanned grade D with 3 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 8d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

"$REMOTE_EXEC" snooze "sudo install -m0755 -o root -g root /tmp/snooze-server-new /usr/bin/snooze-server \

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

&& sudo rm -rf /var/lib/snooze/web && sudo mkdir -p /var/lib/snooze/web \

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Build locally → scp via the bastion → `install` + `systemctl restart` → curl `/healthz` and tail the journal. Always rebuild only what you changed; the auxiliary daemons and the server are independent binaries.
.claude/skills/deploying-snooze/SKILL.md · 160 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

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. 8d ago First seen · 160 lines · 136 tokens per session scan D dcc875c6df1c

Subscribe to this mod's changes

deploying-snooze is a skill published in the GitHub repository snoozeweb/snooze (10 stars, last pushed today), licensed AGPL-3.0. It adds 136 tokens to every session and 2,798 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cli-ux

Use for packages/cli changes that affect command UX, prompts, help, output layout, progress, success, warnings, errors, JSON/stdout/stderr contracts, non-interactive/agent behavior, copy, or tests for those surfaces. Do not load for implementation-only refactors with unchanged CLI surface.

vercel/vercel · 65 tokens

azure-mgmt-mongodbatlas-dotnet

Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.

microsoft/skills · 64 tokens

nextjs-on-cloudflare

Build, migrate, and deploy Next.js apps on Cloudflare Workers with vinext. Use when starting a Next.js project on Cloudflare, moving an existing app to Workers, choosing between vinext and OpenNext, or setting up vinext for Workers. For setup, migration, or deployment, install vinext's upstream skills with npx skills…

cloudflare/skills · 96 tokens

x-last

Enhanced last command with CSV, JSON, tree view, and interactive UI for viewing login history. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 60 tokens

x-lsof

Enhanced lsof (List Open Files) with interactive UI and structured output. View open files, network connections, and processes. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 64 tokens

x-ps

Enhanced ps process viewer with interactive UI, fzf support, AI filtering, and CSV/JSON/TSV output formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 67 tokens