ai-folder-organize

by Leonard-Li777Verified

AI File Organizer for Firefly AI Folder. Analyze, categorize, smart-rename, batch-rename, smart-delete-duplicates, tag, find-duplicates, smart-move organize files by AI. Search files, monitor analysis progress, manage virtual directories, smart organization plans. / 萤核智能文件夹AI整理助手。AI分析、智能分类、智能命名、自动打标、自动描述、文件搜索、进度监控、虚拟目录管理、整理方案生成、文件去重、文件移动,处理个人与工作文件

0
Stars
0
Forks
JavaScript
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Leonard-Li777/ai-folder-organize

Getting Started

Guides for using skills like ai-folder-organize.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Firefly AI Folder Logo

Firefly AI Folder — AI File Organizer Skill

Empower your AI Agent (OpenClaw, Claude Desktop, Cursor, etc.) to analyze, tag, search, and organize files locally.

License: MIT Desktop App Repo Node.js Platform

English | 简体中文


💡 What is Firefly AI Folder Skill?

Firefly AI Folder Skill (ai-folder-organize) is an open-source bridge skill designed for AI Agents (such as OpenClaw, Claude Desktop, Cursor, and custom LLM workflows). It connects your AI Agent with the Firefly AI Folder Desktop App running on your computer.

With this skill, your AI Agent can seamlessly:

  • 🏷️ Retrieve AI Analysis Data: Fetch file tags, natural language descriptions, quality scores, and AI-suggested file names.
  • 🔍 Semantic & Full-Text Search: Search files by keywords, tags, or natural language content summaries.
  • 📂 Workspace Navigation: Browse local workspace structures and file trees.
  • 📊 Monitor AI Progress: Query real-time AI analysis queue status and processing percentages.
  • 📁 Virtual Directory Management: Generate multi-perspective file organization plans (e.g., by project, topic, or timeline) without moving physical files or taking extra disk space.
  • 🧹 Apply Organization Plans: Push AI-generated organization structures directly to the desktop app UI for instant preview and one-click application.

🖥️ About Firefly AI Folder Desktop App

The Firefly AI Folder Desktop App is an open-source, local-first AI file management application built with Electron, React, and TypeScript.

🌟 Full Key Features of Desktop App:

  1. 🧠 Local AI-First & 100% Privacy-Preserving Built-in embedded llama.cpp high-performance AI engine (supports GPU/CPU acceleration), also compatible with cloud LLM APIs. 100% private, offline-capable, and zero cloud uploads.

  2. 📂 Automated AI File Categorization & Queue Analysis Smartly recognizes documents, images, video, audio, and code files with asynchronous background queue processing for metadata and text extraction.

  3. 🏷️ Auto-Tagging & Natural Language Deep Summaries Understands file content to automatically extract core semantics, generating multi-dimensional tags and rich natural language summaries.

  4. ✏️ Semantic Smart Batch Renaming Say goodbye to "Untitled(1).txt" or "DSC_0042.jpg"! AI renames files based on actual content with one-click batch processing.

  5. 📁 Innovative "Multi-Dimensional Virtual Directories" Organizes files into virtual views (by project, timeline, topic) without moving physical files or wasting extra disk space.

  6. 🧹 Flexible Exporting for Virtual & Real Directories Export organization plans as virtual folders (usable like real files with zero disk usage) or apply changes to move real physical files.

  7. 🔍 Semantic Search & Hash/Semantic Deduplication Search files by content, tags, or summaries. Supports intelligent duplicate detection based on file content hashes and semantic similarity.

  8. 🖼️ 200+ Native File Previews & OCR Support Native instant preview for Office documents, PDFs, ebooks, code, 3D models, audio/video, and archives. Includes built-in OCR text extraction for images and documents.

  9. File Quality Scoring & Extension Correction Evaluates file value for relevance ranking, detects real file formats, and corrects wrong or missing file extensions.

  10. 🌐 Cross-Platform & 10+ Languages UI Cross-platform desktop app supporting Windows, macOS, and Linux with native UI available in 10+ languages.

🔗 Desktop App GitHub Repository: https://github.com/Leonard-Li777/firefly-ai-folder-desktop


🌟 Key Features (Skill Probe)

