nextcloud

Administer self-hosted Nextcloud instances via the occ command-line interface.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill nextcloud
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nextcloud
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/nextcloud
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill nextcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the administration and troubleshooting of Nextcloud self-hosted cloud storage, ensuring your data is accessible and secure.

Core Features & Use Cases

  • Installation & Configuration: Guides through setup and configuration of Nextcloud instances, especially Docker deployments.
  • User & App Management: Handles user creation, deletion, password resets, and application lifecycle management via the occ CLI.
  • Maintenance & Upgrades: Facilitates essential maintenance tasks like enabling maintenance mode, running upgrades, and scanning files.
  • Troubleshooting: Provides diagnostics for common issues like data directory permissions, Redis connectivity, and background job failures.

Quick Start

Use the nextcloud skill to check the system status and scan all files for the default user.

Frequently Asked Questions about nextcloud

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

FAQPage Schema
How do I manage users and reset passwords in a self-hosted Nextcloud instance?▼

Reset Nextcloud passwords and manage user accounts by executing creation and deletion commands via the occ command-line interface. This CLI approach handles user lifecycle tasks efficiently for both Docker and bare-metal deployments without requiring web UI access.

What is the best way to deploy Nextcloud using Docker?▼

Deploying Nextcloud using Docker involves configuring the containerized environment for your self-hosted cloud storage. This Skill guides you through the setup process, ensuring system health and data integrity while supporting PHP web applications, web servers, databases, and Redis for optimal performance.

Why does my Nextcloud background job fail after an upgrade?▼

Nextcloud background job failures after upgrades often stem from Redis connectivity issues or incomplete maintenance tasks. Diagnose these common problems by running system status checks and troubleshooting commands via the occ command-line interface to identify failing cron configurations.

Do I need Redis and a separate database to run Nextcloud efficiently?▼

Yes, Redis and a database are required to run Nextcloud efficiently. Understanding PHP web applications, web servers, databases, and Redis configurations is necessary to maintain system health and operational efficiency for your self-hosted cloud storage.

How do I enable maintenance mode and scan files in Nextcloud?▼

Enable Nextcloud maintenance mode and scan files by running specific occ command-line interface operations. These essential maintenance tasks facilitate system upgrades and file integrity checks across your data directory, ensuring your self-hosted instance remains accessible and secure.

Can I use the occ CLI to troubleshoot data directory permission issues?▼

You can use the occ CLI to troubleshoot Nextcloud data directory permission issues by running diagnostic commands. This Skill provides troubleshooting steps for common permission problems, supporting both Docker and bare-metal environments to ensure your self-hosted cloud storage remains accessible.