files

List, read, write, and move files on mounted Nextcloud storage.

10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/istota-project/istota --skill files-istota-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: files
Source: https://github.com/istota-project/istota/tree/main/src/istota/skills/files
Command: npx skills add https://github.com/istota-project/istota --skill files-istota-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nextcloud files are mounted at /srv/mount/nextcloud/content. This Skill enables seamless file management by performing typical filesystem operations directly on the mounted storage without requiring manual downloads or temporary transfers.

Core Features & Use Cases

  • List files and directories at the mounted path and report sizes and modification hints.
  • Read and write text files directly on Nextcloud, create directories, and manage file moves/copies within the mounted storage.
  • Use cases include content ingestion, quick edits, and organizational tasks on a Nextcloud-backed workspace.

Quick Start

Mount the Nextcloud content at /srv/mount/nextcloud/content and start listing, reading, and writing files directly through the mounted filesystem.

Frequently Asked Questions about files

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

FAQPage Schema
How do I manage Nextcloud files without manual downloads or transfers?

You can manage Nextcloud files by performing filesystem operations directly on the mounted storage. This approach automates file operations like listing, reading, writing, and moving files through a mounted path or an rclone workflow.

What Nextcloud mount path is required to read and write files?

Nextcloud content must be mounted at `/srv/mount/nextcloud/content` to read and write files directly. This local mount point allows you to perform standard filesystem actions on the mounted storage without temporary transfers.

Can I use rclone workflows to automate file operations on a Nextcloud mount?

Yes, rclone workflows are supported for automating mount-enabled Nextcloud file operations. This setup simplifies content management by allowing you to move, copy, and list files through the configured mounted path.

Does the Skill require environment-based configuration for Nextcloud access?

Yes, environment-based configuration is required for Nextcloud access. This configuration works with local mount points and robust error handling to manage missing paths during your file operations.

What happens if a Nextcloud mount path is missing during file operations?

If a mount path is missing during file operations, the process uses robust error handling to manage the failure. This prevents silent crashes when interacting with the Nextcloud mounted storage.