askill
news-headlines

news-headlinesSafety 85Repository

Fetch and summarize news headlines from US business news, TechCrunch, and Wall Street Journal. Use when users ask for latest news, headlines, tech news, business news, or Wall Street stories.

0 stars
1.2k downloads
Updated 2/9/2026

Package Files

Loading files...
SKILL.md

News Headlines

Use the bundled script to fetch headlines from NewsAPI.

Available Sources

SourceFlagDescription
US Business--source us-businessTop US business headlines
TechCrunch--source techcrunchLatest TechCrunch articles
Wall Street Journal--source wsjRecent WSJ stories

Sandbox Constraints

This script runs inside a sandboxed environment with strict rules:

  • Only .venv/bin/python is allowed. Do not use bare python, python3, or any other interpreter.
  • No shell operators. Do not use &&, ||, ;, |, >, <, $(...), or backticks.
  • No cd. Always use the relative path from the project root.
  • The API key is injected by the sandbox proxy. Do not pass an API key.
  • The exact command prefix must be: .venv/bin/python plugins/news-plugin/skills/news-headlines/scripts/get_news.py

Any command that does not match this format will be rejected.

Run Workflow

  1. Determine the source. Based on the user's request, pick the appropriate --source flag.

    • General US/business news: us-business
    • Tech news or TechCrunch: techcrunch
    • Wall Street Journal or financial news: wsj
  2. Run the script with the chosen source.

  3. Summarize the result for the user.

    • List the top headlines with brief descriptions.
    • Mention the source and publish time.
    • If the user asked broadly for "news", run multiple sources.

Command Format

The only allowed Bash command format:

.venv/bin/python plugins/news-plugin/skills/news-headlines/scripts/get_news.py --source <SOURCE>

Optional flags:

.venv/bin/python plugins/news-plugin/skills/news-headlines/scripts/get_news.py \
  --source techcrunch \
  --page-size 5

Output Expectations

  • Article number, title, source name, author, publish date, description, and URL.
  • Default returns 10 articles per source.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/20/2026

Well-structured skill with clear workflow and safety constraints for a news headlines fetcher. Contains 'when to use' section, structured steps, and useful tags. However, highly specific to this repository (hardcoded paths, sandbox rules) severely limits reusability. The deeply nested path and plugin structure indicate internal-only project-specific usage."

85
85
35
70
80

Metadata

Licenseunknown
Version-
Updated2/9/2026
Publisherthoo

Tags

apici-cdgithub-actions