nas-backup

Manage NAS content via SSH and jq for JSON processing.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill nas-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nas-backup
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/nas-backup
Command: npx skills add https://github.com/perfectuser21/cecelia --skill nas-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of content stored on a Network Attached Storage (NAS) device, providing a user-friendly interface for common operations.

Core Features & Use Cases

  • Content Listing and Details: View all content, including status and type, or get detailed information about specific items.
  • Content Modification: Update content status, add platforms for distribution, and upload new assets.
  • Content Creation and Search: Create new content entries and search existing content by keywords.
  • Use Case: A content creator can use this skill to quickly list all their draft articles, update their status to 'ready for review', and then add 'xhs' as a distribution platform for a selected item.

Quick Start

Use the nas skill to list all content with the status 'draft'.

Frequently Asked Questions about nas-backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage NAS content and update file status from the command line?

To manage NAS content via command line, you can use a script to list items, update content status, and add distribution platforms. It requires SSH access to the NAS device to execute these operations remotely.

What do I need to parse JSON data when managing files on a NAS?

You need the 'jq' utility installed to process JSON data when managing files on a NAS. This command-line tool is required alongside SSH access to parse content details and retrieve statistics.

Can I search for specific content and filter results by status on my NAS?

Yes, you can search for specific content by keywords and filter results by status on your NAS. The script handles retrieving statistics and showing details for content entries matching your query.

What's the best way to create new content entries and add distribution platforms for NAS assets?

The best way to create new content entries and add distribution platforms is using a CLI script. It allows you to upload new assets and append specific platforms like 'xhs' to selected items on your NAS.

Does SSH access work with scripts for retrieving NAS content statistics?

Yes, SSH access works with scripts for retrieving NAS content statistics. It provides the necessary remote connection to execute commands that list all content and calculate status distributions.