Astro

v1.0.1

Deploy multilingual static websites on Cloudflare with Astro using markdown sources, supporting i18n, free hosting, and Git-based or direct deployment.

0· 459·6 current·6 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
The name/description, SKILL.md instructions, and included Python utilities align with building/deploying multilingual Astro sites to Cloudflare. Minor inconsistency: SKILL.md lists prerequisites (Node.js 20+, npx/wrangler) but the registry metadata declares no required binaries — this is a bookkeeping mismatch rather than a functional red flag.
Instruction Scope
Runtime instructions focus on creating an Astro project, configuring i18n, and deploying to Cloudflare Pages. They do not instruct reading system-wide secrets or arbitrary host paths. The included scripts only read/write under the site content directory (src/content by default).
Install Mechanism
No install spec and no remote downloads are present; the skill is instruction-only with two small local Python scripts. No archive downloads, package installs, or executables written by the skill itself were found.
Credentials
The skill does not request environment variables or credentials in metadata. SKILL.md reasonably expects the user to authenticate to Cloudflare (e.g., via npx wrangler login) when performing deployments — that is proportional to the stated purpose.
Persistence & Privilege
Flags show no forced/always-on behavior and the skill does not request elevated or cross-skill configuration. Autonomous invocation is allowed by default (platform normal), but it is not combined with other concerning privileges here.
Assessment
This skill is internally consistent and appears benign, but review these before installing: (1) SKILL.md expects Node.js (20+) and use of npx/wrangler — the registry metadata didn't list required binaries, so ensure you have Node and optionally Python installed if you want to run the included scripts. (2) The two scripts are simple and local: astro-i18n-check.py checks files under src/content, and astro-new-post.py creates markdown files in src/content/blog — they will write to your repository, so run them in a safe project or branch. (3) Deployment requires your Cloudflare account credentials (via wrangler or dashboard) — the skill does not store or request them, but any deployment command you run will use those credentials. (4) Because the skill's source/homepage is unknown, inspect the SKILL.md and the two scripts locally before letting an agent run commands automatically. If you want higher assurance, run the scripts manually in a development copy of your site first.

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

latestvk9733h0897kqgbvs2z487wpt6x81y2ce

License

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

Comments