storage-classify

storage-classify is a skill for Claude Code from Datus-ai/Datus-agent. It costs 86 tokens per session (3,532 once invoked), scanned A, original, no licence file.

A routing guide for deciding where generated work should be saved before it is written.

In plain words
What is it for?
Use it to route semantic models, metrics, SQL summaries, knowledge, memories, skills, and AGENTS.md changes to their designated stores or files.
Why use it?
It prevents different kinds of output from being stored in the wrong place.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to route semantic models, metrics, SQL summaries, knowledge, memories, skills…

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

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 storage-classify

README.md
[![agentmods](https://agentmods.dev/badge/skills/datus-ai/datus-agent/storage-classify.svg)](https://agentmods.dev/skills/datus-ai/datus-agent/storage-classify)
Your own site
<a href="https://agentmods.dev/skills/datus-ai/datus-agent/storage-classify"><img src="https://agentmods.dev/badge/skills/datus-ai/datus-agent/storage-classify.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,532 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 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.00086 $0.03532
Opus 5 $0.00043 $0.01766
Sonnet 5 $0.00017 $0.00706
Haiku 4.5 $0.00009 $0.00353

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

Security

Grade A, and why

storage-classify 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 7d 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.

datus/resources/skills/storage-classify/SKILL.md · 146 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 7d ago First seen · 146 lines · 86 tokens per session scan A 2719a6aba3d0

Subscribe to this mod's changes

storage-classify is a skill published in the GitHub repository Datus-ai/Datus-agent (1,706 stars, last pushed 2d ago), with no licence file. It adds 86 tokens to every session and 3,532 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

tag-command-mapping

How tag-to-command routing works in autopilot. Defines default mappings, precedence rules, and customization patterns.

MadAppGang/claude-code · 26 tokens

agentic-storage

Agentic storage architecture — persistent memory for AI agents using MCP, immutable versioning, sandboxing, and intent validation. Covers the stateless problem in LLM agents, RAG limitations (read-only), MCP protocol (JSON-RPC, resources, tools), storage safety layers, and agent file system design. Source: IBM…

mahmoud20138/Tradecraft · 189 tokens

analyzing-malware-persistence-with-autoruns

Use Sysinternals Autoruns to systematically enumerate and analyze malware persistence mechanisms across Windows registry run keys, scheduled tasks, services, drivers, and startup locations. Use when hunting for persistence during Windows incident response, triaging a compromised endpoint, or validating that malware…

mukul975/Anthropic-Cybersecurity-Skills · 74 tokens

cache

Use when the user wants to view, search, add, edit, prune, archive, or clear hyperflow memory entries. CRUD interface for .hyperflow/memory/ — never modifies source code, only memory files. Trigger with /hyperflow:cache, "show memory", "search memory for X", "clear memory", "what does hyperflow remember about Y".

jeremylongshore/tons-of-skills-marketplace · 78 tokens

sticky

Use when the user wants to set auto-routing mode: on (every task-shaped message routes), auto (intent-verb messages route — default), or off (no auto-routing). Intent-detection runs by default; use this skill to expand to full sticky or disable entirely. Trigger with /hyperflow:sticky, "make hyperflow sticky", "stop…

jeremylongshore/tons-of-skills-marketplace · 97 tokens

s3-minio-content-type-xss

Exploit public bucket Content-Type override for stored XSS on target origin.

uphiago/recon-skills · 24 tokens