Mediocre skill
CLI tool that evaluates AI agent skills and produces quality scores. Works with any SKILL.md-based skill from skills.sh, ClawHub, GitHub, or local directories.
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.
One thing 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.
What its author says it does
Copied from the file, not written here
Creates backups of important files to a remote location.
SKILL.md
0.8 KB, 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)