nextcloud

nextcloud is a skill for Claude Code, Codex from Aidas-dev/k8s-agent-skills. It costs 0 tokens per session (356 once invoked), scanned A, original, MIT.

A routing guide for Nextcloud, a file-sharing and collaboration server, covering either Kubernetes deployment or programmatic account management.

In plain words
What is it for?
Use it to choose instructions for Helm-based deployment, databases, Redis, storage, email, integrations, Gateway API routes, or scripted user, group, and app management.
Why use it?
It directs each task to the correct specialized guide, reducing confusion between installing Nextcloud and managing it through its API. Helm handles Kubernetes deployment; the Provisioning API handles users, groups, and apps.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aidas-dev/k8s-agent-skills/nextcloud
Any agent
npx skills add Aidas-dev/k8s-agent-skills --skill nextcloud
Clone the repo
git clone --depth 1 https://github.com/Aidas-dev/k8s-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nextcloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/aidas-dev/k8s-agent-skills/nextcloud.svg)](https://agentmods.dev/skills/aidas-dev/k8s-agent-skills/nextcloud)
Your own site
<a href="https://agentmods.dev/skills/aidas-dev/k8s-agent-skills/nextcloud"><img src="https://agentmods.dev/badge/skills/aidas-dev/k8s-agent-skills/nextcloud.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 356 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00356
Opus 5 $0.00000 $0.00178
Sonnet 5 $0.00000 $0.00071
Haiku 4.5 $0.00000 $0.00036

Measured 4d ago against content hash a7a663c66dee, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

nextcloud scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| Manage users, groups, apps via Provisioning API | `nextcloud-api` | OCS API endpoints, auth (Basic + OCS-APIRequest), curl examples for users/groups/apps CRUD |
skills/nextcloud/SKILL.md · 27 lines

What it actually says

Nextcloud

Skill router. Pick sub-skill based on task.

Which Sub-Skill?

Task Load skill What it does
Deploy, configure, upgrade Nextcloud on K8s with Helm chart nextcloud-helm HelmRelease values, DB (external/internal), Gateway API/Ingress, Redis, S3, Collabora, cron, metrics, Imaginary previews
Manage users, groups, apps via Provisioning API nextcloud-api OCS API endpoints, auth (Basic + OCS-APIRequest), curl examples for users/groups/apps CRUD

Decision Flow

  • Installing or upgrading Nextcloud on Kubernetes? → nextcloud-helm
  • Need to create/edit/delete users or groups programmatically? → nextcloud-api
  • Configuring external DB (PostgreSQL/MySQL), S3 object storage, Redis cache? → nextcloud-helm
  • Setting up SMTP, Collabora, Imaginary previews, cron jobs? → nextcloud-helm
  • Adding a user from a script or CI pipeline? → nextcloud-api
  • Need to enable/disable an app or list installed apps via API? → nextcloud-api
  • Bumping chart version or modifying values.yaml? → nextcloud-helm
  • Setting up Gateway API (HTTPRoute) for Nextcloud? → nextcloud-helm
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 27 lines · 0 tokens per session scan A a7a663c66dee

Subscribe to this mod's changes

nextcloud is a skill published in the GitHub repository Aidas-dev/k8s-agent-skills (2 stars, last pushed 21d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 356 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

n8n-setup

Sets up n8n workflow automation tool so you can create automated workflows between different apps and services.

zocomputer/skills · 25 tokens

aws-non-destructive-task-automation-advisor

Design AWS non-destructive task automation using EventBridge, Step Functions, Lambda, Systems Manager Automation, SNS, SQS, approvals, notifications, reporting, and evidence gathering. Use only for read-only or coordination-safe automation; do not use for destructive remediation or mutation-heavy runbooks.

VincentChuWaiChow/vanguard-frontier-agentic · 68 tokens

dev-local-setup

Scaffold a one-command dev-local launcher for ANY codebase. Investigates the repo to find its services, ports, and infra dependencies, then generates a single scripts/dev-local.sh (up/down/status/logs/restart) that runs every dev server in one tmux session, plus a short skill doc describing it. Use when someone says…

gabrielmoreira/agent-skills-mirror · 110 tokens

speckit-plan

Execute the implementation planning workflow using the plan template to generate design artifacts.

cloudposse/atmos · 19 tokens

remote-setup

Interactive guided setup for claude-remote-kit — persistent Claude Code sessions you can attach to from your phone (tmux + Tailscale + Termius + a context-aware status line). Use when the user says /remote-setup, asks to "set up remote Claude", "use Claude from my phone", or wants the kit installed on this machine.…

garavitgabriel/claude-remote-kit · 148 tokens

m365-admin

Microsoft 365 administrator specializing in Exchange Online, Teams, SharePoint, licensing, Graph API automation, and secure identity operations.

saeed-vayghan/gemini-agent-skills · 29 tokens