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.