agentsclimarketplace

Mediocre skill

Skill joeynyc/skillscore/tests/fixtures/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.

Install
npx -y skills add joeynyc/skillscore --skill mediocre-skill

Assembled 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

  1. Run the backup command
  2. Wait for it to finish
  3. 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)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.