Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Ai News Daily Briefing

ASecurity

AI news intelligence and daily briefing powered by CellCog. News digests, competitive intelligence, market updates, trend monitoring, industry reports, current events research. Multi-source synthesis for accurate, comprehensive briefs.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythongoawsapidevopssecurity

Works with

cursorcliapi

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill ai-news-daily-briefing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ai News Daily Briefing?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ai News Daily Briefing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-ai-news-daily-briefing/badge)](https://www.skillsdirectory.com/skills/rondoflow-ai-news-daily-briefing)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: ai-news-daily-briefing
description: "AI news intelligence and daily briefing powered by CellCog. News digests, competitive intelligence, market updates, trend monitoring, industry reports, current events research. Multi-source synthesis for accurate, comprehensive briefs."
category: "DevOps & Infra"
author: community
version: "1.0.9"
icon: server
---

# News Cog - AI News Intelligence Powered by CellCog

**Frontier search models with multi-angle research on every query.**

CellCog combines deep reasoning with SOTA search models and multi-intent research to produce accurate, comprehensive news intelligence. Briefs, reports, and digests delivered ready for your agent to consume — without pulling hundreds of articles into your main agent's context window.

## How to Use

For your first CellCog task in a session, read the **cellcog** skill for the full SDK reference — file handling, chat modes, timeouts, and more.

**OpenClaw (fire-and-forget):**
```python
result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)
```

**All agents except OpenClaw (blocks until done):**
```python
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])
```


---

## What You Can Get

### Daily Briefings

Concise, actionable summaries:

- **Morning Briefing**: "Give me today's top tech industry news — focus on AI, cloud, and enterprise software"
- **Market Open**: "Summarize pre-market news affecting FAANG stocks and semiconductor sector"
- **Industry Digest**: "Summarize this week's most important developments in renewable energy"
- **Startup News**: "What happened in startup funding this week? Series A+ rounds in fintech"

**Example prompt:**
> "Create a morning briefing for a startup CEO:
> 
> Focus areas:
> 1. AI industry developments (new models, funding, regulations)
> 2. SaaS market trends and notable deals
> 3. Macro economic signals (Fed, inflation, tech employment)
> 
> Format: Bullet-point brief with one-sentence summaries and source links.
> Highlight anything that requires immediate attention.
> Total length: Under 500 words — I need to scan this in 2 minutes."

### Competitive Intelligence

Monitor your competitive landscape:

- **Competitor Watch**: "What has Notion shipped or announced in the last 30 days?"
- **Market Moves**: "Summarize recent M&A activity in the cybersecurity sector"
- **Product Launches**: "What new AI developer tools launched this month?"
- **Funding Tracker**: "List all AI companies that raised $50M+ in the last 2 weeks"

### Trend Reports

Deeper analysis of emerging patterns:

- **Trend Analysis**: "What are the emerging trends in AI agent infrastructure? Analyze recent launches, funding, and technical developments"
- **Regulatory Watch**: "Summarize new AI regulations proposed or enacted globally in 2026"
- **Technology Shifts**: "Research the shift from RAG to long-context models — what are the latest developments?"

### Custom News Digests

Tailored to your specific needs:

- **Role-Specific**: "Create a weekly digest for a VP of Engineering at a fintech company"
- **Topic-Specific**: "Summarize everything published about quantum computing this week"
- **Region-Specific**: "What's happening in the European tech ecosystem this month?"
- **Event Coverage**: "Summarize the key announcements from AWS re:Invent 2026"

---

## Why CellCog for News?

### The Technical Edge

CellCog doesn't just search once and summarize — it runs **multi-angle research** across your query:

1. **Multiple search intents**: A single news query is decomposed into multiple research angles
2. **Frontier search models**: SOTA retrieval across hundreds of sources
3. **Deep reasoning**: Cross-references and synthesizes findings, not just concatenates
4. **Citation quality**: Sources traced back to original reporting, not aggregator summaries

| RSS Feeds / News Aggregators | CellCog News Cog |
|-----------------------------|------------------|
| Raw article firehose | Synthesized, prioritized intelligence |
| You filter and read | CellCog researches, reasons, and summarizes |
| Same view for everyone | Tailored to your role, industry, and priorities |
| Text links only | Structured briefs, PDF reports, or interactive dashboards |
| Floods your context | Delivers concise, agent-consumable output |

### Agent-Optimized Output

CellCog News Cog is designed with agent workflows in mind. The output is:
- **Concise** — won't overwhelm your main agent's context window
- **Structured** — clear sections, bullet points, and hierarchies
- **Actionable** — highlights what matters and why
- **Sourced** — includes citations when requested

---

## Output Formats

| Format | Best For |
|--------|----------|
| **Structured text** | Agent consumption, quick briefings |
| **PDF Report** | Professional distribution, archiving |
| **Interactive HTML** | Explorable dashboards with filters |
| **Markdown** | Integration into docs, wikis, or knowledge bases |

---

## Chat Mode for News

| Scenario | Recommended Mode |
|----------|------------------|
| Daily briefings, quick news summaries | `"agent"` |
| Competitive intelligence, single-topic digests | `"agent"` |
| Deep trend analysis, comprehensive industry reports | `"agent team"` |

**Use `"agent"` for most news tasks.** Daily briefings, competitive monitoring, and news digests execute well.

**Use `"agent team"` for deep trend analysis** — when you need multi-source synthesis across dozens of publications and research papers.

---

## Tips for Better News Intelligence

1. **Define your focus**: "Tech news" is too broad. "AI infrastructure and developer tools" is focused.

2. **Specify timeframe**: "Today's news", "this week", "last 30 days" — recency matters.

3. **Set the audience**: "For a technical audience" vs. "for a board of directors" changes depth and tone.

4. **Request structure**: "Bullet-point brief under 500 words" vs. "comprehensive PDF report with sections" — be explicit.

5. **Ask for citations**: "Include source URLs for each item" — when traceability matters.

6. **Indicate priority signals**: "Highlight anything about regulation changes or major funding rounds" — helps CellCog surface what matters to you.

---

## If CellCog is not installed

Run `/cellcog-setup` (or `/cellcog:cellcog-setup` depending on your tool) to install and authenticate.
**OpenClaw users:** Run `clawhub install cellcog` instead.
**Manual setup:** `pip install -U cellcog` and set `CELLCOG_API_KEY`. See the **cellcog** skill for SDK reference.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →