Skip to content

modem-dev/glance-agent-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

glance.sh agent plugins

Agent integrations for glance.sh — temporary image sharing for coding agents.

Paste a screenshot in your browser, your agent gets the URL instantly.

Available plugins

Agent Directory Status
pi pi/

How it works

Each plugin creates a live session on glance.sh, gives you a URL to open, and waits for you to paste an image. The image URL is returned to the agent over SSE — no manual copy-paste needed.

agent ──POST /api/session──▶ { id, url }
agent ──GET  /api/session/<id>/events──▶ SSE (waiting…)
user  ──opens /s/<id>, pastes image──▶ agent receives URL

Sessions are anonymous and ephemeral (10-minute TTL). Images expire after 30 minutes.

Adding a new plugin

Create a directory for your agent (e.g. cursor/, cline/) with:

  1. The integration code
  2. A README.md with install instructions

Open a PR.

License

MIT

About

Agent plugins for glance.sh — temporary image sharing for coding agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages