Dnvriend Paste Image To File Tool
dnvriend-paste-image-to-file-tool is a Claude Code plugin for the Build phase that saves clipboard images to files via a Python CLI.
Save clipboard images to files from the terminal so agents and docs workflows can reference screenshots without manual saves.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dnvriend-paste-image-to-file-tool@dnvriend/paste-image-to-file-toolBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dnvriend/paste-image-to-file-tool") and the paste-ready config with skillselion.get_install_config("plugin:dnvriend/paste-image-to-file-tool").
What it does
dnvriend-paste-image-to-file-tool is a Claude Code plugin listing for a small Python CLI that takes an image from your system clipboard and persists it as a file. Solo builders constantly screenshot UI states, error dialogs, or Figma exports while working with Claude Code or Cursor, then hunt for Downloads folders or misnamed PNGs. This tool standardizes the step: paste once, get a predictable file path your agent can read, commit, or embed in markdown. It is narrowly scoped agent-tooling—not image editing, hosting, or OCR. Expect beginner complexity if Python and clipboard access work on your OS. It will not replace screenshot annotation apps or cloud asset DAMs; it is the fast path from clipboard to repo-relative assets during Build. Register the marketplace plugin and document the CLI invocation in your project scripts or agent instructions.
Highlights
- Writes pasted clipboard images directly to files on disk
- Python-based CLI suited to local dev environments
- Reduces friction when capturing screenshots for bug reports or docs
- Single-plugin marketplace bundle from dnvriend
- Pairs with markdown and quiz or doc pipelines that need image paths
Why builders use it
Clipboard screenshots never land in your project tree with consistent names, so agents and docs break when you reference images.
After paste, you get a saved image file path ready for markdown, tickets, or git without manual Finder saves.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is dnvriend-paste-image-to-file-tool for?
Solo builders and agent users who paste screenshots often and need files on disk for docs, bugs, or repo assets.
When should I use dnvriend-paste-image-to-file-tool?
Use it during Build when you capture UI or errors and want an immediate file path for your agent or markdown notes.
How do I add dnvriend-paste-image-to-file-tool to my agent?
Install the dnvriend/paste-image-to-file-tool Claude Code marketplace plugin, set up the Python CLI from the repo, and call it after copying an image to the clipboard.
Comments
Share how you use dnvriend-paste-image-to-file-tool, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.