dfsgdfgdfgddfsdfsdfsdfsdfsd1111
v1.0.0Search 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...
⭐ 0· 48·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The SKILL.md, scripts/search.py, and tests all implement an X search via the xAI Responses API and require only XAI_API_KEY and python3 — this matches the declared purpose. Minor inconsistencies: the top-level skill name provided to you ('dfsgdfg...1111') does not match the SKILL.md name ('x-search'), and _meta.json contains a different ownerId than the registry metadata; these are likely metadata/packaging issues rather than functional mismatches.
Instruction Scope
Runtime instructions are limited to setting XAI_API_KEY and running the included Python script. The script validates inputs, constructs a JSON request to https://api.x.ai/v1/responses, and prints parsed results. It does not read other environment variables, system files, or exfiltrate data to unexpected endpoints. It also includes a NoRedirect handler to avoid following redirects.
Install Mechanism
Install spec only suggests installing Python via Homebrew (formula: python) which is a standard, well-known package. Installing Python is proportionate to running the included scripts, but note that brew installs/updates a system interpreter and dependencies on macOS may be heavier than a pure-script package.
Credentials
Only XAI_API_KEY is declared and used (primaryEnv). The code reads only XAI_API_KEY from the environment and no other secrets or config paths, so requested credentials are proportional to the skill's purpose.
Persistence & Privilege
The skill is not 'always' enabled and does not request any elevated or persistent system privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined with other concerning flags.
Assessment
This skill appears to do what it says: it sends queries to the official x.ai Responses API and requires only your XAI_API_KEY. Before installing, verify you obtained the XAI_API_KEY from the official x.ai console and are comfortable granting that key to this skill. Note the packaging metadata inconsistencies (odd top-level name and differing ownerId in _meta.json); if you do not recognize the publisher, prefer running the script locally in an isolated environment (or review/execute the included tests) rather than granting it to an agent with broad access. If you install Python via Homebrew, be aware it modifies your system environment; consider using a virtual environment. Rotate the API key if you stop using the skill or suspect misuse.Like a lobster shell, security has layers — review code before you run it.
latestvk9791rv1fs1g0w45a7s6pp1gfs84sgnt
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
𝕏 Clawdis
Binspython3
EnvXAI_API_KEY
Primary envXAI_API_KEY
Install
Install Python (brew)
Bins: python3
brew install python