Claude-skill-registry assistant-pro
Personal assistant operating routines (brief, inbox digest, auth health, daily planning, lightweight heartbeat alerts) with low token overhead.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/other/other/assistant-pro" ~/.claude/skills/majiayu000-claude-skill-registry-assistant-pro && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/other/other/assistant-pro" ~/.openclaw/skills/majiayu000-claude-skill-registry-assistant-pro && rm -rf "$T"
manifest:
skills/other/other/assistant-pro/SKILL.mdsource content
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
- Run:
-
/inbox- Run:
bash "$HOME/openclaw_pro/workspace/scripts/assistant_inbox_digest.sh" - Purpose: unread mail digest only
- Run:
-
/authfix- Run:
bash "$HOME/openclaw_pro/workspace/scripts/google_auth_check.sh" - Purpose: detect OAuth failure and return one exact reauth command
- Run:
-
/dayplan- Run
first, then return 6-line max:/brief- current time
- calendar event count
- top 1-3 events
- unread mail count
- top 1-3 unread senders/subjects
- one action line
- Run
-
/models- Run:
bash "$HOME/openclaw_pro/workspace/scripts/assistant_models.sh" - Purpose: show current
model mapmain/coder/writer
- Run:
-
/remember- Run:
bash "$HOME/openclaw_pro/workspace/scripts/oc_memory_note.sh" <category> "<title>" "<body>" - Purpose: persist important user context into OC-Memory notes
- Run:
-
/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
- Run:
Heartbeat use
- Run:
bash "$HOME/openclaw_pro/workspace/scripts/assistant_heartbeat_probe.sh" - Default output:
HEARTBEAT_OK - Alert output:
(throttled to once per 12h)HEARTBEAT_ALERT=google_reauth
Response policy
- Keep assistant updates short and actionable.
- If status is
, include exactly one repair command line.auth_required - Do not expose secrets or token values.
- If Gmail/Calendar is unavailable, report partial results instead of hard failure.