Twitter API

v1.0.4

Analyze Twitter workflows with JustOneAPI, including user Profile and user Published Posts.

0· 28·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Twitter via JustOneAPI) match the required pieces: node runtime, a single JUST_ONE_API_TOKEN, and two Twitter-read endpoints. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md and bin/run.mjs limit actions to calling JustOneAPI GET endpoints, asking for required parameters, and printing responses. Instructions do not read other files, extra env vars, or send data to unexpected endpoints.
Install Mechanism
No install spec—instruction-only with a small included Node script. No remote downloads or archive extraction. Requiring 'node' is proportional to the included bin/run.mjs script.
Credentials
Only JUST_ONE_API_TOKEN is required and documented as used solely for authenticated requests to api.justoneapi.com. No other credentials, config paths, or broad secrets are requested.
Persistence & Privilege
Skill does not request permanent/always-on presence and contains no code that modifies other skills or system-wide settings. It runs as an on-demand helper script.
Assessment
This skill appears to do only what it says: make authenticated GET calls to JustOneAPI to fetch Twitter profile/posts. Before installing, verify you trust JustOneAPI (https://api.justoneapi.com) and are comfortable sharing a JUST_ONE_API_TOKEN with the platform; keep the token secret and do not paste it into chat. Ensure your environment has a Node version that provides fetch (or the runtime supports the script). Review JustOneAPI's terms and privacy policy if you're processing others' data, and confirm token scopes and rate limits meet your needs.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cngp3nrz5n9evtyzyvdcxh5849vv6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN

Comments