← Back to Skills Marketplace
github2cao

fsdfsdf

by GitHub2Cao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install werwe
Description
Search X (Twitter) posts using the xAI API. Use when the user wants to find tweets, search X/Twitter, look up what people are saying on X, or find social med...
Usage Guidance
This skill appears to do what it says: it sends queries to the xAI Responses API and returns formatted search results. Before installing: 1) Confirm you trust the skill publisher or inspect the scripts yourself (scripts/search.py is readable and contains the network call). 2) Be cautious where you store your XAI_API_KEY — placing it in a personal config file (~/.openclaw/openclaw.json) or an env var is convenient but avoid doing so on shared machines. 3) Note the packaging metadata is inconsistent (skill name/slug/owner mismatch) — treat that as a sign the package may not be official and prefer to run the included Python locally after reviewing it. 4) Installing via Homebrew python is low-risk but may upgrade your system Python; review the change before proceeding. If you see additional env vars, remote download URLs, or an 'always: true' flag added later, stop and re-evaluate because those would increase risk.
Capability Analysis
Type: OpenClaw Skill Name: werwe Version: 1.0.0 The skill bundle provides a legitimate tool for searching X (Twitter) posts via the xAI API. The implementation in `scripts/search.py` is well-structured, using standard Python libraries and including robust input validation for handles and dates. It also features a security-conscious custom redirect handler to prevent credential leakage via HTTP redirects. No evidence of malicious intent, data exfiltration, or prompt injection was found across the code or documentation.
Capability Assessment
Purpose & Capability
The declared functionality (x-search using xAI/Grok) aligns with the required binary (python3), the sole required env var (XAI_API_KEY), the API endpoint (https://api.x.ai/v1/responses), and the included scripts. Small inconsistencies: the top-level skill name is 'fsdfsdf' and slug/owner metadata in the registry differ from the _meta.json ownerId; these are likely packaging/metadata mistakes but worth noting.
Instruction Scope
SKILL.md instructs the user to set XAI_API_KEY or store it in ~/.openclaw/openclaw.json and to run the provided Python script. The runtime instructions and script remain scoped to building a search request, calling the x.ai API, and formatting results. The code does not read unrelated files, other env vars, or transmit data to any endpoints other than api.x.ai.
Install Mechanism
Install spec only offers a Homebrew formula to install Python (formula: python) which is a standard, low-risk approach. There are no arbitrary downloads, extracted archives, or custom binaries created by the installer.
Credentials
The skill requires exactly one credential (XAI_API_KEY) which is necessary and sufficient for authenticating to the xAI Responses API. The code only reads that env var and no other sensitive environment variables or config paths.
Persistence & Privilege
The skill does not request permanent/always inclusion and does not modify other skills or system-wide settings. It suggests storing the API key in ~/.openclaw/openclaw.json as an option (user-config), which is a normal convenience note rather than an auto-persistence action.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install werwe
  3. After installation, invoke the skill by name or use /werwe
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of x-search skill for searching X (Twitter) posts via xAI API. - Enables real-time search of X posts with filtering options (handles, exclude, date range, images/video). - Simple setup via XAI_API_KEY environment variable. - Returns results with citations and readable summaries. - Full usage instructions included for command-line invocation.
Metadata
Slug werwe
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is fsdfsdf?

Search X (Twitter) posts using the xAI API. Use when the user wants to find tweets, search X/Twitter, look up what people are saying on X, or find social med... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install fsdfsdf?

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

Is fsdfsdf free?

Yes, fsdfsdf is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does fsdfsdf support?

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

Who created fsdfsdf?

It is built and maintained by GitHub2Cao (@github2cao); the current version is v1.0.0.

💬 Comments