gety-local-search

This skill should be used when the user wants to search for local files or documents on their computer. Trigger phrases include "帮我找文件", "搜索本地文件", "查找文档", "本地搜索", "找一下XXX文件", "search local files", "find files", "搜一下本地有没有", "找一找电脑里", "帮我搜索", "查找本地", and any request to locate or retrieve locally stored documents, notes, or files by content or name.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gety-local-search" with this command: npx skills add lujfsd/gety-local-search

Gety Local Search

Overview

To search local files and documents indexed by Gety, use the gety CLI. Gety is an AI-powered local file search engine that supports semantic search across all indexed content on the user's machine.

Quick Start

To perform a basic search:

gety search "<query>"

To get structured JSON output (useful for further processing):

gety search "<query>" --json

Core Operations

Searching Documents

To search indexed content, use gety search with the user's query. Key options:

OptionDescription
-n, --limit <n>Max results to return (default: 10)
--offset <n>Pagination offset (default: 0)
-c, --connector <name>Filter by connector name (repeatable or comma-separated)
-e, --ext <ext>Filter by file extension (e.g. pdf,docx)
--match-scope <scope>Filter by match type: title, content, semantic
--sort-by <field>Sort by default or update_time
--sort-order <dir>ascending or descending
--update-time-from <iso8601>Filter by update time (from)
--update-time-to <iso8601>Filter by update time (to)
--no-semantic-searchDisable semantic search (enabled by default)

Examples:

# Basic search
gety search "meeting notes"

# Search with more results and pagination
gety search "roadmap" -n 20 --offset 20

# Filter by connector and file type
gety search "security review" -c "Folder: Work" -e pdf,docx

# Sort by most recently updated
gety search "design system" --match-scope title,content --sort-by update_time --sort-order descending

# JSON output for processing
gety search "project plan" --json

Fetching a Specific Document

To retrieve detailed content of a specific document by its connector ID and document ID:

gety doc <connector_id> <doc_id>
gety doc <connector_id> <doc_id> --json

Managing Connectors

Connectors define which local directories Gety indexes.

# List all available connectors
gety connector list

# Add a new directory to index
gety connector add /path/to/folder --name "Folder: Work"

# Remove a connector by ID
gety connector remove folder_1

Workflow

  1. Receive the user's search request — identify the query intent (file name, content topic, file type, date range, etc.)
  2. Run gety connector list if unsure which connectors exist, to understand the indexed scope
  3. Run gety search "<query>" with appropriate options based on the user's intent
  4. Present results clearly — show file name, location, and a brief description of matched content
  5. Fetch full content if needed — use gety doc <connector_id> <doc_id> when the user needs to read the document
  6. Handle no-results gracefully — suggest broadening the query, checking connector coverage, or verifying the index is up to date
  7. Handle exit codes — check the process exit code after each command:
    • 69: Gety is not running — ask the user to start the Gety desktop app and retry
    • 77: Quota exceeded — inform the user and suggest retrying later
    • 2: Invalid arguments — check command syntax with gety search --help
    • 1: General error — report the error message to the user
    • Full exit code reference: references/gety_cli.md

References

Full CLI documentation is available in references/gety_cli.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated