agent-share

stable

Bidirectional bridge between your phone and your coding agents — share screenshots, decisions, and links both ways

Author: Poul Kjeldager
Usage: agent-share <command> [options]
Platform: linuxmacoswindows
Category: agents

Examples

$ agent-share login

Sign in (opens a browser)

$ agent-share install

Wire agent-share into the current repo (.mcp.json + skill)

$ agent-share version

Print the installed version

agent-share

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.

Installation

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

Getting started

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.

Subcommands

  • login — authenticate against share.agentics.dk
  • install — add the MCP server + skill to the current repo
  • version — print version information