smithery.ai

backup-skill

Automatically backups an opencode skill directory to a 'backups' subfolder as a versioned zip file.

First seen Mar 31, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents opencode
More metadata
short-description
Versioned skill backups

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 988 B
  • docs SUMMARY.md 119 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Backup Skill

Description

This skill creates a versioned ZIP backup of an existing skill directory. It automatically skips the backups folder itself during the process.

Usage

Run the PowerShell script and provide the name of the skill to backup:

powershell -ExecutionPolicy Bypass -File "scripts\backup-skill.ps1" -SkillName "revit-dynamo-journal"

Logic

  1. Check Path: Verifies the skill exists in the global skills directory.
  2. Backup Folder: Creates a backups folder inside the skill directory if it doesn't exist.
  3. Versioning: Scans for existing -v{number}.zip files, finds the highest number, and increments it by 1.
  4. Archive: Copies all files (excluding the backups folder) to a temporary location and creates a zip file.