Social Scraper

v2.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Social Scraper concepts, best practices, and implementation patte...

0· 120·0 current·0 all-time
byBytesAgain2@ckchzh
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 claim a local reference for Social Scraper and the packaged script plus SKILL.md provide only static reference text. No credentials, network access, or unrelated binaries are requested.
Instruction Scope
SKILL.md explicitly states commands output heredoc text with no external calls. The included script only echoes static documentation and does not read arbitrary files, environment variables, or send data externally. Minor implementation quibbles (see note) do not expand scope.
Install Mechanism
No install specification; the skill is instruction-only with one bundled shell script. Nothing is downloaded or executed from external URLs.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not attempt to access secrets or external services.
Persistence & Privilege
always is false and the skill does not request any persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed by default but presents low risk given the skill's constrained behavior.
Assessment
This skill appears to be a harmless local reference: it prints static docs and doesn't require credentials or network access. If you want extra assurance, inspect scripts/script.sh yourself (it's short and readable). Note minor non-security issues: the script's VERSION differs from SKILL.md's version and the help heredoc uses single quotes which prevents $VERSION from expanding — these are implementation bugs, not indicators of malicious behavior.

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

latestvk975neq8qkd15v13rcwd22gft583hpbm

License

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

Comments