assistant-pro

Personal assistant operating routines (brief, inbox digest, auth health, daily planning, lightweight heartbeat alerts) with low token overhead.

16 stars

Best use case

assistant-pro is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Personal assistant operating routines (brief, inbox digest, auth health, daily planning, lightweight heartbeat alerts) with low token overhead.

Teams using assistant-pro should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/assistant-pro/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/assistant-pro/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/assistant-pro/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How assistant-pro Compares

Feature / Agentassistant-proStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Personal assistant operating routines (brief, inbox digest, auth health, daily planning, lightweight heartbeat alerts) with low token overhead.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Assistant Pro

Use this skill for day-to-day assistant operations with controlled token usage.

## Slash command mapping

- `/brief`
  - Run: `bash "$HOME/openclaw_pro/workspace/scripts/assistant_brief.sh"`
  - Purpose: quick snapshot (`gmail`, `calendar`, `status`)

- `/inbox`
  - Run: `bash "$HOME/openclaw_pro/workspace/scripts/assistant_inbox_digest.sh"`
  - Purpose: unread mail digest only

- `/authfix`
  - Run: `bash "$HOME/openclaw_pro/workspace/scripts/google_auth_check.sh"`
  - Purpose: detect OAuth failure and return one exact reauth command

- `/dayplan`
  - Run `/brief` first, then return 6-line max:
    1) current time
    2) calendar event count
    3) top 1-3 events
    4) unread mail count
    5) top 1-3 unread senders/subjects
    6) one action line

- `/models`
  - Run: `bash "$HOME/openclaw_pro/workspace/scripts/assistant_models.sh"`
  - Purpose: show current `main/coder/writer` model map

- `/remember`
  - Run: `bash "$HOME/openclaw_pro/workspace/scripts/oc_memory_note.sh" <category> "<title>" "<body>"`
  - Purpose: persist important user context into OC-Memory notes

- `/syllabus`
  - Run: `bash "$HOME/openclaw_pro/workspace/scripts/syllabus_pinpoint.sh" "$HOME/Desktop/syllabus"`
  - Purpose: parse syllabus docs (PDF/DOCX/Image OCR) and return pinpoint schedule/deadline items

## Heartbeat use

- Run: `bash "$HOME/openclaw_pro/workspace/scripts/assistant_heartbeat_probe.sh"`
- Default output: `HEARTBEAT_OK`
- Alert output: `HEARTBEAT_ALERT=google_reauth` (throttled to once per 12h)

## Response policy

- Keep assistant updates short and actionable.
- If status is `auth_required`, include exactly one repair command line.
- Do not expose secrets or token values.
- If Gmail/Calendar is unavailable, report partial results instead of hard failure.

Related Skills

Directus AI Assistant Integration

16
from diegosouzapw/awesome-omni-skill

Build AI-powered features in Directus: chat interfaces, content generation, smart suggestions, and copilot functionality

create-assistant

16
from diegosouzapw/awesome-omni-skill

Create and configure Vapi voice AI assistants with models, voices, transcribers, tools, hooks, and advanced settings. Use when building voice agents, phone bots, customer support assistants, or any conversational AI that handles phone or web calls.

agentic-issue-assistant

16
from diegosouzapw/awesome-omni-skill

Install common docs/backlog skeleton plus an AGENTS template, and wrap issue/finalization operations for an agentic workflow.

lead-research-assistant

16
from diegosouzapw/awesome-omni-skill

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

commit-assistant

16
from diegosouzapw/awesome-omni-skill

Provides conventional commits guidance and auto-generates commit messages from git changes. Integrates with /ccpm:commit for automated git commits linked to Linear issues. Auto-activates when users ask about committing, creating git commits, or discussing commit message formats.

uv-package-management-assistant

16
from diegosouzapw/awesome-omni-skill

python's package managing

utilization-review-assistant

16
from diegosouzapw/awesome-omni-skill

Support utilization review decisions by evaluating medical necessity, level-of-care appropriateness, and length-of-stay justification against InterQual and Milliman criteria. Use when performing concurrent or retrospective utilization reviews, preparing peer-to-peer appeals, or assessing admission and continued-stay criteria.

Ultimate Assistant Comprehensive Response

16
from diegosouzapw/awesome-omni-skill

Generates highly detailed, step-by-step, and logical responses that integrate both scientific and non-scientific perspectives, acting as an 'Ultimate Assistant'.

llm-application-dev-ai-assistant

16
from diegosouzapw/awesome-omni-skill

You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natur

assistant

16
from diegosouzapw/awesome-omni-skill

Personal assistant for daily routines, task management, and productivity

ai-writing-assistant

16
from diegosouzapw/awesome-omni-skill

Leverage AI tools effectively for professional writing tasks. Provides prompt patterns, refinement workflows, voice preservation techniques, and quality checkpoints for AI-augmented drafting.

ADR Assistant

16
from diegosouzapw/awesome-omni-skill

Helps create, analyze, and maintain Architecture Decision Records