← Back to Skills Marketplace
caqlayan

Tweet Processor

by caqlayan · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
603
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install tweet-processor
Description
Extract key insights from tweet URLs and categorize them into structured, formatted notes across tools, tech, design, people, and miscellaneous files.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tweet-processor
  3. After installation, invoke the skill by name or use /tweet-processor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug tweet-processor
Version 1.0.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Tweet Processor?

Extract key insights from tweet URLs and categorize them into structured, formatted notes across tools, tech, design, people, and miscellaneous files. It is an AI Agent Skill for Claude Code / OpenClaw, with 603 downloads so far.

How do I install Tweet Processor?

Run "/install tweet-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tweet Processor free?

Yes, Tweet Processor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tweet Processor support?

Tweet Processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tweet Processor?

It is built and maintained by caqlayan (@caqlayan); the current version is v1.0.1.

💬 Comments