Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

Disk Cleaner Skill

porgccszs·gccszs· v1.0.0 · atualizado em 2026-04-10
80
Score

High-performance cross-platform toolkit for disk space monitoring, analysis, and cleaning, optimized with v2.0 enhancements. Use this skill to analyze disk usage, clean junk files, monitor disk health with configurable thresholds, and generate detailed reports with cleanup recommendations. Features include fast scanning with `os.scandir()`, concurrent multi-threaded I/O, intelligent sampling, memory-adaptive processing, cross-platform compatibility (Windows/macOS/Linux), and built-in protection for system files.

disk-managementsystem-monitoringdisk-cleanupperformance-optimizationcross-platformautomationstorage-management
Linguagens
Python
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddisk-cleaner/workflow
1. Analyze disk space usage using `analyze_disk.py`.
2. Preview cleanup actions with `clean_disk.py --dry-run`.
3. Review the proposed changes and confirm with the user.
4. Execute the cleanup using `clean_disk.py --force`.
5. Monitor disk usage with `monitor_disk.py`.
6. Generate a report using `analyze_disk.py --output report.json`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Disk Cleaner Skill
disk-cleaner
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
analyze disk space usageclean temporary filesmonitor disk usagegenerate disk health reportremove junk files from my computercheck disk space on C drivefind large files on my diskoptimize disk performance

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download disk-cleaner
$ synaptic skills detail disk-cleaner
$ synaptic skills live disk-cleaner

Dependências

os.scandir()pytest

Links

GitHub Repository