agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
网页设计与部署。生成精美的单页 HTML 网页(报告、落地页、数据可视化等),支持一键部署到 Cloudflare Pages。使用 Tailwind CSS + Chart.js + Font Awesome 技术栈。当用户要求制作网页、生成报告页面、创建落地页、数据可视化展示、部署网页到线上时使用。
$ npx -y skills add countbot-ai/CountBot --skill web-design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/web-designContext preview
The summary Claude sees to decide when to auto-load this skill.
网页设计与部署。生成精美的单页 HTML 网页(报告、落地页、数据可视化等),支持一键部署到 Cloudflare Pages。使用 Tailwind CSS + Chart.js + Font Awesome 技术栈。当用户要求制作网页、生成报告页面、创建落地页、数据可视化展示、部署网页到线上时使用。
name: web-design description: 网页设计与部署。生成精美的单页 HTML 网页(报告、落地页、数据可视化等),支持一键部署到 Cloudflare Pages。使用 Tailwind CSS + Chart.js + Font Awesome 技术栈。当用户要求制作网页、生成报告页面、创建落地页、数据可视化展示、部署网页到线上时使用。 homepage: https://github.com/countbot-ai/CountBot
生成精美单页 HTML 并部署到 Cloudflare Pages。
根据用户需求自由设计,每次生成的页面应有独特的视觉风格,避免千篇一律。
设计约束:
<!-- 核心 --> <script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <!-- 动画 --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"> <script src="https://unpkg.com/aos@2.3.4/dist/aos.js"></script> <link rel="stylesheet" href="https://unpkg.com/aos@2.3.4/dist/aos.css"> <!-- 字体 --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap"> <!-- 图表增强 --> <script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2"></script> <!-- 轮播 --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"> <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <!-- 代码高亮(技术类页面) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> <!-- 数字滚动动画 --> <script src="https://cdn.jsdelivr.net/npm/countup.js@2/dist/countUp.umd.min.js"></script> <!-- 打字机效果 --> <script src="https://cdn.jsdelivr.net/npm/typed.js@2.1.0/dist/typed.umd.js"></script> <!-- 粒子背景 --> <script src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2/tsparticles.slim.bundle.min.js"></script> <!-- Markdown 渲染(文档类页面) --> <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> <!-- 图片灯箱 --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@2/css/lightgallery-bundle.min.css"> <script src="https://cdn.jsdelivr.net/npm/lightgallery@2/lightgallery.umd.min.js"></script>
按需引入,不必全部加载。根据页面类型选择合适的资源。
按需参考 `assets/template.html` 了解一种可能的实现方式(白底卡片式布局),但不要每次都照搬。
编辑 `skills/web-design/scripts/config.json`:
{
"api_token": "YOUR_CLOUDFLARE_API_TOKEN"
}API Token 获取:[Cloudflare Dashboard](https://dash.cloudflare.com/profile/api-tokens) > Create Token > Cloudflare Pages: Edit
`account_id` 无需配置,脚本会通过 API 自动获取。
纯 Python + REST API 实现,无需 wrangler 或 Node.js。
# 部署单个 HTML 文件(自动创建项目,自动作为 index.html) python3 skills/web-design/scripts/deploy.py deploy index.html --project my-site # 部署整个目录 python3 skills/web-design/scripts/deploy.py deploy ./dist --project my-site # 部署到预览分支 python3 skills/web-design/scripts/deploy.py deploy ./dist --project my-site --branch preview # 查看项目列表 python3 skills/web-design/scripts/deploy.py list # 查看项目部署历史 python3 skills/web-design/scripts/deploy.py deployments --project my-site
部署成功后会返回 `https://<project>.pages.dev` 的访问地址。
用户说"帮我做一个产品介绍页":
1. 根据用户需求设计独特的页面风格 2. 生成 HTML 并保存到本地文件
用户说"部署到线上"(未指定项目):
# 八位随机前缀 + 内容名称,避免冲突 python3 skills/web-design/scripts/deploy.py deploy 文件路径 --project a3f8k2m1-product-intro
用户说"更新 xxxx 网站":
python3 skills/web-design/scripts/deploy.py deploy 文件路径 --project prompt123
更适配中文用户的轻量开源AI Agent | 国产大模型Coding plan支持 | 兼容OpenClaw Skills生态| 已接入微信ClawBot/微博龙虾/飞书/钉钉/QQ/小智AI/Telegram/deepseek-v4。
Repo: countbot-ai/CountBot
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
多智能体团队管理。创建、查看、修改、删除 CountBot 的多智能体团队,管理团队成员(角色)和团队级自定义模型配置。当用户要新建 Pipeline/Graph/Council 团队、调整成员分工、修改依赖关系、开关技能系统、设置团队专属模型时使用。
百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
基于腾讯 SkillHub 搜索、安装和管理技能。用户提到“找技能”“安装 skill”“扩展功能”“启用/禁用 skill”“删除 skill”“安装 SkillHub CLI”时优先使用。