Project Templates์ถ์ฒ: Show HN์กฐํ์ 3
Show HN: Claw Drive โ Open-source AI file manager that auto-organizes your files
By dissao_zw2026๋
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์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
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์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
