بنقرة واحدة
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."