• 用自然语言描述 UI 元素,获取标准名称、API 符号和可直接粘贴的 AI 编程提示词
• 覆盖 Web 和 macOS 平台,包含 Carousel、Bento Grid、Masonry、Slider 等数十种组件
• 支持 Name That Vibe 功能,帮你识别 UI 风格名称
https://namethatui.com
- ❤️3
你可以直接在设备上创建、管理和预览 HTML、CSS 和 JavaScript 项目
每个项目运行在沙盒化的本地服务器中
OLLAMA_API_KEY~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字
- ollama-web: Use this tool for single-query web search and single-page web fetch.
- fetch-url: Use this when you need the raw HTTP response for non-HTML content or APIs. Examples: JSON, XML, RSS/Atom, CSV, plain text, files, or downloads. If the target is a human-readable web page (HTML), use ollama-web instead.
~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字
- exa-search: Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Exa Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.
- google-search: Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Google Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.
- fetch-url: Use this when you need the raw HTTP response for non-HTML content or APIs. Examples: JSON, XML, RSS/Atom, CSV, plain text, files, or downloads. If the target is a human-readable web page (HTML) that should be converted to markdown, use fetch-webpage instead.
- fetch-webpage: You can use this tool to fetch and convert webpages into markdown format by providing specific URLs.EXA_API_KEY 可选, 可在 https://dashboard.exa.ai/api-keys 获取), 其他的可配合随机负载均衡实现白嫖(破每分钟请求数限制), 以 mihomo 为例proxy-groups:
- name: "lbrr"
type: load-balance
strategy: round-robin
# ...省略
rules:
- DOMAIN,pure.md,lbrr
- DOMAIN,r.jina.ai,lbrr[Proxy Group]
Random LB = load-balance, include-other-group=A_GROUP, persistent=0
[Rule]
DOMAIN,pure.md,"Random LB"
DOMAIN,r.jina.ai,"Random LB"
[Proxy Group]
Random LB = load-balance, include-other-group=A_GROUP, persistent=0
[Rule]
DOMAIN,pure.md,"Random LB"index.tsx
index.tsx
jina.ai 可能有些限制, 默认是用 pure.md, 另外还有 markdown.new, defuddle.md 可选[Proxy Group]
Random LB = load-balance, include-other-group=A_GROUP, persistent=0
[Rule]
DOMAIN,pure.md,Random LB
DOMAIN,r.jina.ai,Random LBindex.tsx