nextcloud

Automate Nextcloud share management and user lookups via the OCS API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nextcloud sharing and user lookup can be error-prone and time-consuming when done manually; this Skill provides a CLI wrapper around the Nextcloud OCS API to streamline management tasks.

Core Features & Use Cases

  • Manage shares (list, create, delete) for files and folders across Nextcloud deployments.
  • Lookup users for shares and discover available collaborators to simplify provisioning.
  • Scripted automation for routine admin workflows, enabling repeatable share governance.

Quick Start

Configure NC_URL, NC_USER, and NC_PASS in your environment, then run istota-skill nextcloud to manage shares using the available subcommands.

Frequently Asked Questions about nextcloud

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

FAQPage Schema
How do I automate Nextcloud sharing via the OCS API?

Automate Nextcloud sharing by using a CLI wrapper to interact with the OCS API, allowing you to list, create, and delete shares for files and folders. This streamlines administration tasks across deployments with predictable commands.

What do I need to configure before managing Nextcloud shares from the command line?

To manage Nextcloud shares from the command line, you need to configure three environment variables: NC_URL, NC_USER, and NC_PASS. These provide the endpoint and authentication credentials required for OCS API operations.

Can I lookup users for Nextcloud shares using CLI automation?

Yes, you can lookup users for Nextcloud shares using CLI automation. The wrapper allows you to discover available collaborators and simplify provisioning, ensuring shares are correctly directed to valid accounts.

What is the best way to script routine Nextcloud admin workflows?

The best way to script routine Nextcloud admin workflows is using a CLI wrapper around the OCS API. This enables repeatable share governance by automating user lookups and share management tasks predictably.