Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Check My Inbox

ASecurity

Get a quick read on your support inbox. Pick what you need: a morning brief that ranks the 5-10 tickets that actually need you today, an overdue check that flags anything about to miss response-time targets or already past due, or a stale-threads sweep that catches conversations you dropped. I scan, rank, and tell you where to start.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill check-my-inbox --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Check My Inbox?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Check My Inbox
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-check-my-inbox/badge)](https://www.skillsdirectory.com/skills/gethouston-check-my-inbox)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: check-my-inbox
description: "Get a quick read on your support inbox. Pick what you need: a morning brief that ranks the 5-10 tickets that actually need you today, an overdue check that flags anything about to miss response-time targets or already past due, or a stale-threads sweep that catches conversations you dropped. I scan, rank, and tell you where to start."
version: 1
category: Support
featured: no
image: headphone
integrations: [gmail, outlook]
x_houston:
  created_by: houston
  skill_schema: 1
---


# Check My Inbox

One skill for every "what do I need to look at right now?" ask. Branches on `scope`.

## When to use

- **morning-brief**  -  "morning brief" / "what's on my plate?" / "where do I start?"
- **overdue**  -  "what's overdue?" / "what's about to miss response-time targets?" / called automatically inside `morning-brief`.
- **stale-threads**  -  "what's waiting on me?" / "anything stale?"  -  threads > 48h mid-resolution, ball in your court.

## Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **Inbox** (Gmail / Outlook)  -  scan the live inbox for fresh items, not just `conversations.json`. Required.
- **Support helpdesk** (Intercom / Zendesk / Help Scout)  -  alternate to Inbox if customer messages land there instead. Required if you don't use Gmail / Outlook for support.

If neither inbox nor helpdesk is connected I stop and ask you to link the one you actually use.

## Information I need

I read your support context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **Response-time targets**  -  Required. Why I need it: thresholds for "overdue" come from your numbers, not mine. If missing I ask: "What response time do you want to hit for urgent tickets, and what's acceptable for the rest?"
- **VIP list**  -  Required. Why I need it: VIPs always rank above non-VIPs in the morning brief. If missing I ask: "Which 3 to 5 customers should always rise to the top of the queue?"
- **Connected channels**  -  Required. Why I need it: I need to know which inboxes count as "support" so I'm not scanning your personal mail. If missing I ask: "Which inbox or help-desk holds your customer threads?"

## Parameter: `scope`

- `morning-brief`  -  top 5–10 items ranked by (VIP × response-time-at-risk × unblocking-engineering). Each item: 1-line headline + next action. Writes to `briefings/{YYYY-MM-DD}.md`.
- `overdue`  -  open conversations within 2h of missing response-time targets OR already overdue, with customer tier, time remaining, exact next action. Writes to `overdue-reports/{YYYY-MM-DD}.md`.
- `stale-threads`  -  conversations quiet > 48h with me as last responder, grouped by "customer replied and I missed it" vs "I owe them something." Writes to `stale-rescues/{YYYY-MM-DD}.md`.

## Steps
<!-- houston-workflow:v1 -->

1. **Read `context/support-context.md`.** If missing, stop. Tell me to run `set-up-my-support-info` first.
2. **Read ledger.** Fill gaps.
3. **Read `conversations.json`** for all open / waiting items.
4. **Branch on `scope`:**
   - `morning-brief`: compute rank per thread = tier_weight × response_time_risk × content_urgency. Cap 10 items. For each, add one-line next action ("draft the reply," "escalate to engineering," "close  -  nothing to do"). Include one-line summary of `followups.json` due today.
   - `overdue`: filter `conversations.json` to open items where `firstResponseAt` or `lastActivityAt` plus response-time window < 2h from now. For each, list: customer, tier, time left, next action.
   - `stale-threads`: filter to conversations quiet > 48h. Group by "their turn" vs "my turn"  -  only "my turn" actionable. For each, suggest: nudge draft (chain `draft-a-reply`) or close with one-line explanation.
5. **Write artifact** atomically. Append to `outputs.json` with `type` = `morning-brief` | `overdue-report` | `stale-rescue`, `domain: "inbox"`.
6. **Summarize to me**: 2–3 things that actually need me today.

## Outputs

- `briefings/{YYYY-MM-DD}.md` (for `scope = morning-brief`)
- `overdue-reports/{YYYY-MM-DD}.md` (for `scope = overdue`)
- `stale-rescues/{YYYY-MM-DD}.md` (for `scope = stale-threads`)
- Appends to `outputs.json` with `domain: "inbox"`.

## What I never do

- Overrank items to inflate brief  -  quiet day, say so in one line.
- Use hardcoded response-time thresholds  -  always read from `context/support-context.md#response-times` or ledger.

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →