Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/yildirimozal/ajanox/zip-folder)<a href="https://agentmods.dev/skills/yildirimozal/ajanox/zip-folder"><img src="https://agentmods.dev/badge/skills/yildirimozal/ajanox/zip-folder.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.1 | $0.00023 | $0.00587 |
| Opus 5 | $0.00012 | $0.00293 |
| Sonnet 5 | $0.00005 | $0.00117 |
| Haiku 4.5 | $0.00002 | $0.00059 |
Grade A, and why
zip-folder 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.
What it actually says
Klasör Yedek Skill
Belirtilen klasörü alır, tarihe göre zip dosyası oluşturur. Zip dosyası her zaman $HOME/Downloads klasörüne kaydedilir.
Parametreler
klasor(zorunlu): yedeklenecek klasörün yolu. Türkçe ifadeleri çevir:- "belgelerim" / "dökümanlar" →
$HOME/Documents - "masaüstü" →
$HOME/Desktop - "indirilenler" →
$HOME/Downloads - "test-klasor" →
$HOME/test-klasor - Tam yol verilirse (
/tmp/foo,/home/user/proje) olduğu gibi kullan.
- "belgelerim" / "dökümanlar" →
Çalıştırılacak komut (TEK SATIRDA)
Zip dosyası HER ZAMAN $HOME/Downloads klasörüne kaydedilir.
~ yerine $HOME kullan (sandbox uyumluluğu için):
zip -r "$HOME/Downloads/<klasor_adi>_$(date +%Y-%m-%d).zip" "<tam_klasor_yolu>"
Örnekler:
zip -r "$HOME/Downloads/Documents_$(date +%Y-%m-%d).zip" "$HOME/Documents"
zip -r "$HOME/Downloads/test-klasor_$(date +%Y-%m-%d).zip" "$HOME/test-klasor"
zip -r "$HOME/Downloads/foo_$(date +%Y-%m-%d).zip" "/tmp/foo"
Sonuç işleme
- Başarılı (exit 0): "Yedek oluşturuldu: $HOME/Downloads/<klasor_adi>_.zip"
- Klasör bulunamazsa (exit 12): "Klasör bulunamadı: "
- Disk doluysa (exit 1): "Yeterli disk alanı yok"
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.
- 7d ago First seen · 57 lines · 23 tokens per session scan A 6524e109f5e9
zip-folder is a skill published in the GitHub repository yildirimozal/ajanox (2 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 23 tokens to every session and 587 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
codex-rehome
Advanced workflow for migrating, backing up, restoring, or reproducing a Codex Desktop workspace between Mac and Windows computers; use for automation, verification, no-GUI environments, and recovery when ReHome Desktop is not the right entry point.
folder-flattening
Verschachtelte Ordnerhierarchien in flache, maschinenlesbare Strukturen umbauen. Bash-basiert mit intelligenter Merge-Logik.
codex-rehome
A guide for moving or backing up Codex Desktop data between Mac and Windows computers, or before reinstalling a system. It covers conversations, project indexes, skills, plugins, generated files, and selected project folders.
batch-file-ops
Batch-Dateioperationen (Löschen, Verschieben, Kopieren, Auflisten) mit Glob-Mustern. CLI-Werkzeug für effiziente Dateisystem-Operationen. Ohne Abhängigkeiten.
agent-fs
Use when the user wants to store, retrieve, search, or manage files in agent-fs — an agent-first filesystem backed by S3. Triggers on: "save this to agent-fs", "find that file", "store this document", "search agent-fs", "list my files", "show version history", "revert file", "set up agent-fs", "get a signed url"…
file-manager
File operations — organize, search, backup, manage files and directories. Use for any file management task.