> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Daily and tech brief

> Get a personalized morning tech brief with today's headlines, source URLs, OpenAI changelog awareness, and memory-informed topic selection.

The daily brief skill delivers a **personalized news digest** — tech-focused by default, with clickable source URLs and stale-date filtering.

## Natural language

```bash theme={null}
arka daily brief
arka morning tech brief
arka today's tech brief personalized for me
arka daily tech brief
arka news brief
arka morning brief
```

Headline-style requests also route here:

```bash theme={null}
arka give me 10 concise tech news headlines
arka bullet headlines for AI startups
```

## What you get

* Headlines from **today only** — stale dates and old years are filtered out.
* Each bullet includes a **source URL** after an em dash when available.
* **OpenAI changelog** items prefer official URLs at `platform.openai.com/docs/changelog`.
* **Personalization** from Supermemory context when available (interests, past brief preferences).
* No preamble lines like "Here are 10 headlines" — bullets only.

## Configuration

```env theme={null}
# Max words when fetching URL content for brief enrichment (default 30)
BRIEF_URL_WORDS=30

# Enable URL content fetching for brief items (default off)
BRIEF_URL_LIMIT_ENABLED=1
```

## How routing works

Phrases like `daily brief`, `tech brief`, `morning brief`, and `news brief` route to `daily_brief` — not generic `web_answer`.

Unrelated uses of "brief" (e.g. "brief summary of kubernetes") stay on the general web answer path.

## Related

* [Chat and search](/guides/chat) — `web_answer` and deep search
* [Long-term memory](/guides/memory) — personalization context


## Related topics

- [Arka CLI command and flag reference](/guides/cli.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Personalize your Arka experience](/guides/personalize.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Use every Arka skill through MCP](/guides/mcp-all-skills.md)
