← 返回 Skills 市场
603
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install tweet-processor
功能描述
Extract key insights from tweet URLs and categorize them into structured, formatted notes across tools, tech, design, people, and miscellaneous files.
安全使用建议
This skill is plausible but inconsistent and incomplete. Before installing: (1) review and fix process.js so the notes directory is configurable (via an env var or agent workspace relative path) instead of hard-coded to /home/mediauser/.openclaw/...; (2) confirm the agent's browser automation tool is available and how it will be invoked (the code currently only logs steps); (3) test in a sandbox to ensure it only writes to the intended tweet-notes folder and doesn't overwrite unrelated files; (4) prefer an explicit configuration/permission step that asks you to authorize the exact directory to modify. If you can't review or change the code, treat the skill as untrusted because it may attempt file writes in a user-specific path.
功能分析
Type: OpenClaw Skill
Name: tweet-processor
Version: 1.0.1
The OpenClaw AgentSkills skill bundle is a non-functional template for processing tweets. The `SKILL.md` and `README.md` files describe a benign purpose of extracting insights from tweets and categorizing them into markdown files within the agent's workspace. The `process.js` file, which would contain the core logic, is currently a stub that only logs placeholder messages and does not perform any actual file operations, network requests, or content extraction. There is no evidence of malicious intent, prompt injection, or risky capabilities in the provided code or instructions.
能力评估
Purpose & Capability
The skill's purpose (extract tweet insights and append to notes) matches the files and README. However, the included process.js hard-codes a specific absolute path (/home/mediauser/.openclaw/workspace/tweet-notes) rather than using configurable or relative paths declared in the README/SKILL.md, which is an implementation mismatch and could cause unintended writes or no-ops on other systems.
Instruction Scope
SKILL.md instructs the agent to 'navigate to the tweet using browser automation' and append to tweet-notes/*.md. The process.js file contains only template console logs and does not perform navigation, extraction, or file writes. There's a gap between the runtime instructions and actual implementation; the instructions also assume permission to create/append files in the user's workspace.
Install Mechanism
No install spec is provided (instruction-only style). No external downloads or package installs are requested, which lowers risk.
Credentials
The skill requests no environment variables or credentials. That is reasonable. However, the hard-coded file path in process.js implicitly requires write access to a specific user workspace directory; this should be made configurable rather than baked in. There are no network endpoints or secret exfiltration signs in the code.
Persistence & Privilege
always:false and no evidence the skill modifies other skills or system-wide settings. The main privilege is the ability to write to the specified workspace path if the agent runs this code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tweet-processor - 安装完成后,直接呼叫该 Skill 的名称或使用
/tweet-processor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added _meta.json file to the project for metadata management.
- No changes to existing functionality.
v1.0.0
Extract and categorize tweet insights into structured notes
元数据
常见问题
Tweet Processor 是什么?
Extract key insights from tweet URLs and categorize them into structured, formatted notes across tools, tech, design, people, and miscellaneous files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 603 次。
如何安装 Tweet Processor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tweet-processor」即可一键安装,无需额外配置。
Tweet Processor 是免费的吗?
是的,Tweet Processor 完全免费(开源免费),可自由下载、安装和使用。
Tweet Processor 支持哪些平台?
Tweet Processor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tweet Processor?
由 caqlayan(@caqlayan)开发并维护,当前版本 v1.0.1。
推荐 Skills