Back to Registry View Author Profile
Official Verified
nuclear_policy_brief
Generate a grounded nuclear energy policy brief from live news using Apify + Contextual.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ab-naidu/global-nuclear-briefOr
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 "<search query>" --topic "<topic focus>" --audience "<audience>" --country "<country code>" --timeframe "<timeframe>"
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_TOKENCONTEXTUAL_API_KEY
Notes
- Keep the demo under 3 minutes.
- Highlight the live data pull (Apify) and grounded generation (Contextual).
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ab-naidu-global-nuclear-brief": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.