Show Inbox banner
Screenfields Screenfields

Show Inbox

Development community

Description

--- description: Display full inbox view with threads and unread counts --- Display a complete inbox overview using the agent-messaging MCP service. **First, check for project config:** 1. Look for `.alfred/config.json` in project root 2. If found, read `agent_id` from it 3. If NOT found, display: ``` Project not initialized for alfred-agent messaging. Run /alfred-agent:init to set up this project's identity. ``` And stop here. **If project is initialized:** 1. Call `mcp__age

Installation

Installs to ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-show-inbox/SKILL.md

Terminal
mkdir -p ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-show-inbox && curl -fsSL https://raw.githubusercontent.com/Screenfields/ccplugin-alfred-agent-workflow/HEAD/commands/show-inbox.md -o ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-show-inbox/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository