drake495

PAI FileShare Skill — AI skill for Claude Code

AI community

This skill lets you send yourself files by letting your AI (Claude Code, PAI, etc) put it in your local Nextcloud folder.

How to install PAI FileShare Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open drake495/PAI-FileShare-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What PAI FileShare Skill does

This skill lets you send yourself files by letting your AI (Claude Code, PAI, etc) put it in your local Nextcloud folder. Useful when using PAI remotely over ssh and you want a file from you PC at home.

Alternatives in AI

  • Agentrq — AgentRQ: Human-in-loop realtime conversational task manager for AI Agents 1.1k ★
  • Gptaku Plugins — A Claude Code plugin marketplace for people who want to become AI Native 1.1k ★
  • Agent37 Skills Collection — Collection of useful Claude AI skills and commands 186 ★

README

FileShare Skill

**Archived / superseded.** This skill is no longer in use. Its one durable piece of information — that `~/Nextcloud/PAI-Drops/` is the drop folder, copied not moved, with a timestamp prefix on collisions — now lives as a single line in my assistant's operational rules, which is a better home for it than three files of `cp` and `ls`. Kept public as a record of the build. It also still points at PAI-era paths and a notification port that have since changed, so don't install it as-is.

A [PAI](https://github.com/danielmiessler/PAI) skill that copies files to a Nextcloud sync folder for automatic cloud access across all your devices.

What It Does

When you say things like "send me that file" or "drop this to Nextcloud", the skill copies files to `~/Nextcloud/PAI-Drops/`. The Nextcloud client syncs that folder automatically, making files available on your phone, laptop, web UI, or any connected device.

This is useful when using PAI remotely over SSH and you want a file from your PC at home and you can't remember the order of scp commands.

Files are copied, not moved — originals stay in place. Filename collisions are handled with timestamps.

Workflows

Drop

Copies one or more files to the drop folder.

**Triggers:** "send me that file", "drop file", "share file", "send to nextcloud"

**What it does:**

  1. Identifies the target file (from your explicit path or recent conversation context)
  2. Validates the source exists and creates the drop folder if needed
  3. Copies the file (with timestamp prefix if a collision exists)
  4. Verifies the copy and reports filename + size

List

Shows what's currently in the drop folder.

**Triggers:** "list shared files", "what's in PAI-Drops"

**What it does:**

  1. Lists ~/Nextcloud/PAI-Drops/ sorted by date (newest last)
  2. Shows filenames, sizes, and dates

Setup

  1. Install and configure the Nextcloud desktop client
  2. Ensure `~/Nextclou