> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# URL 应用设计分析器

> 从一个在线应用 URL 生成交互式的设计评审看板。

从一个在线应用 URL 生成交互式的设计评审看板：

```bash theme={null}
arka url-app https://example.com --output review.html
arka url-app https://example.com --json
```

该看板包含页面元数据、响应式/可访问性信号，以及按优先级排列的设计改动建议。它是一个真正的 HTML 评审应用，而不是 `.md` 摘要。建议保持在视口范围内，并保留按钮顺序。网络访问是只读的；对于需要认证或大量 JavaScript 的应用，请使用浏览器截屏技能。


## Related topics

- [设计参考](/cn/guides/design-memory.md)
- [自我改进循环](/cn/guides/self-improve.md)
- [响应式网站截图](/cn/guides/web-screenshots.md)
- [先设计，批准后再构建](/cn/guides/design-first.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
