Claude Skill

mvanhorn/agentcookie

agentcookie 通过 Tailscale 加密,将日常 Mac 的浏览器会话持续同步到运行 AI 代理的备用 Mac。点对点,无云,macOS 原生。

概览

Stars567
Forks46
语言Go
最后更新2026-06-26
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者mvanhorn
仓库agentcookie
完整名称mvanhorn/agentcookie
Repo ID1,240,944,626

安装这个 Skill

git clone https://github.com/mvanhorn/agentcookie.git

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-12
平台
ClaudeOpenClaw
能力
browserpdfmemoryterminalworkflowai-agentsautomationchromeclicookies
识别文件
README.mddocsexamples
配置键
KEY

项目简介

agentcookie 是一款基于 macOS 的点对点工具,通过 Tailscale 加密传输,将日常使用 Mac 的浏览器会话持续同步到运行 AI 代理(如 OpenClaw 或 Hermes)的备用 Mac 上,无需云服务中介。

英文描述

Your agent runs on a Mac that isn't your daily driver. agentcookie keeps its sessions in sync with the Mac you actually browse on, continuously, encrypted over Tailscale, so OpenClaw, Hermes, or any other agent runtime wakes up authenticated. macOS, peer-to-peer, no cloud middleman.

要点

  • 从日常使用的 Mac 持续同步会话到代理 Mac
  • 通过 Tailscale 实现加密的点对点传输
  • 无需云中介,完全支持离线运行
  • 支持 OpenClaw、Hermes 及其他代理运行时
  • 使用 Go 语言构建,轻量级 CLI 操作
  • macOS 原生,无需额外服务器基础设施

使用场景

  • 在专用 Mac 上保持 AI 代理的认证状态
  • 为自动化浏览器任务同步 Cookie
  • 运行无头代理,无需中断日常浏览器使用
  • 在多个 Mac 之间实现安全的代理自动化
  • 为基于 CLI 的 AI 工作流维持持久会话

README 摘要

# agentcookie Your agent runs on a Mac that isn't your daily driver. It needs to act as you on every site you're already logged into and against every API you've already authenticated. agentcookie keeps your second Mac's session state (Chrome cookies, per-CLI bearer tokens, API keys, and the auth blobs your tools persist next to them) in sync with your first Mac's, continuously, encrypted over your Tailscale tailnet, with zero per-site auth ceremony. OpenClaw, Hermes, or any other agent runtime you point at the second Mac wakes up authenticated, on the web and in the terminal. ## What it looks like You browse normally on your first Mac. agentcookie watches Chrome's Cookies file (and a parallel per-CLI secrets bus) and ships the diff to your second Mac the moment anything changes. On the second Mac, an agent does its work: ``` $ ssh second-mac 'instacart-pp-cli carts' Costco slug=costco cart=757109404 items=5 Safeway slug=safeway cart=3190 items=1 $ ssh second-mac 'ebay-pp-cli auctions "watch" --has-bids --ending-within 1h' 12 active auctions: $352 23 bids 1m Apple Watch Ultra 2 49mm Titanium ... $115 26 bids 1m Gucci 5500M Steel Quartz ... ... $ ssh second-mac 'table-reservation-goat-pp-cli goat "omakase" --location seattle' { "results": [ { "name": "Omakase Dinner Series", "network": "tock", ... } ] } ``` No `auth login`. No Keychain prompt. No paste-the-cookie ritual. No re-entering API keys you already configured on your laptop. The agent's sessions were already there when the request hit. The same is true for browser-driving agents and for any unmodified cookie tool. On a universal sink (the default), agentcookie writes your real Default Chrome profile and opens its Safe Storage key with a single

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03