← 返回
沟通协作 Key 中文

ClawMe

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 si...
通过 ClawMe Chrome 扩展向用户真实浏览器发送指令,填写表单、推文、邮件、点击、提取——用户可在界面中查看并确认每一步操作。
dongsheng123132
沟通协作 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 674
下载
💾 8
安装
1
版本
#latest

概述

ClawMe — Execute Actions in User's Real Browser

Send instructions to the user's Chrome browser via the ClawMe extension. The user sees each instruction in a side panel and clicks "Execute" to confirm. Unlike headless browsers, ClawMe runs in the user's real browser with their actual login sessions.

Setup: User installs ClawMe Chrome extension, configures Backend URL and Token.

How to Send Instructions

Use the clawme_send tool if available. Otherwise, make an HTTP POST:

POST ${CLAWME_BASE_URL:-https://api.clawme.net}/v1/instructions
Headers: Content-Type: application/json, X-ClawMe-Token: ${CLAWME_CLIENT_TOKEN}
Body: {"target":"browser","instruction":{"type":"<type>","payload":{...}}}

Instruction Types

compose_tweet

When user says "tweet about...", "post on X..."

{"type":"compose_tweet","payload":{"text":"tweet content"}}

compose_email

When user says "write email to...", "send email..."

{"type":"compose_email","payload":{"to":"email@example.com","subject":"Subject","body":"Body text","use_gmail":true}}

fill_form

When user says "fill the form...", "enter my info..."

{"type":"fill_form","payload":{"url":"https://example.com/form","fields":{"#name":"John","input[name=email]":"john@example.com","select[name=country]":"US"}}}

Supports: inputs, textareas, selects, checkboxes, radio, contenteditable (Xiaohongshu, Medium). Use CSS selectors as field keys. Omit url for current page.

click

When user says "click the button...", "submit the form..."

{"type":"click","payload":{"selector":"button[type=submit]","url":"https://example.com/form"}}

extract

When user says "get the text from...", "scrape..."

{"type":"extract","payload":{"selector":".results","url":"https://example.com/search"}}

Result (extracted text) is reported back to the agent.

open_url

{"type":"open_url","payload":{"url":"https://example.com","in_new_tab":true}}

remind

{"type":"remind","payload":{"title":"Meeting","body":"Team standup in 5 minutes"}}

Multi-Step Workflows

Chain instructions with meta.workflow_id and meta.step:

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

User sees a workflow card with progress bar and can execute all steps sequentially.

Environment Variables

  • CLAWME_CLIENT_TOKEN (required) — matches the token configured in the Chrome extension
  • CLAWME_BASE_URL (optional) — default https://api.clawme.net, or http://127.0.0.1:31871 for local

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 05:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Mac AI Optimizer

dongsheng123132
优化macOS以运行AI工作负载(OpenClaw、Docker、Ollama),通过禁用后台服务将8GB Mac打造为精简AI服务器节点,实现接近16GB的性能表现。
★ 0 📥 802
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,400
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,676