ogplus CLI

Your coding agent sets up your link previews

The images people see when your links get shared. You approve one browser login, your agent does the rest.

Copy Install https://opengraphplus.com/connect.txt into your coding agent to connect your site to OpenGraph+

> Install https://opengraphplus.com/connect.txt
 
Fetched connect.txt
Bash(curl -sSL https://ogplus.terminalwire.sh/ | bash)
Bash(ogplus login)
  Welcome you@example.com
Bash(ogplus site create example.com)
  https://k3xq7bd2.ogplus.net
Detected Rails
Edit(layouts/application.html.erb)
  +6 lines
 
Every page on example.com now has a link preview.

What you'd use it for

Once it's installed, your agent can run any of this. So can you.

Print the tags for any page

Point it at a URL and it prints a copy-paste block with the image address already filled in.

$ ogplus meta --tags example.com/pricing
<meta property="og:title" content="example.com">
<meta property="og:url" content="https://example.com/pricing">
<meta property="og:type" content="website">
<meta property="og:site_name" content="example.com">
<meta property="og:image" content="https://k3xq7bd2.ogplus.net/pricing">
<meta property="og:image:secure_url" content="https://k3xq7bd2.ogplus.net/pricing">
<meta property="twitter:card" content="summary_large_image">

Kill a stale preview after a deploy

Platforms cache previews hard, and they don't come back on their own. Drop yours and the next fetch renders the page you just shipped.

$ ogplus cache list example.com/pricing
+--------+----------------+------+
|Consumer|Rendered At     |Size  |
+--------+----------------+------+
|Twitter |2026-08-28 14:02|142 KB|
|Slack   |2026-08-28 14:02|138 KB|
|Apple   |2026-08-27 09:15|151 KB|
+--------+----------------+------+
$ ogplus cache rm example.com/pricing
Purged 3 cache(s) for https://example.com/pricing

See where your links actually travelled

WhatsApp and iMessage load previews from the reader's own device, not a datacenter. So these are real people, in real places, opening your link.

$ ogplus fetches summary example.com
Preview fetches, last 90 days: 6328
+---------------+-------+
|Platform       |Fetches|
+---------------+-------+
|Twitter        |2173   |
|Microsoft Teams|112    |
|WhatsApp       |97     |
|Slack          |96     |
|Discord        |61     |
+---------------+-------+
+----------------------+-------+
|Location              |Fetches|
+----------------------+-------+
|Amsterdam, Netherlands|24     |
|Sao Paulo, Brazil     |21     |
|Paris, France         |10     |
|San Jose, US          |10     |
|Frankfurt, Germany    |9      |
+----------------------+-------+

ogplus help lists the rest: sites, pages, renditions, and shareable links.

Let your agent do the setup

One line into Claude Code, Codex, or Cursor and every page on your site gets a preview.