Glean 拾遗
Daily · timeline

A few picks a day.

Fri, Aug 21, 2026 2picks
← 08-20
Calendar ▾
2026 · 08
has picks today
08-22 →
06:00

A shared browser for AI agents: parallel automation, shared logins

为 AI 代理而生的可共享浏览器:并行自动化、共享你的登录态

ego lite is a macOS browser purpose-built for AI agents such as Claude Code and Codex. It lets agents run browser automation in parallel inside isolated Spaces while you continue browsing in the same browser — no tab wars, no interrupted flow. Unlike frameworks like Browser-use that drive a separate browser, ego lite is a full browser that can inherit your existing Chrome logins, cookies, extensions, and bookmarks in one click. It exposes browser capabilities as in-page JavaScript tools via the `ego-browser` skill, so agents can compose multi-step actions as single code executions instead of round-trip CLI calls. The README reports up to 2.5× faster task completion and fewer tokens than a CLI-based approach on complex tasks, with data kept locally by default. For engineers using agent CLIs today, ego lite offers a straightforward way to give agents safe, stateful access to the web while keeping your own session separate.

github.com · 10 min · Agent Skills · AI Agents · Browser Automation · Claude Code · Codex
06:00

An editorial diagram design system for AI coding agents

为 AI 编程助手的编辑级图表设计系统

Diagram Design is a skill package for AI coding agents (Claude Code, Codex, Factory Droid, and Pi) that produces editorial-grade, self-contained HTML+SVG diagrams. It tackles the generic, cheap-looking output that agents usually generate by codifying a tight design system — one accent color, hairline borders, strict 4px geometry, no shadows, and three static variants across 38 diagram types. A 60-second onboarding flow pulls colors and fonts from your website into semantic tokens; import commands redraw draw.io or Mermaid sources with adjustable format, size, detail, and audience; accessibility checks (WCAG AA contrast, accessible SVG names) are enforced by default. For engineers and writers who want AI-generated diagrams that don't need manual cleanup.

github.com · 40 min · Agent Skills · Claude Code · Data Visualization · Diagram · Mermaid