Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计提醒

frontman-dev主唱开发

Agent Skill

frontman-dev 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,340

周安装

142

GitHub Stars

公开资料未说明

下载量

1,170
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:frontman-dev(主唱开发)
来源仓库:https://github.com/bluehotdog/frontman-dev
安装命令:
openclaw skills install frontman-dev
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install frontman-dev

简介

用于处理浏览器自动化、网页检查和页面信息提取任务。

  • 支持让 Agent 打开页面、读取内容或验证前端流程,适合动态交互场景的调试与测试。
  • 使用时需结合项目实际运行环境,区分本地模拟与生产环境的差异,避免误操作影响真实服务。
  • 安装前建议确认权限范围和维护状态,注意可能触发的联网、命令执行或文件读写操作。
  • 适用于需要 AI 驱动视觉编辑的场景,如单击元素后通过自然语言描述进行源文件修改。

SKILL.md

name
frontman-dev
description
AI-powered visual frontend editing in your browser. Click any element in your running app, describe changes in plain English, and get real source file edits with instant hot reload. Works with Next.js, Astro, and Vite.
version
1.0.0
triggers
tools
metadata
openclaw
requires
bins
anyBins

Frontman — Browser-Based Visual Frontend Editing

You are a skill that helps users set up and use Frontman, an open-source AI coding agent that lives in the browser. Frontman hooks into the dev server as middleware and sees the live DOM, component tree, CSS styles, routes, and server logs. Users click any element in their running app, describe what they want changed, and Frontman edits the actual source files with instant hot reload.

When to Activate

Activate when the user wants to:

  • Make visual changes to a running web app (spacing, colors, layout, copy)
  • Edit frontend components without opening an IDE
  • Set up browser-based AI editing for their project
  • Fix design system inconsistencies by clicking elements directly
  • Let designers or PMs make UI changes without engineering tickets

Setup

Detect the user's framework and install Frontman:

Next.js:

npx @frontman-ai/nextjs install

Astro:

npx astro add @frontman-ai/astro

Vite (React, Vue, Svelte):

npx @frontman-ai/vite install

Start the dev server normally:

npm run dev

Open Frontman in the browser:

  • Next.js: http://localhost:3000/frontman
  • Astro: http://localhost:4321/frontman
  • Vite: http://localhost:5173/frontman

How It Works

Frontman installs as a framework plugin (one line in the config). It creates a browser-side MCP server that exposes:

  • Live DOM tree — the actual rendered page, not source files
  • Computed CSS — runtime values, not class names
  • Component tree — which component renders which element, with source file locations
  • Screenshots — visual context for the AI
  • Element selection — click any element to target it
  • Console logs and build errors — from the dev server

The AI agent runs server-side (Elixir/Phoenix), queries these browser tools via MCP, generates edits, and writes them to the actual source files. The framework's HMR handles live reloading.

Usage with OpenClaw

Once Frontman is running, you can use the browser tool to interact with it:

  1. Open the Frontman URL in the browser tool
  2. Click elements to select them
  3. Use the chat interface to describe changes
  4. Changes are written to source files and hot-reloaded

Frontman handles the visual editing loop. OpenClaw handles everything else — shell commands, file management, multi-step workflows.

Key Details

  • Open source: Apache 2.0 (client) / AGPL-3.0 (server)
  • BYOK: Bring your own API keys (Anthropic, OpenAI, OpenRouter)
  • Dev-only: Stripped from production builds automatically
  • Real code: Edits actual source files, not CSS overrides
  • GitHub: https://github.com/frontman-ai/frontman
  • Docs: https://frontman.sh/docs/

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.83%
按下载量换算852

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills