Install
openclaw skills install news-cogAI 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.
openclaw skills install news-cogFrontier 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.
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):
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):
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"])
Concise, actionable summaries:
Example prompt:
"Create a morning briefing for a startup CEO:
Focus areas:
- AI industry developments (new models, funding, regulations)
- SaaS market trends and notable deals
- 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."
Monitor your competitive landscape:
Deeper analysis of emerging patterns:
Tailored to your specific needs:
CellCog doesn't just search once and summarize — it runs multi-angle research across your query:
| 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 |
CellCog News Cog is designed with agent workflows in mind. The output is:
| 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 |
| 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.
Define your focus: "Tech news" is too broad. "AI infrastructure and developer tools" is focused.
Specify timeframe: "Today's news", "this week", "last 30 days" — recency matters.
Set the audience: "For a technical audience" vs. "for a board of directors" changes depth and tone.
Request structure: "Bullet-point brief under 500 words" vs. "comprehensive PDF report with sections" — be explicit.
Ask for citations: "Include source URLs for each item" — when traceability matters.
Indicate priority signals: "Highlight anything about regulation changes or major funding rounds" — helps CellCog surface what matters to you.
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.