← 返回 Skills 市场
1692
总下载
4
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install x-manual-surf-notes
功能描述
手动操控浏览器在X首页For You浏览、点开帖子,提取内容翻译成中文,去重后按时间内容链接评论追加笔记。
安全使用建议
This skill mostly does what it says (drive your logged-in Chrome, read tweets, summarize to Chinese, and append notes), but there are three things to consider before installing: 1) The output path is hardcoded to /home/makai/..., which is user-specific and not declared—ask the author to make the path configurable and declare it in the skill metadata (required config path). 2) Deduplication across batches implies the skill will read existing notes; confirm exactly how it checks for duplicates and that the skill requests explicit permission to read that file. 3) The skill requires access to your Chrome profile/session (cookies) via the Extension Relay; only enable the extension when you intend to run the skill and ensure you trust the runtime environment. If you need higher assurance, request an updated skill package that (a) parameterizes the file path, (b) declares required config paths/permissions, and (c) documents the exact read/write/dedupe behavior; consider requiring manual (user-invoked) runs rather than autonomous invocation.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill bundle is designed for manual browser-driven X (Twitter) surfing and note-taking. It uses OpenClaw's `browser` tool to automate interactions on X.com, extract information, translate it, and append it to a specific markdown file (`/home/makai/.openclaw/workspace/projects/x-ai-surf/x-ai-notes.md`). The `SKILL.md` instructions are clear and align with the stated purpose, detailing browser navigation, content extraction, and local file writing. The JavaScript snippets in `references/browser-scrape-snippets.md` are standard DOM manipulation for web content extraction. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function or access unrelated sensitive data.
能力评估
Purpose & Capability
The described purpose (manual browser-driven X/Twitter note-taking via the Chrome Extension Relay) matches the instructions to use the browser tool, scroll, open tweets, translate to Chinese, dedupe and append notes. However the skill hardcodes an output file path (/home/makai/.openclaw/workspace/projects/x-ai-surf/x-ai-notes.md) and does not declare any required config path or permission for writing/reading that file—this is a mismatch and surprising. Also deduplication across batches implies the skill must read previously-written notes, but that read is not declared.
Instruction Scope
SKILL.md instructs the agent to control a logged-in Chrome profile, navigate to https://x.com/home, scroll, click into tweet details, expand content, extract author/time/text, translate/summary, dedupe, and append a markdown block. These actions are generally within the stated purpose, but the instructions implicitly require reading existing notes to enforce cross-batch dedupe and explicitly write to a specific local path. The skill does not state how duplicates are detected (reading the file, maintaining an index, etc.), nor does it ask for or declare permission to access that path.
Install Mechanism
No install script or third-party downloads: the skill is instruction-only and injects no new binaries. This lowers supply-chain risk. The main runtime actions rely on the platform 'browser' tool (Chrome Extension Relay) rather than installing code on disk.
Credentials
The skill requests no environment variables or credentials, which is appropriate. But it requires use of the user's Chrome profile via the Extension Relay (cookies/session access to X) and writes to a hardcoded home-directory path. Access to a browser profile/session and the ability to read/write a local file are sensitive capabilities that should be explicitly declared and parameterized. Hardcoding '/home/makai/...' is inappropriate for general use and may indicate sloppy or user-specific packaging.
Persistence & Privilege
The skill is not marked always:true. Model invocation is allowed (platform default), which means an agent could autonomously run this workflow. Given the skill's ability to control the browser and append to a local file, autonomous invocation increases privacy/impact risk — consider requiring explicit user invocation or additional safeguards. The skill does not attempt to modify other skills or system-wide config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-manual-surf-notes - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-manual-surf-notes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:手动浏览器驱动刷 X 首页 For You;下滑加载 + 点进详情;中文转述;去重;按“时间|内容|链接|评论”追加 Markdown 笔记。
v0.1.1
Fix: clarify manual browser workflow; bilingual listing copy.
v0.1.0
Initial release: manual browser-driven X For You surfing workflow; open tweet details; Chinese translation/summarization; dedupe; append markdown notes.
元数据
常见问题
X Manual Surf Notes (手动刷帖笔记) 是什么?
手动操控浏览器在X首页For You浏览、点开帖子,提取内容翻译成中文,去重后按时间内容链接评论追加笔记。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1692 次。
如何安装 X Manual Surf Notes (手动刷帖笔记)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-manual-surf-notes」即可一键安装,无需额外配置。
X Manual Surf Notes (手动刷帖笔记) 是免费的吗?
是的,X Manual Surf Notes (手动刷帖笔记) 完全免费(开源免费),可自由下载、安装和使用。
X Manual Surf Notes (手动刷帖笔记) 支持哪些平台?
X Manual Surf Notes (手动刷帖笔记) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Manual Surf Notes (手动刷帖笔记)?
由 Kai Ma(@kaima2022)开发并维护,当前版本 v1.0.0。
推荐 Skills