Awesome Cloudflare

v3.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Awesome Cloudflare concepts, best practices, and implementation p...

0· 272·2 current·2 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: a Cloudflare reference. Declared requirements: none. The included script and SKILL.md only produce static reference text and offer command-driven help. There are no requested credentials, binaries, or unrelated dependencies that would be unexpected for a documentation/reference skill. Minor note: metadata versions in SKILL.md (3.0.1) and script VERSION (3.0.0) differ from registry version (3.0.2) — this is a bookkeeping inconsistency but not a functional mismatch.
Instruction Scope
SKILL.md explicitly states commands output plain-text via heredoc with no external API calls or network access. The runtime script's functions only emit heredoc content and do not read other files, environment variables, or system configuration. The script does parse CLI arguments but does not perform I/O beyond stdout and exit codes. One minor textual inconsistency: the quickstart section mentions "Required tools and access credentials" in a generic way, but the skill does not actually request credentials.
Install Mechanism
No install spec (instruction-only) and the only code is a small local shell script; nothing is downloaded or extracted from external URLs. This is the lowest-risk install pattern.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script does not reference environment variables or secrets. Requested privileges are proportional (none).
Persistence & Privilege
always:false and normal autonomous invocation allowed (default). The skill does not request permanent presence or modify other skills or system configuration. No privileged operations are present in the code.
Assessment
This appears to be a safe, self-contained documentation/reference skill. Before installing, you may want to: (1) confirm you are comfortable with the skill being able to run its small shell script (it only prints docs), (2) run the script in a sandbox or locally to verify output, and (3) avoid granting any unrelated environment variables or filesystem access to the skill. The only issues found are minor metadata version inconsistencies and a generic quickstart phrase mentioning "access credentials" (the skill itself does not request any). If you need absolute assurance, inspect the included script directly (it contains only heredoc text and a basic command dispatcher).

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

latestvk973w7p8ye3ezgj35sfnmc8jzd83g9mj

License

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

Comments