Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 3

Show HN: Claw Drive โ€“ Open-source AI file manager that auto-organizes your files

By dissao_zw
2026๋…„ 2์›” 22์ผ
**Show HN: Claw Drive โ€“ Open-source AI file manager that auto-organizes your files**

I kept downloading the same insurance card three times because I could never find where I saved it. My file system was full of `cv-final-final.docx` and 7-layer-deep folder hierarchies.So I built Claw Drive โ€” a CLI tool + AI skill that turns a local AI agent into a file manager.How it works: send a file to your agent (locally, via email, or Telegram), and it auto-categorizes it into a structured directory, generates tags, deduplicates via SHA-256, and indexes everything in a JSONL file. Later you find files with natural language queries.Key decisions: - JSONL index instead of a database โ€” easy to inspect, version, and back up - CLI for write ops (store/update/delete), but the agent reads the index directly for search โ€” no point building grep when the consumer is an LLM - Privacy-first: won't read file contents unless explicitly allowed. No response = treated as sensitive by default - Optional Google Drive sync via fswatch + rcloneBuilt as an OpenClaw skill but the CLI is standalone. Written in bash.Would love feedback on the architecture and any edge cases I'm missing...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.