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.
npx agentmods add skills/legacybridge-tech/claude-plugins/delete-contentnpx skills add legacybridge-tech/claude-plugins --skill delete-contentgit clone --depth 1 https://github.com/legacybridge-tech/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/legacybridge-tech/claude-plugins/delete-content)<a href="https://agentmods.dev/skills/legacybridge-tech/claude-plugins/delete-content"><img src="https://agentmods.dev/badge/skills/legacybridge-tech/claude-plugins/delete-content.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.02737 |
| Opus 5 | $0.00016 | $0.01368 |
| Sonnet 5 | $0.00007 | $0.00547 |
| Haiku 4.5 | $0.00003 | $0.00274 |
Grade A, and why
delete-content 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Delete Content Skill
Generic file deletion Skill that checks RULE.md permissions and handles dependencies safely.
When to use this Skill
- User says "delete", "remove", "trash"
- User requests content deletion
- User wants to clean up old files
Workflow
1. Identify Target File
If user provides file path:
- Verify file exists using
lsor Read - Confirm file identity
If user provides topic/title only:
- Search for file using Grep or Glob
- Pattern:
**/*keyword*.md - If multiple matches: present list, ask user to choose
- If no matches: report not found
Search strategies:
- Filename match:
find . -name "*keyword*" - Content match:
grep -r "keyword" . - README.md index: Search README.md files for references
2. Read Directory RULE.md
Locate and read RULE.md:
- Check file's directory for RULE.md
- If not found, check parent directories (inheritance)
- Parse RULE.md for deletion rules
Check for:
- Are deletions allowed? (some directories may be immutable or archive-only)
- Archive-instead rules (move to archive instead of delete)
- Backup requirements (create backup before delete)
- Dependency rules (check cross-references)
- Confirmation requirements
Example RULE.md deletion rules:
## Deletion Rules
- Deletions allowed with confirmation
- Check for cross-references before deleting
- Move to Archive/ subdirectory instead of permanent deletion
3. Check Dependencies
Search for cross-references:
- Use Grep to find links to this file:
grep -r "filename" . - Search for references in README.md files
- Check for reverse links (files this file links to)
- Identify files that depend on this content
Categorize dependencies:
- Incoming: Files that link to this file (will break if deleted)
- Outgoing: Files this file links to (won't break, but orphans references)
- Bidirectional: Cross-referenced files (mutual dependencies)
Severity assessment:
- Critical: Many incoming links, part of important workflow
- Warning: Some incoming links, moderately used
- Low: Few or no dependencies
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.
- 3d ago First seen · 415 lines · 33 tokens per session scan A 3812f6d0337f
delete-content is a skill published in the GitHub repository legacybridge-tech/claude-plugins (6 stars, last pushed 3mo ago), licensed MIT. It adds 33 tokens to every session and 2,737 once invoked, about $0.0002 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-31.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
notion
Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
ondb
A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…
sn-da-large-file-analysis
万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl readonly 流式读取(iterrows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。遇到以下任一情况就主动使用本 skill:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用…