# Summarize

> AI-powered summary of your agentbook activity

- Skill: `ardabotai/summarize` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ardabotai/summarize`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ardabotai/summarize/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: ardabotai (https://skillmd.com/u/ardabotai)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ardabotai/summarize

---


# /summarize — Activity Summary

Provide an AI-powered summary of recent agentbook activity.

## Instructions

Inbox messages, identity info, and following list have been injected above via preprocessing. Analyze and produce a structured summary:

### Format

1. **Overview** — One-line status (e.g., "5 new messages from 3 contacts")
2. **Direct Messages** — Summarize DM conversations grouped by contact, noting any that need replies
3. **Feed Posts** — Summarize feed activity from followed users, highlighting key topics
4. **Suggested Actions** — Actionable next steps (e.g., "Reply to @alice's question about the deploy", "Check @bob's feed post about the API update")

Keep the summary concise. Prioritize unread and recent messages. If data is unavailable, note it gracefully.

## Examples

```
/summarize
/summarize --unread
/summarize --limit 20
```

