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/rayan55050/progressive-agent/filesnpx skills add Rayan55050/progressive-agent --skill filesgit clone --depth 1 https://github.com/Rayan55050/progressive-agentWrote 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/rayan55050/progressive-agent/files)<a href="https://agentmods.dev/skills/rayan55050/progressive-agent/files"><img src="https://agentmods.dev/badge/skills/rayan55050/progressive-agent/files.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.00022 | $0.00836 |
| Opus 5 | $0.00011 | $0.00418 |
| Sonnet 5 | $0.00004 | $0.00167 |
| Haiku 4.5 | $0.00002 | $0.00084 |
Grade A, and why
files 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 4d 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.
What it actually says
Работа с файлами
У тебя есть 9 инструментов для работы с файлами на компьютере владельца:
Инструменты
file_search
Поиск файлов и папок по имени/паттерну. Рекурсивный поиск.
query— имя файла или паттерн (например "*.py", "report")path— где искать (по умолчанию домашняя директория)max_results— лимит результатов (по умолчанию 20)
file_read
Чтение текстового файла. UTF-8 с fallback на Latin-1.
path— полный путь к файлуmax_lines— лимит строк (по умолчанию 200)
file_list
Листинг содержимого папки (ls/dir).
path— путь к директорииshow_hidden— показывать скрытые файлы (по умолчанию false)
file_write
Создание или запись в файл.
path— путь к файлуcontent— содержимоеmode— "write" (перезаписать) или "append" (дописать)
file_delete
Удаление файла. ТОЛЬКО когда пользователь ЯВНО просит удалить.
path— путь к файлуconfirm— должно быть true
file_open
Открыть файл в системном приложении (как двойной клик).
path— путь к файлу
file_send
Отправить файл в Telegram.
path— путь к файлу
file_pdf
Чтение PDF-файлов (извлекает текст).
path— путь к PDFmax_pages— лимит страниц (по умолчанию 50)
file_copy
Копирование файла.
source— откудаdestination— куда
Правила
- Безопасность: НИКОГДА не удаляй файлы без явной просьбы пользователя
- Пути: разрешён доступ только к домашней директории пользователя и вложенным папкам
- Запрещённые файлы: НЕ читай и НЕ показывай
.env,credentials, файлы с токенами/паролями - Удаление: используй file_delete ТОЛЬКО когда пользователь напрямую сказал "удали"
- Большие файлы: если файл больше 200 строк, покажи первые строки и спроси — показать полностью?
- Навигация: если пользователь говорит "рабочий стол" → домашняя директория +
/Desktop - PDF: для PDF файлов используй file_pdf, не file_read
- Отправка: если просят "скинь", "отправь", "пришли" файл → file_send
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.
- 4d ago First seen · 102 lines · 22 tokens per session scan A 98ae9c2f2ff4
files is a skill published in the GitHub repository Rayan55050/progressive-agent (2 stars, last pushed 6d ago), licensed MIT. It adds 22 tokens to every session and 836 once invoked, about $0.0001 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
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
document-comparison
Compare two or more PDF documents by extracting targeted sections, building a structured comparison matrix, and highlighting differences with page references.
citedy-lead-magnets
Generate AI-powered lead magnets — checklists, swipe files, and frameworks that convert visitors into subscribers. PDF generation with optional AI illustrations. No competitors in any MCP/skill store. Powered by Citedy.
save-as-pdf
Reformat the current HTML design into a paginated, paper-ready PDF. The "Instant" export already gives the user a PDF at the design's native pixel size — this path is for when they want real pages.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.