← Back to Skills Marketplace
seph1709

X Twitter

by seph · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
364
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install x-page
Description
X/Twitter manager: post, reply, search, like, retweet & get analytics. Requires: powershell/pwsh. Reads ~/.config/x-twitter/credentials.json (X_API_KEY, X_AP...
Usage Guidance
This skill appears coherent for managing an X/Twitter account via API using PowerShell and a local credentials file. Before installing: (1) Create a dedicated X Developer App and use app/tokens with the minimum permissions needed (prefer read-only when possible until you need write actions). (2) Store credentials in the indicated file and set strict file permissions (chmod 600 / icacls) as recommended. (3) Treat the access token/secret as sensitive and rotate/revoke them if the host or skill usage is ever suspect. (4) Remember the skill is instruction-only: it relies on the agent's runtime for network calls — only grant it to agents you trust to make requests to api.twitter.com. (5) If you need stronger assurance, review the truncated request examples in SKILL.md (or test in an isolated environment) to confirm all network calls go only to api.twitter.com and that no additional telemetry or external endpoints are used.
Capability Analysis
Type: OpenClaw Skill Name: x-page Version: 1.0.2 The skill bundle is classified as benign. It provides a well-documented X/Twitter manager skill with clear instructions and PowerShell code snippets for interacting with the X API. All network calls are explicitly directed to `api.twitter.com` and `upload.twitter.com`, as stated in `SKILL.md`. The skill handles sensitive credentials (`~/.config/x-twitter/credentials.json`) but includes security best practices like file permission restrictions and credential rotation advice. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. The inherent risks of handling credentials and making network calls are necessary for the skill's stated purpose and are accompanied by explicit security assurances.
Capability Assessment
Purpose & Capability
Name, description, declared required binaries (powershell/pwsh), and the explicit requirement to read ~/.config/x-twitter/credentials.json align with a Twitter/X API manager that needs OAuth keys and secrets. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read the local credentials file, construct OAuth 1.0a headers, and call api.twitter.com endpoints. It does not instruct reading unrelated system files, requesting other credentials, or sending data to third-party endpoints. The doc also advises restricting file permissions and rotating tokens, which is appropriate operational guidance.
Install Mechanism
There is no install spec and no code files to write to disk; the skill is instruction-only. This minimizes install-time risk—nothing is downloaded or installed by the skill itself.
Credentials
The only sensitive data required are the four OAuth fields stored in the declared credentials.json path, which is necessary for the stated capabilities. No unrelated credentials or broad environment access is requested.
Persistence & Privilege
always is false (default), the skill is user-invocable and may be called autonomously (platform default) but does not request permanent presence or system-wide configuration changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-page
  3. After installation, invoke the skill by name or use /x-page
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fix display name to X Twitter
v1.0.1
Improved description for discoverability
v1.0.0
Initial release: X/Twitter account management via X API v2. Supports tweets, replies, quotes, likes, retweets, timelines, search, lists, media upload. OAuth 1.0a signing built-in.
Metadata
Slug x-page
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is X Twitter?

X/Twitter manager: post, reply, search, like, retweet & get analytics. Requires: powershell/pwsh. Reads ~/.config/x-twitter/credentials.json (X_API_KEY, X_AP... It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.

How do I install X Twitter?

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

Is X Twitter free?

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

Which platforms does X Twitter support?

X Twitter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created X Twitter?

It is built and maintained by seph (@seph1709); the current version is v1.0.2.

💬 Comments