← Back to Skills Marketplace
testmsr

cs

by TestMsr · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install x-skill-a
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 runs a local Python script that calls the xAI Responses API using XAI_API_KEY and prints structured results. Before installing, confirm you trust the publisher (metadata shows inconsistent ownerId/slug/name entries), and ensure you only provide an XAI_API_KEY with the permissions you intend. If you have regulatory or privacy concerns about sending queries to xAI, review the code (scripts/search.py) yourself — it only posts to https://api.x.ai/v1/responses and does not exfiltrate other local data. If the metadata mismatch worries you, ask the publisher to clarify ownership/slug/name before use.
Capability Analysis
Type: OpenClaw Skill Name: x-skill-a Version: 1.0.0 The skill provides a legitimate interface for searching X (Twitter) using the xAI API. The implementation in `scripts/search.py` is well-structured, featuring robust input validation (regex for handles and dates) and a security-conscious custom HTTP handler that explicitly blocks redirects to prevent potential credential leakage. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The description, SKILL.md, and code implement an X (Twitter) search using the xAI Responses (grok) API. The required binary (python3) and required env var (XAI_API_KEY) directly match the implementation. The only notable mismatch is surface-level metadata: the top-level name in the provided registry block is 'cs' while the skill itself identifies as 'x-search' (SKILL.md and _meta.json). Also the registry ownerId differs from _meta.json ownerId; this is likely a packaging/metadata issue rather than functional misalignment.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and to set XAI_API_KEY; the scripts only read that env var and perform an HTTPS POST to the xAI API. The instructions do not ask the agent to read unrelated system files, other env vars, or to send data to third-party endpoints beyond api.x.ai. The code does not perform file exfiltration or broad system scanning.
Install Mechanism
Install spec is a single Homebrew formula (python) to provide python3. This is a low-risk, standard approach; there are no arbitrary URL downloads or archive extraction steps.
Credentials
Only XAI_API_KEY is required (declared as primaryEnv) which is appropriate for calling the xAI Responses API. SKILL.md also mentions optional configuration in ~/.openclaw/openclaw.json, which is reasonable for skill config. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not require elevated or persistent system privileges. Autonomous invocation (disable-model-invocation=false) is the platform default and not by itself concerning here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-skill-a
  3. After installation, invoke the skill by name or use /x-skill-a
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of x-search: search X (Twitter) posts using the xAI API. - Supports filtering and excluding handles, date ranges, and media (image/video) search. - Requires an XAI_API_KEY for setup. - Results include citations, post content, authors, and direct links to X posts. - Uses the xAI Grok API for real-time access to X content and summaries.
Metadata
Slug x-skill-a
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is cs?

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 112 downloads so far.

How do I install cs?

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

Is cs free?

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

Which platforms does cs support?

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

Who created cs?

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

💬 Comments