← 返回 Skills 市场
jowhee327

AWS China What's New

作者 jowhee327 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aws-china-whats-new
功能描述
Provide AWS China region service launch announcements and availability details for Beijing and Ningxia from 2016 to present, including dates and links.
使用说明 (SKILL.md)

AWS China What's New

Query AWS China Region (Beijing / Ningxia) service launch announcements from 2016 to present.

When to use

Activate this skill when the user asks about:

  • What AWS services are available in China regions (cn-north-1 Beijing, cn-northwest-1 Ningxia)
  • Recent AWS China service launches or announcements
  • Whether a specific service (e.g., Lambda, EKS, Bedrock) is available in AWS China
  • Comparing AWS China region availability between Beijing and Ningxia
  • Timeline of when a service launched in AWS China

Data management

Update data (fetch latest announcements)

# Incremental update (current year only, fast)
python3 scripts/fetch_data.py --incremental

# Full refresh (all years 2016-2026)
python3 scripts/fetch_data.py

# Specific year(s)
python3 scripts/fetch_data.py --year 2025 2026

Run incremental update before answering queries if data might be stale.

Querying

# Search by service name
python3 scripts/query.py --service "Lambda"
python3 scripts/query.py --service "Elastic Kubernetes"

# Filter by region
python3 scripts/query.py --service "S3" --region beijing
python3 scripts/query.py --region ningxia --year 2025

# Filter by date
python3 scripts/query.py --after 2025-01-01 --before 2025-12-31
python3 scripts/query.py --service "EKS" --after 2024-06-01

# Latest announcements
python3 scripts/query.py --latest
python3 scripts/query.py --limit 10

# Combine filters
python3 scripts/query.py --service "SageMaker" --region beijing --year 2025

All commands output JSON to stdout:

{
  "count": 2,
  "items": [
    {
      "title": "Amazon Lambda adds support for ...",
      "date": "2026-01-09",
      "link": "/en/new/2026/amazon-lambda-adds-support-for-.../",
      "regions": ["beijing", "ningxia"],
      "year": 2026,
      "body_preview": "Short text preview..."
    }
  ]
}

How to respond

  1. Run the query and parse the JSON output
  2. Summarize the results clearly:
    • List matching services with dates and regions
    • If no results, say the service may not be available in AWS China yet
    • Mention the data source date range (2016-present)
  3. For availability questions, note that absence from the list does not guarantee unavailability -- it may just mean no announcement was indexed
  4. Include the announcement link when relevant: prepend https://www.amazonaws.cn to the relative link path
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: aws-china-whats-new Version: 1.0.0 The skill bundle is a legitimate tool for scraping and querying AWS China service announcements from the official amazonaws.cn domain. The scripts (fetch_data.py and query.py) use standard libraries for HTTP requests and data processing, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aws-china-whats-new
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aws-china-whats-new 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: query AWS China Region (Beijing/Ningxia) service launch announcements from 2016 to present.
元数据
Slug aws-china-whats-new
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AWS China What's New 是什么?

Provide AWS China region service launch announcements and availability details for Beijing and Ningxia from 2016 to present, including dates and links. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 AWS China What's New?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aws-china-whats-new」即可一键安装,无需额外配置。

AWS China What's New 是免费的吗?

是的,AWS China What's New 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AWS China What's New 支持哪些平台?

AWS China What's New 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AWS China What's New?

由 jowhee327(@jowhee327)开发并维护,当前版本 v1.0.0。

💬 留言讨论