返回顶部
c

clawmeClawMe指令

Send instructions to user's real browser via ClawMe Chrome extension. Fill forms, tweet, email, click, extract — user sees and confirms each action in the side panel. Unlike headless browsers, runs in the user's actual Chrome with their login sessions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
321
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

clawme

ClawMe — 在用户真实浏览器中执行操作

通过ClawMe扩展向用户的Chrome浏览器发送指令。用户在侧边栏中查看每条指令,并点击执行进行确认。与无头浏览器不同,ClawMe在用户的真实浏览器中运行,使用其实际登录会话。

设置:用户安装ClawMe Chrome扩展,配置后端URL和令牌。

如何发送指令

如果可用,使用clawme_send工具。否则,发送HTTP POST请求:

POST ${CLAWMEBASEURL:-https://api.clawme.net}/v1/instructions
请求头:Content-Type: application/json, X-ClawMe-Token: ${CLAWMECLIENTTOKEN}
请求体:{target:browser,instruction:{type:<类型>,payload:{...}}}

指令类型

compose_tweet

当用户说发推文关于...、在X上发布... json {type:compose_tweet,payload:{text:推文内容}}

compose_email

当用户说写邮件给...、发送邮件... json {type:composeemail,payload:{to:email@example.com,subject:主题,body:正文内容,usegmail:true}}

fill_form

当用户说填写表单...、输入我的信息... json {type:fill_form,payload:{url:https://example.com/form,fields:{#name:John,input[name=email]:john@example.com,select[name=country]:US}}}

支持:输入框、文本域、下拉选择、复选框、单选按钮、可编辑内容(小红书、Medium)。使用CSS选择器作为字段键。省略url则针对当前页面。

click

当用户说点击按钮...、提交表单... json {type:click,payload:{selector:button[type=submit],url:https://example.com/form}}

extract

当用户说获取文本从...、抓取... json {type:extract,payload:{selector:.results,url:https://example.com/search}}

结果(提取的文本)会返回给代理。

open_url

json {type:openurl,payload:{url:https://example.com,innew_tab:true}}

remind

json {type:remind,payload:{title:会议,body:团队站会5分钟后开始}}

多步骤工作流

使用meta.workflow_id和meta.step链接指令:

POST /v1/instructions — {target:browser,instruction:{type:openurl,payload:{url:...}}, meta:{workflowid:signup,step:1}}
POST /v1/instructions — {target:browser,instruction:{type:fillform,payload:{fields:{...}}}, meta:{workflowid:signup,step:2}}
POST /v1/instructions — {target:browser,instruction:{type:click,payload:{selector:button[type=submit]}}, meta:{workflow_id:signup,step:3}}

用户会看到带有进度条的工作流卡片,可以依次执行所有步骤。

环境变量

  • - CLAWMECLIENTTOKEN(必需)— 与Chrome扩展中配置的令牌匹配
  • CLAWMEBASEURL(可选)— 默认为https://api.clawme.net,本地使用http://127.0.0.1:31871

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawme-1776287670 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawme-1776287670 技能

通过命令行安装

skillhub install clawme-1776287670

下载

⬇ 下载 clawme v1.0.0(免费)

文件大小: 1.95 KB | 发布时间: 2026-4-16 18:00

v1.0.0 最新 2026-4-16 18:00
Initial release of ClawMe: Control your real Chrome browser via simple API instructions.

- Send browser automation commands (fill forms, tweet, email, click, extract data) through the ClawMe Chrome extension.
- Users see each instruction and confirm before execution, preserving control and security.
- Supports multi-step workflows with progress tracking in the browser side panel.
- Compatible with user's existing Chrome sessions and logins.
- Simple setup: install extension and configure a client token.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部