FeatureDescription
🚀 Smart Discovery Probediscover.js automatically detects whether Firefly AI Folder desktop app is installed, running, and API-ready.
🌍 Location-Aware Geo DetectionDynamically directs users to China Mainland (https://aifolder.iocn.cn) or International (https://www.aifolder.net) download sites based on timezone and system locale.
🛡️ 100% Privacy & Local-FirstCommunicates with the local desktop client on localhost (127.0.0.1). All file analyses are processed locally without cloud uploads.
📂 Non-Destructive Virtual FoldersCreate multi-angle virtual folder views without moving or risking damage to original local files.
🌐 Multi-Language ReadyFully supports multi-language responses and automatic translation guidelines for international LLMs.

📁 Repository Structure

ai-folder-organize/
├── SKILL.md         # OpenClaw & Agent skill specification and prompt guardrails
├── discover.js      # Three-stage API discovery & health check probe script
├── REFERENCE.md     # Detailed HTTP REST API reference manual
├── README.md        # English documentation (You are here)
└── README_zh.md     # 简体中文文档

🚀 Quick Start

1. Installation

Option A: GitHub Import (ClawHub)

Directly import this skill into ClawHub or your OpenClaw environment:

  1. Open ClawHub (https://clawhub.ai or your OpenClaw skill manager).
  2. Choose Import from GitHub and specify this repository URL: https://github.com/Leonard-Li777/ai-folder-organize.

Option B: Git Clone / Manual Copy

Clone or copy this directory into your OpenClaw skills directory:

git clone https://github.com/Leonard-Li777/ai-folder-organize.git ~/.openclaw/workspace/skills/ai-folder-organize

2. Testing API Discovery Probe

Run discover.js with Node.js to check if the Firefly AI Folder desktop app is running and reachable:

node discover.js

Sample Output (When Desktop App is Connected):

{
  "baseUrl": "http://127.0.0.1:28686",
  "port": 28686,
  "host": "127.0.0.1",
  "startedAt": "2026-07-24T10:00:00.000Z"
}

If the desktop app is not installed or not running, discover.js will exit with code 1 and print formatted guidance and feature introduction via stderr.


🔌 API Endpoints Overview

EndpointMethodDescription
/api/workspacesGETList all configured workspaces and file trees
/api/analysis/queue-statusGETGet analysis queue backlog status and current file
/api/analysis/progressGETGet overall file analysis completion percentage
/api/files/analysis-dataGETQuery detailed AI metadata (tags, summary, score) for a file
/api/files/searchGETFull-text & semantic keyword file search
/api/organize/templatesGETGet organization prompt templates for LLM reasoning
/api/organize/apply-planPOSTSend custom virtual directory plan to desktop app modal
/api/virtual-directoriesGETQuery existing virtual directory structures

For complete request payload specifications and JSON schemas, see REFERENCE.md.


💻 Download & Desktop Source Code

To use this skill, you need the Firefly AI Folder desktop application running on your computer.

Supported Operating Systems: Windows, macOS, Linux.


📄 License

This project is licensed under the MIT License.

Frequently Asked Questions

What is ai-folder-organize?

ai-folder-organize is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Leonard-Li777. AI File Organizer for Firefly AI Folder. Analyze, categorize, smart-rename, batch-rename, smart-delete-duplicates, tag, find-duplicates, smart-move organize files by AI. Search files, monitor analysis progress, manage virtual directories, smart organization plans. / 萤核智能文件夹AI整理助手。AI分析、智能分类、智能命名、自动打标、自动描述、文件搜索、进度监控、虚拟目录管理、整理方案生成、文件去重、文件移动,处理个人与工作文件. It has 0 GitHub stars.

Is ai-folder-organize safe to use?

Yes. ai-folder-organize passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ai-folder-organize?

Clone the repository with "git clone https://github.com/Leonard-Li777/ai-folder-organize" and add it to your Claude Code skills directory (see the Installation section above). ai-folder-organize ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is ai-folder-organize written in?

ai-folder-organize is primarily written in JavaScript. It is open-source under Leonard-Li777 on GitHub, so you can review or fork the full source.

Are there alternatives to ai-folder-organize?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-folder-organize against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details