← 返回
未分类 中文

Agent-Friendly Design

Design websites and applications that AI agents can consume, navigate, and interact with. Use when building any site, app, or product that agents will use as...
设计可供 AI 智能体消费、导航和交互的网站与应用程序。适用于构建供智能体使用的任何站点、应用或产品。
aa-on-ai
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 424
下载
💾 0
安装
1
版本
#latest

概述

agent-friendly design

how to build sites and apps that AI agents can actually use.

why this exists

most design guidance is about agents building UI. this skill is about agents consuming UI. the audience for your site is no longer just humans — automated traffic surpassed human traffic in 2024 (51% of all web interactions). agents browse, compare, purchase, research, and interact on behalf of users.

if your site is invisible to agents, you're invisible to a growing majority of the web.

the core insight

the accessibility tree — originally built for screen readers — is becoming the primary interface between AI agents and your website. OpenAI's Atlas explicitly uses ARIA tags to interpret page structure. Microsoft's Playwright MCP provides accessibility snapshots, not screenshots. even vision-first agents (Anthropic Computer Use, Google Mariner) are incorporating accessibility data for reliability.

building for agents and building for accessibility are the same work. every improvement you make for one benefits the other.

the checklist

1. semantic HTML (non-negotiable)

agents can't "see" your layout. they read structure. div soup is invisible.