← 返回 Skills 市场
ab-naidu

Global Nuclear Brief

作者 ab-naidu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install global-nuclear-brief
功能描述
Generate a grounded nuclear energy policy brief from live news using Apify + Contextual.
使用说明 (SKILL.md)

Nuclear Policy Brief

Use this skill when the user wants a concise, grounded brief about nuclear energy policy or regulation.

What it does

  • Pulls recent nuclear policy/regulatory news via Apify.
  • Uses Contextual to synthesize a structured brief grounded in the retrieved sources.

How to run

Use exec to run the script. Always pass user-provided values as arguments, never interpolate raw text into the shell.

Command template:

python3 bin/nuclear_brief.py --query "\x3Csearch query>" --topic "\x3Ctopic focus>" --audience "\x3Caudience>" --country "\x3Ccountry code>" --timeframe "\x3Ctimeframe>"

Example:

python3 bin/nuclear_brief.py --query "nuclear energy policy OR nuclear regulation" --topic "Global nuclear energy policy" --audience "policy analysts" --country "US" --timeframe "7d"

Output format

Return the brief exactly as produced by the script. If the script reports missing env vars or no results, ask the user for a different query or timeframe.

Required config

  • APIFY_API_TOKEN
  • CONTEXTUAL_API_KEY

Notes

  • Keep the demo under 3 minutes.
  • Highlight the live data pull (Apify) and grounded generation (Contextual).
安全使用建议
This skill appears coherent, but check these before installing: (1) Supply only scoped APIFY_API_TOKEN and CONTEXTUAL_API_KEY and ensure they can be revoked; (2) Be aware all fetched article text and metadata are sent to Contextual — don’t use secrets or non-public content in queries if you wish to avoid sharing; (3) Confirm you trust the Contextual provider’s handling/logging policies; (4) Note the registry metadata incorrectly states no required env vars — rely on SKILL.md and the script which do require tokens; (5) Run the script in a test environment first and inspect the output and network traffic if you need extra assurance.
功能分析
Type: OpenClaw Skill Name: global-nuclear-brief Version: 0.1.0 The skill is a legitimate tool designed to generate nuclear policy briefs by integrating the Apify and Contextual AI APIs. The core logic in `bin/nuclear_brief.py` uses standard Python libraries to fetch news data and generate summaries, with no evidence of data exfiltration, unauthorized access, or malicious execution. Furthermore, the `SKILL.md` instructions are security-conscious, explicitly advising the AI agent to avoid shell interpolation when executing the script.
能力评估
Purpose & Capability
Name/description claim live news + grounded generation using Apify and Contextual; the included script calls Apify and Contextual APIs directly and requires APIFY_API_TOKEN and CONTEXTUAL_API_KEY — this is coherent. Minor metadata inconsistency: registry summary lists 'Required env vars: none' while SKILL.md and the script require two env vars.
Instruction Scope
SKILL.md instructs the agent to run the bundled python script with CLI args and explicitly cautions against shell interpolation. The script only: calls Apify to fetch news, normalizes items, posts them to Contextual for generation, and prints the result. It does not read unrelated local files, exec shell commands, or contact unexpected endpoints.
Install Mechanism
No install spec is provided (lowest risk). A single Python file is bundled and run with the system python3 binary. No downloads, extracted archives, or external installers are invoked by the skill.
Credentials
The script requires APIFY_API_TOKEN and CONTEXTUAL_API_KEY which are directly used to authenticate requests to Apify and Contextual respectively; no other credentials or unrelated environment variables are requested. Ensure those tokens are scoped and revocable.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system settings. It runs on demand (user-invocable) and uses default autonomous invocation settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install global-nuclear-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /global-nuclear-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of nuclear_policy_brief skill: - Generates concise nuclear energy policy briefs based on live news data. - Integrates Apify for real-time news retrieval and Contextual for structured brief synthesis. - Customizable via query, topic, audience, country, and timeframe parameters. - Requires APIFY_API_TOKEN and CONTEXTUAL_API_KEY configuration. - Designed for use by policy analysts and similar audiences needing grounded updates.
元数据
Slug global-nuclear-brief
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Global Nuclear Brief 是什么?

Generate a grounded nuclear energy policy brief from live news using Apify + Contextual. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Global Nuclear Brief?

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

Global Nuclear Brief 是免费的吗?

是的,Global Nuclear Brief 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Global Nuclear Brief 支持哪些平台?

Global Nuclear Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Global Nuclear Brief?

由 ab-naidu(@ab-naidu)开发并维护,当前版本 v0.1.0。

💬 留言讨论