📷
AutomationPython

TrailSnap CLI

by LC044

TrailSnap CLI is an Automation skill for Claude Code, published by LC044 in TrailSnap.

681 stars92 forkson LC044/TrailSnapAdded 2026/08/23+1% in starsRepository updated 2026/08/22
agentagent-skillsaialbumclipphotoskill-mdskillsyolo
Install in seconds
Install TrailSnap CLI
Copy TrailSnap CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/LC044/TrailSnap/tree/master/skills/trailsnap-cli ~/.claude/skills/trailsnap-cli

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/LC044/TrailSnap.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/trailsnap-cli/SKILL.md in LC044/TrailSnap
Installs to
~/.claude/skills/trailsnap-cli
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What TrailSnap CLI does

TrailSnap CLI queries photos, albums, tags, locations, and people from the TrailSnap backend API. Use it when you need to inspect photo library data or retrieve details for a specific photo.

TrailSnap CLI is cataloged under Automation on DirSkills. TrailSnap CLI comes from a repository tagged agent, agent-skills, ai, album and clip.

Documentation

README

TrailSnap CLI 技能

此技能允许使用 trailsnap工具 与 TrailSnap 后端 API 进行交互。

功能

  1. 根据指定条件(可选过滤参数)查询照片列表。
  2. 查询分类标签、相册、位置和人物(面部)信息。
  3. 查询某张照片的详细信息。

安装

使用以下命令检查是否安装了 trailsnap 工具,如果没有安装则可以参考install.md文档进行安装。

trailsnap -v

初始配置

首次使用该工具时,需要配置 API 地址和 Token。你可以使用以下命令来判断是否需要配置 API 地址和 Token:

trailsnap photos list --limit 1

如果你收到错误信息,说明你需要配置 API 地址和 Token。可以询问用户这两个信息,然后通过以下命令进行配置:

trailsnap config set --url <API_BASE_URL> --token <YOUR_API_TOKEN>

使用方法

使用前可以通过 trailsnap <command> -htrailsnap <command> <subcommand> -h 查看每个命令的详细帮助信息。通常情况下,你需要先根据用户的问题逐步筛选出检索条件(一个简单的示例),然后查询符合条件的照片列表。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about TrailSnap CLI

  • How does TrailSnap CLI compare to other Automation skills?

    TrailSnap CLI ranks #1082 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of TrailSnap CLI against them. Open each page to compare what they document and how they install.