AWS China What's New

v1.0.0

Provide AWS China region service launch announcements and availability details for Beijing and Ningxia from 2016 to present, including dates and links.

0· 59·0 current·0 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 match the included artifacts: a large local dataset (data/whats_new.json), a fetcher (scripts/fetch_data.py) that scrapes https://www.amazonaws.cn, and a query tool (scripts/query.py). No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md instructs running the included fetch and query scripts and how to format responses. The instructions limit activity to fetching AWS China pages and querying the local JSON; they do not ask for unrelated files, credentials, or system data.
Install Mechanism
This is an instruction-only skill with no external install spec. The included scripts are plain Python and rely only on the standard library; no external downloads or archive extraction occur during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts perform outbound HTTPS requests to amazonaws.cn, which is appropriate for fetching announcements.
Persistence & Privilege
The skill does write a data file under its own data/ directory (data/whats_new.json) and may update it via the fetch script; it does not request always: true, does not modify other skills, and requires no elevated privileges.
Assessment
This skill appears coherent and limited to its stated purpose. Before installing, note that: (1) it will make outbound HTTPS requests to https://www.amazonaws.cn when you run updates or when the skill auto-refreshes stale data; (2) it executes the included Python fetch script (via subprocess) to refresh the local data file in data/whats_new.json; and (3) it requires no credentials. If you need to restrict network activity or audit fetched content, run the fetch script manually and review data/whats_new.json. Also confirm you trust the skill source since it will execute Python code bundled with the skill.

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

latestvk976qeqjhdn8mfsx3zgw5jgtfx843c67

License

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

Comments