rsun-find

Search files in a knowledge base via MCP tools using DSL-style query syntax.

Updated May 20, 2026
One-click install
npx skills add https://github.com/EZoneLai/claude-plugin-ronsunai-os --skill rsun-find-ezonelai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rsun-find
Source: https://github.com/EZoneLai/claude-plugin-ronsunai-os/tree/main/commands/rsun-find
Command: npx skills add https://github.com/EZoneLai/claude-plugin-ronsunai-os --skill rsun-find-ezonelai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Locating files across a large knowledge base (quotes, contracts, presentations) usually requires slow natural-language reasoning. This Skill provides a short DSL syntax that dispatches queries directly to the rsun-files MCP server, bypassing LLM inference for fast, deterministic file search. ## Core Features & Use Cases - DSL Query Parsing: Supports key=value syntax such as ext=.pdf, root=Drive, mode=semantic, unit=CASE-X, folder=X, and recent days=N to route to the right MCP tool. - Multiple Search Modes: Dispatches to smart_search (hybrid keyword+semantic), find_file (keyword), semantic_search, files_for_unit, list_in_folder, recent_files, file_stats, and get_file. - Structured Output: Returns a compact ranked table with scores, filenames, folders, and citation links, plus suggestions when results are sparse. - Use Case: A consultant needs the latest pricing PDF for a client case. Running /rsun-find 報價 ext=.pdf instantly returns ranked results from the knowledge base without downloading file contents. ## Quick Start Ask the assistant to run /rsun-find with a keyword like "報價 ext=.pdf" to search the knowledge base for matching PDF files.

Frequently Asked Questions about rsun-find

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search files with a DSL query syntax?

Pass key=value pairs after the command, such as `報價 ext=.pdf root=Drive`. The parser extracts the pairs, picks the matching MCP tool, and treats remaining tokens as the search query.

What search modes does the rsun-files MCP server support?

It supports smart_search (hybrid keyword plus semantic, the default), find_file (keyword-only via mode=keyword), and semantic_search (mode=semantic). It also offers unit, folder, recent-files, stats, and get-file lookups.

Can I filter file search results by extension or folder?

Yes. Use `ext=.pdf` to filter by file extension, `root=` to restrict to a top-level location, and `folder=` to list files within a specific folder. These combine freely with a keyword query.

How do I find recently modified files in a knowledge base?

Use the `recent` prefix with optional filters, for example `recent days=3 ext=.pdf`. This dispatches to the recent_files MCP tool, which returns files modified within the specified number of days.

What happens when a file search returns too few results?

When fewer than three results match, the output suggests alternatives such as switching to semantic mode or including archived files. It never fabricates results and reports zero matches honestly.

Does this search download or modify the files it finds?

No. It only returns metadata and previews via get_file. It does not download full contents, write notes, or create links; those actions are delegated to other commands.