Skip to main content

Skills

Skills are reusable capabilities that extend what AI agents can do. Install Gety skills to let agents like Claude Code, Cursor, and Codex search your local files using natural language.

Available skills

SkillDescription
gety-cliSearch and retrieve local documents via Gety CLI

Install

Run in your terminal:

npx skills add gety-ai/gety-skills

The installer lists all available skills from the repository, then lets you choose which agents to install them to.

Terminal showing npx skills add gety-ai/gety-skills with skill discovery and agent selection Select which agents to install Gety skills to

tip

npx is included with Node.js. If your terminal cannot find npx, install Node.js first.

gety-cli

The gety-cli skill translates your natural language queries into Gety CLI commands, runs them, and returns a synthesized answer with source citations.

Prerequisites

  • Gety is running with at least one folder indexed

  • Enable CLI Commands in Gety:

    1. Open Gety → Settings → AI Integrations
    2. Under More Options, click CLI Commands

    Gety AI Integrations page showing CLI Commands under More Options Gety → Settings → AI Integrations: click CLI Commands under More Options

Restart your terminal

After enabling CLI Commands, close and reopen your terminal for the PATH change to take effect.

Usage

Invoke /gety-cli followed by a natural language query in your agent:

/gety-cli What docx files have I updated in the last 24 hours?
/gety-cli Find meeting notes about the Q1 roadmap
/gety-cli Search for PDF documents related to security review in my Work folder
/gety-cli What data sources do I have connected?
/gety-cli Add ~/Documents/projects as a data source

Tips

  • Gety must stay running in the background for the skill to work
  • For full CLI command reference, see CLI