← Back to Skills Marketplace
1692
Downloads
4
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install x-manual-surf-notes
Description
手动操控浏览器在X首页For You浏览、点开帖子,提取内容翻译成中文,去重后按时间内容链接评论追加笔记。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-manual-surf-notes - After installation, invoke the skill by name or use
/x-manual-surf-notes - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is X Manual Surf Notes (手动刷帖笔记)?
手动操控浏览器在X首页For You浏览、点开帖子,提取内容翻译成中文,去重后按时间内容链接评论追加笔记。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1692 downloads so far.
How do I install X Manual Surf Notes (手动刷帖笔记)?
Run "/install x-manual-surf-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is X Manual Surf Notes (手动刷帖笔记) free?
Yes, X Manual Surf Notes (手动刷帖笔记) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does X Manual Surf Notes (手动刷帖笔记) support?
X Manual Surf Notes (手动刷帖笔记) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created X Manual Surf Notes (手动刷帖笔记)?
It is built and maintained by Kai Ma (@kaima2022); the current version is v1.0.0.
More Skills