ai-folder-organize

作者 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分析、智能分类、智能命名、自动打标、自动描述、文件搜索、进度监控、虚拟目录管理、整理方案生成、文件去重、文件移动,处理个人与工作文件

0
Stars
0
Forks
JavaScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 ai-folder-organize 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情