arunbagavathiannan

Sspath — Productivity skill for Claude Code

Productivity community

Takes a screenshot → puts the file path in your clipboard.

How to install Sspath

This entry records only its repository, not the path inside it, so there is no exact command to give. Open arunbagavathiannan/sspath and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Sspath does

Takes a screenshot → puts the file path in your clipboard. Streamlines Claude Code workflow.

Alternatives in Productivity

  • Huashu Weread — 微信读书高阶顾问 · 在官方 weread skill 之上加一层「读书顾问的工作流」· 书架+笔记交叉分析 · 4 个 workflow (advisor/path/alchemy/review) · Made by 140 ★
  • Wb Chrome Triage — Load directions via mcpwork-buddywb_run("agent_docs", {"path": "browser/chrome-triage-directions", "depth": "f 42 ★
  • V Dispatch — Execute a Compound-V-ready plan, manifest, or run-id on Engine C — the native Workflow dispatch engine 35 ★

README

sspath

![Video Project 1](https://github.com/user-attachments/assets/33eba580-bc72-490c-a9c3-ec515bc290fd)

**Takes a screenshot → puts the file path in your clipboard.**

No more dragging files or hunting through File Explorer. sspath watches for new screenshots and instantly replaces the clipboard image with the path to that file — formatted for whichever terminal you were just in. Created to streamline Claude Code workflow.


Download

Go to [Releases](../../releases) and download `sspath.exe`. Currently Windows only.


What it does

You do sspath does
Win + PrtSc Detects the new file, copies its path
Win + Shift + S Saves the clipboard image, copies its path
PrtSc / Alt + PrtSc Saves the clipboard image, copies its path

The path is formatted automatically based on your terminal:

Terminal Path you get
WSL /mnt/c/Users/you/Pictures/Screenshots/...
PowerShell / CMD C:\Users\you\Pictures\Screenshots\...
Unknown Both formats, one per line — pick the one you need

Usage

  1. Run sspath.exe
  2. Click ON
  3. Take a screenshot — the path is already in your clipboard
  4. Paste directly into your terminal

Closing the window sends sspath to the system tray. It keeps running until you right-click the tray icon and select **Quit**.

Toggle **OFF** any time you want to take a normal screenshot without path conversion.


Run from source

Requires Windows Python (not WSL).

pip install pywin32 Pillow pystray psutil
python sspath.py

Build the exe yourself

pip install pyinstaller
pyinstaller --onefile --windowed --hidden-import win32clipboard --hidden-import win32con --hidden-import win32gui --hidden-import win32process --collect-all win32 sspath.py

Output is in `dist/sspath.exe`.