ワンクリックで
daily-news-report
Automated news aggregation and reporting agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated news aggregation and reporting agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")
Principal AI Architect and Machine Learning Engineer.
Elite Cloud and Multi-Cloud Architect Master Skill.
Elite Conversion Rate Optimization Toolkit.
MASTER DB: Zero-Downtime, Schema Design (3NF), SQL/NoSQL.
MASTER DEPLOY: CI/CD Pipelines, Docker, K8s, GitOps.
| name | daily-news-report |
| description | Automated news aggregation and reporting agent. |
| category | automation |
| version | 4.1.0-fractal |
| layer | master-skill |
Goal: Generate high-quality, curated news digests from various internet sources (RSS, APIs, Search).
robots.txt (using firecrawl-scraper).name: Daily News
on:
schedule:
- cron: '0 8 * * *'
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run News Agent
run: npx agent-skills-setup-for-antigravity run-skill daily-news-report
env:
NEWS_API_KEY: ${{ secrets.NEWS_API_KEY }}
LLM_API_KEY: ${{ secrets.GEMINI_API_KEY }}
Prompt Strategy for Summarization:
"You are a professional news editor. Summarize the following text for a technical audience. Focus on facts, release numbers, and technical implications. Remove fluff."