Bidirectional bridge between your phone and your coding agents — share screenshots, decisions, and links both ways
agent-share <command> [options]$ agent-share loginSign in (opens a browser)
$ agent-share installWire agent-share into the current repo (.mcp.json + skill)
$ agent-share versionPrint the installed version
agent-share is the standalone CLI for the Agent Share bridge: a direct,
bidirectional line between your phone (a PWA at
share.agentics.dk) and the coding agents running
in your repos. Send screenshots, links, and decisions to an agent — and let
the agent push questions and previews back to your phone.
Linux / macOS
curl -fsSL https://agentics.dk/install/agent-share.sh | bash
Windows (PowerShell)
irm https://agentics.dk/install/agent-share.ps1 | iex
The script detects your OS/architecture, verifies the sha256 checksum,
installs agent-share to ~/.local/bin (or %LOCALAPPDATA%\Agentics\bin),
and puts it on your PATH.
Pin a version or customize:
curl -fsSL https://agentics.dk/install/agent-share.sh | VERSION=1.2.3 bash
curl -fsSL https://agentics.dk/install/agent-share.sh | INSTALL_DIR=~/bin NO_MODIFY_PATH=1 bash
agent-share login # sign in (opens a browser)
agent-share install # wire it into this repo (.mcp.json + skill)
After install, your agent has MCP tools for sending content to your phone
and receiving shares from it, plus a skill describing when to use them.