clawdrive

A local file platform for adding, organizing, searching, sharing, and inspecting files through a web interface and command-line tool. It also supports searching across different media types.

In plain words
What is it for?
Use it to add files or directories, search a workspace, create shareable collections, download shared files, transcribe media, or run its local web service.
Why use it?
It provides one place to work with local files and find related content without relying only on filenames or folder browsing.

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/hyper3labs/clawdrive/skill
Any agent
npx skills add Hyper3Labs/clawdrive --skill skill
Clone the repo
git clone --depth 1 https://github.com/Hyper3Labs/clawdrive

Made for: Claude Code, Codex.

Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,862 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.00047 $0.01862
Opus 5 $0.00023 $0.00931
Sonnet 5 $0.00009 $0.00372
Haiku 4.5 $0.00005 $0.00186

Measured yesterday against content hash 0f394ced33c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

clawdrive 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 yesterday.

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.

curl -fsSL <share-url>/manifest.json # load manifest
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • clawdrive — 100% identical, 0 lines differ
packages/cli/skill/SKILL.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ClawDrive

Agent-native local file storage with multimodal semantic search, shareable collections (pots), and a 3D browser UI.

Install

npm install -g clawdrive

Or run without installing: npx clawdrive <command>.

Skill install:

clawdrive install-skill                      # auto-detects your agent (Claude/Codex/Copilot)
clawdrive install-skill --agent claude       # explicit agent target
clawdrive install-skill --project            # install into current project instead of global
npx skills add hyper3labs/clawdrive          # alternative: via skills.sh

Prerequisites

Dependency Install
Node.js 18+ brew install node
ffmpeg brew install ffmpeg
Gemini API key Free at https://aistudio.google.com/apikey
export GEMINI_API_KEY="your-key-here"

Quick Start

clawdrive serve --demo nasa                  # web UI + API on :7432 (downloads ~248 MB first run)
clawdrive serve --demo nasa --read-only      # hosted demo, mutations blocked
clawdrive serve                              # start with your own workspace

Core Commands

clawdrive add ./docs ./photos        # add files or directories
clawdrive add https://example.com    # add a URL
clawdrive add --pot my-project .     # add into a pot

clawdrive search "quarterly revenue" # text search
clawdrive search --image photo.jpg   # cross-modal: find docs related to a photo
clawdrive search --file clip.mp4     # search by any media type

clawdrive pot create research        # create a pot
clawdrive pot add research ./papers  # add files to an existing pot

clawdrive get "README.md"            # read a file by canonical name
clawdrive todo                       # list files missing summaries
clawdrive tldr "report.pdf" --set "Q3 financials summary"
clawdrive caption "photo.jpg" --set "Astronaut beside a rover on Mars"
clawdrive digest "report.pdf"        # show/set longer markdown digest
clawdrive rename "old.txt" --set "better-name.txt"

Read the full file on GitHub · 198 lines

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. yesterday First seen · 198 lines · 47 tokens per session scan A 0f394ced33c3

Subscribe to this mod's changes

clawdrive is a skill published in the GitHub repository Hyper3Labs/clawdrive (5 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 1,862 once invoked, about $0.0002 per session on Opus 5. 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.