docker-hybrids3: Skill for Claude Code

.agents/skills/hybrids3/SKILL.md

hybrids3 is a skill for Claude Code from psyb0t/docker-hybrids3. It costs 181 tokens per session (5,748 once invoked), scanned B, original, WTFPL.

A self-hosted object-storage service that saves files on your own disk and lets programs access them through S3, HTTP, or MCP interfaces. S3 is the file-storage interface used by AWS tools; MCP lets coding agents call tools over the web.

In plain words
What is it for?
It helps store and retrieve buckets and objects, connect S3-compatible software, upload files with HTTP requests, and expose storage operations to agents.
Why use it?
It avoids depending on a separate cloud-storage provider when you need local control over files and metadata. Supporting three interfaces lets existing programs, command-line tools, and agents use the same storage.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is psyb0t/docker-hybrids3's own configuration. It tells Claude Code how to work on docker-hybrids3 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 docker-hybrids3 configures →

Part of the hybrids3 plugin — 1 skill shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to psyb0t/docker-hybrids3. 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/psyb0t/docker-hybrids3/main/.agents/skills/hybrids3/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/psyb0t/docker-hybrids3

Made for: Claude Code.

Or install hybrids3, the plugin that ships this one along with the rest of its 1 skill.

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 hybrids3

README.md
[![agentmods](https://agentmods.dev/badge/skills/psyb0t/docker-hybrids3/hybrids3.svg)](https://agentmods.dev/skills/psyb0t/docker-hybrids3/hybrids3)
Your own site
<a href="https://agentmods.dev/skills/psyb0t/docker-hybrids3/hybrids3"><img src="https://agentmods.dev/badge/skills/psyb0t/docker-hybrids3/hybrids3.svg" alt="Measured on agentmods" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,748 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
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.00181 $0.05748
Opus 5 $0.00090 $0.02874
Sonnet 5 $0.00036 $0.01150
Haiku 4.5 $0.00018 $0.00575

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

Security

Grade B, and why

hybrids3 scanned grade B with 2 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/hybrids3.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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -X PUT "<presigned-put-url>" --data-binary @report.pdf

Makes network callslowCapability

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

description: Self-hosted lightweight object storage speaking three interfaces at once — the S3 API (boto3 / AWS-SDK compatible, AWS Sig V4), a plain HTTP API (curl-friendly, Bearer auth), and MCP (Streamable HTTP tools f
.agents/skills/hybrids3/SKILL.md · 358 lines

The source is not reproduced here

Licensed WTFPL

The repository is licensed WTFPL, 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

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. 6d ago First seen · 358 lines · 181 tokens per session scan B a52aad0ca257

Subscribe to this mod's changes

hybrids3 is a skill published in the GitHub repository psyb0t/docker-hybrids3 (4 stars, last pushed 1mo ago), licensed WTFPL. It adds 181 tokens to every session and 5,748 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.