diff --git a/README.md b/README.md index 4f5dcd1..e5dd498 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Supported Agents](https://img.shields.io/badge/agents-pi%20%7C%20OpenCode%20%7C%20Claude%20Code%20%7C%20Codex-blue)](#available-plugins) -Agent integrations for [glance.sh](https://glance.sh) — temporary image sharing for coding agents. +Agent integrations for [Glance image sharing](https://glance.sh) — paste a screenshot, your coding agent gets the URL. Paste a screenshot in your browser, your agent gets the URL instantly. diff --git a/claude/.claude-plugin/plugin.json b/claude/.claude-plugin/plugin.json index fe67a84..e17a48a 100644 --- a/claude/.claude-plugin/plugin.json +++ b/claude/.claude-plugin/plugin.json @@ -1,11 +1,11 @@ { "name": "glance-claude", "version": "0.1.1", - "description": "glance.sh MCP tools for Claude Code", + "description": "Glance image sharing MCP tools for Claude Code", "author": { "name": "Modem" }, - "homepage": "https://github.com/modem-dev/glance-agent-plugins/tree/main/claude", + "homepage": "https://glance.sh", "repository": "https://github.com/modem-dev/glance-agent-plugins", "license": "MIT", "keywords": ["claude-code", "mcp", "glance", "screenshots", "agent"], diff --git a/claude/README.md b/claude/README.md index 3eef86b..5bf6307 100644 --- a/claude/README.md +++ b/claude/README.md @@ -1,6 +1,6 @@ # glance.sh plugin for Claude Code -[Claude Code](https://github.com/anthropics/claude-code) plugin that adds glance.sh screenshot tools via MCP. +[Claude Code](https://github.com/anthropics/claude-code) plugin for [Glance image sharing](https://glance.sh). Adds screenshot tools via MCP. ## What it does diff --git a/claude/package.json b/claude/package.json index c42443e..e5c337b 100644 --- a/claude/package.json +++ b/claude/package.json @@ -1,7 +1,7 @@ { "name": "@modemdev/glance-claude", "version": "0.1.1", - "description": "glance.sh plugin package for Claude Code", + "description": "Glance image sharing plugin for Claude Code. Paste a screenshot, your agent gets the URL.", "license": "MIT", "type": "module", "repository": { @@ -9,7 +9,7 @@ "url": "git+https://github.com/modem-dev/glance-agent-plugins.git", "directory": "claude" }, - "homepage": "https://github.com/modem-dev/glance-agent-plugins/tree/main/claude", + "homepage": "https://glance.sh", "bugs": { "url": "https://github.com/modem-dev/glance-agent-plugins/issues" }, diff --git a/codex/.codex-plugin/plugin.json b/codex/.codex-plugin/plugin.json index c65f434..5055de8 100644 --- a/codex/.codex-plugin/plugin.json +++ b/codex/.codex-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "glance-codex", - "description": "glance.sh MCP tools for Codex", + "description": "Glance image sharing MCP tools for Codex", "mcpServers": "./.mcp.json" } diff --git a/codex/README.md b/codex/README.md index a586b87..c6bdbd2 100644 --- a/codex/README.md +++ b/codex/README.md @@ -1,6 +1,6 @@ # glance.sh plugin for Codex -[Codex CLI](https://developers.openai.com/codex) integration that adds glance.sh screenshot tools via MCP. +[Codex CLI](https://developers.openai.com/codex) MCP server for [Glance image sharing](https://glance.sh). ## What it does diff --git a/codex/package.json b/codex/package.json index b835075..77d9c66 100644 --- a/codex/package.json +++ b/codex/package.json @@ -1,7 +1,7 @@ { "name": "@modemdev/glance-codex", "version": "0.1.2", - "description": "glance.sh MCP server package for Codex", + "description": "Glance image sharing MCP server for Codex CLI. Paste a screenshot, your agent gets the URL.", "license": "MIT", "type": "module", "repository": { @@ -9,7 +9,7 @@ "url": "git+https://github.com/modem-dev/glance-agent-plugins.git", "directory": "codex" }, - "homepage": "https://github.com/modem-dev/glance-agent-plugins/tree/main/codex", + "homepage": "https://glance.sh", "bugs": { "url": "https://github.com/modem-dev/glance-agent-plugins/issues" }, diff --git a/opencode/README.md b/opencode/README.md index a06f4a2..d563d29 100644 --- a/opencode/README.md +++ b/opencode/README.md @@ -1,6 +1,6 @@ # glance.sh plugin for OpenCode -[OpenCode](https://github.com/anomalyco/opencode) plugin that lets your agent request screenshots from you via [glance.sh](https://glance.sh). +[OpenCode](https://github.com/anomalyco/opencode) plugin for [Glance image sharing](https://glance.sh). Lets your agent request screenshots from you. ## What it does diff --git a/opencode/package.json b/opencode/package.json index d3b7186..5f083e6 100644 --- a/opencode/package.json +++ b/opencode/package.json @@ -1,7 +1,7 @@ { "name": "@modemdev/glance-opencode", "version": "0.1.1", - "description": "glance.sh plugin package for OpenCode", + "description": "Glance image sharing plugin for OpenCode. Paste a screenshot, your agent gets the URL.", "license": "MIT", "type": "module", "repository": { @@ -9,7 +9,7 @@ "url": "git+https://github.com/modem-dev/glance-agent-plugins.git", "directory": "opencode" }, - "homepage": "https://github.com/modem-dev/glance-agent-plugins/tree/main/opencode", + "homepage": "https://glance.sh", "bugs": { "url": "https://github.com/modem-dev/glance-agent-plugins/issues" }, diff --git a/pi/README.md b/pi/README.md index e61a90d..490f944 100644 --- a/pi/README.md +++ b/pi/README.md @@ -1,6 +1,6 @@ # glance.sh extension for pi -[Pi](https://github.com/mariozechner/pi) extension that lets your agent request screenshots from you via [glance.sh](https://glance.sh). +[Pi](https://github.com/mariozechner/pi) extension for [Glance image sharing](https://glance.sh). Lets your agent request screenshots from you. ## What it does diff --git a/pi/package.json b/pi/package.json index 47b28db..127dbd1 100644 --- a/pi/package.json +++ b/pi/package.json @@ -1,14 +1,14 @@ { "name": "@modemdev/glance-pi", "version": "0.1.1", - "description": "glance.sh extension package for pi", + "description": "Glance image sharing extension for Pi. Paste a screenshot, your agent gets the URL.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/modem-dev/glance-agent-plugins.git", "directory": "pi" }, - "homepage": "https://github.com/modem-dev/glance-agent-plugins/tree/main/pi", + "homepage": "https://glance.sh", "bugs": { "url": "https://github.com/modem-dev/glance-agent-plugins/issues" },