Mediocre skill
Creates backups of important files to a remote location.From its SKILL.md
npx -y skills add joeynyc/skillscore --skill mediocre-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 16 stars16 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `tar -czf backup.tar.gz ./documents/` and 1 more.
- fetches URLsInstructs the agent to fetch 1 URL, including https://storage.example.com/upload.
SKILL.md
0.8 KB, 174 tokens by cl100k_base, as published. Nobody here has run it
File Backup Tool
Creates backups of important files to a remote location.
What it does
This skill backs up files when you ask it to. It compresses files and uploads them to cloud storage.
Requirements
- tar command
- internet connection
- some cloud storage account
How to use
- Run the backup command
- Wait for it to finish
- Check if it worked
tar -czf backup.tar.gz ./documents/
curl -X POST -F "[email protected]" https://storage.example.com/upload
Troubleshooting
If it doesn't work, try running it again. Maybe check your internet connection.
Notes
- Files are compressed before upload
- Might take a while for large files
- Requires cloud storage account setup (instructions not included)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.