Sspath — Productivity skill for Claude Code
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

**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
- Run
sspath.exe - Click ON
- Take a screenshot — the path is already in your clipboard
- 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`.
Related Skills
Task Decomposer
Force a plan-and-confirm step before any multi-file or multi-step change. Invoke whenever the user requests a
Wb Context Collect
Load directions via mcpwork-buddywb_run("agent_docs", {"path": "context/collect-directions", "depth": "full"})
Wb Context Review
Load directions via mcpwork-buddywb_run("agent_docs", {"path": "context/context-review-directions", "depth": "
Dependency Mapper
Map project and task dependencies with critical path analysis and circular dependency detection
Epic Decompose
Break an epic into task children without creating task branches.
Workflow BundlesREADME
Workflow Bundles
Related Agents
Local Review
Starts the local dev server, opens the browser, takes a screenshot, and waits for human approval before the ch
Repo Screenshot
Capture a clean PNG of a GitHub repository for use as a slide overlay. Given a repo URL or owner/repo, decides
Eval Implementer
Implementer role of the D365FO agent eval loop. Runs ON THE VM (mcp-server in full mode + C# bridge) against t