# Linear Notifications

> Manage Linear notifications. Use for viewing, reading, and archiving notifications.

- Skill: `nesszer/linear-notifications` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nesszer/linear-notifications`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nesszer/linear-notifications/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nesszer (https://skillmd.com/u/nesszer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nesszer/linear-notifications

---


# Notifications

```bash
# List unread notifications
linear-cli n list
linear-cli n list --output json

# Get unread count
linear-cli n count

# Mark as read
linear-cli n read NOTIFICATION_ID

# Mark all as read
linear-cli n read-all

# Archive a notification
linear-cli n archive NOTIFICATION_ID

# Archive all notifications
linear-cli n archive-all
```

## Flags

| Flag | Purpose |
|------|---------|
| `--output json` | JSON output |

