daily-news

Fetch the latest trending global news when users ask about current or breaking news.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "daily-news" with this command: npx skills add mrnquyen/bbc-daily-news-vn

Daily News Skill

This skill allows the agent to fetch the daily top news headlines from BBC News Tiếng Việt sources by running a Python script. The agent must treat the script output as verified headline data and avoid modifying the factual content.

Instructions

When the user asks for latest news or trending global events:

  1. Locate Environment: Instead of calling conda directly (which may not be in the PATH), use the explicit path to the environment's python interpreter.

  2. Execute Command: Run the script by calling the python executable located inside the global_venv directory to ensure all dependencies are loaded correctly:

$(which conda || echo "/opt/conda/bin/conda" || echo "$HOME/miniconda3/bin/conda") run -n global_venv python "{baseDir}/daily_news.py"
  1. Fallback: If conda is still not found, execute using the direct path to the virtual environment's python:
{path_to_conda_envs}/global_venv/bin/python "{baseDir}/daily_news.py"
  1. The script will collect and format the latest news headlines.
  2. Paraphrase and summarize those relevant news items clearly.
  3. Present them as the final response.

Setup

Ensure you have the required Python packages installed:

conda activate global_venv
pip install -r "{baseDir}/requirements.txt"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng