pa-pack

# SKILL.md — pa-pack

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pa-pack" with this command: npx skills add certainlogicai/pa-pack

SKILL.md — pa-pack

Name

pa-pack

Description

A curated, opinionated stack of tools and workflows for building effective personal assistant agents. Provides modular components for triage, drafting, scheduling, and follow-up that practitioners can adapt to their own contexts.

Version

1.0.0

Author

CertainLogic

License

MIT

Category

productivity, assistant, workflow

Tags

personal-assistant, productivity, triage, drafting, scheduling, workflow, agent-stack

Requirements

  • No hard dependencies
  • Optional: calendar API (Google Calendar, Outlook)
  • Optional: email API (Gmail, IMAP)

Installation

Place the pa-pack/ folder into your OpenClaw skills directory and restart.

Usage

Browse Components

openclaw skill pa-pack list

Use a Component

# Generate a priority score for messages
openclaw skill pa-pack triage --input messages.json

# Draft a reply given context
openclaw skill pa-pack draft --thread thread_123 --tone concise

# Check calendar conflicts
openclaw skill pa-pack schedule --proposed "2026-06-15T10:00:00Z" --duration 60m

# Set follow-up tracking
openclaw skill pa-pack followup --deadline "2026-06-20" --topic "Contract review"

Customize Prompts

Each component loads prompts from scripts/prompts/<component>.md. You can override these by placing a file of the same name in ~/.openclaw/skills/pa-pack/custom-prompts/.

Architecture

The pack follows these principles:

  1. Modularity: Each component is self-contained. Use one, two, or all.
  2. Context-awareness: Components expect a context object (previous messages, user preferences, time zone).
  3. Human-in-the-loop: Outputs are suggestions, not autonomous actions. The human approves before sending.
  4. Transparency: Every suggestion includes reasoning so the human can evaluate it.

Component Details

Triager

  • Scores incoming messages by urgency and relevance
  • Suggests action: reply now, reply later, delegate, ignore
  • Requires: message subject + body + sender context

Drafter

  • Generates reply drafts given thread context and desired tone
  • Supports: concise, detailed, apologetic, assertive
  • Requires: thread history + intent summary

Scheduler

  • Detects conflicts with existing calendar events
  • Suggests alternative slots
  • Requires: proposed time + duration + attendee list

Follow-Up

  • Tracks deadlines and sends reminders
  • Escalates overdue items
  • Requires: deadline + topic + owner

Limitations

  • Does not have real-time calendar access unless you integrate an API
  • Draft quality depends on the amount of context provided
  • Triage scoring is heuristic-based, not learned from your behavior
  • No persistent memory across sessions without external storage

Changelog

1.0.0

  • Initial release
  • Triager, Drafter, Scheduler, Follow-Up components
  • Prompt library with 4 tone variants
  • Context-kernel pattern documentation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

RootCraft Learning System

RootCraft Learning System - An integrated learning methodology combining First Principles Thinking, Taxonomy-Based Classification, Feynman Technique, and Rec...

Registry SourceRecently Updated
General

Amazon Listing Doctor

亚马逊Listing全方位诊断工具 — Rufus适配度评分 + 场景词覆盖分析 + 转化逻辑优化建议。基于行业知识库对Listing进行5维诊断,帮助卖家了解产品在Rufus对话中的可见度,并生成针对性的优化方案。

Registry SourceRecently Updated
General

Amazon Aplus Generator

快速生成符合亚马逊规范的专业A+内容方案,支持多类目多语言及模块智能匹配与合规自检。

Registry SourceRecently Updated
General

Shadow Traffic Tester

Set up and analyze shadow traffic testing to compare new service versions against production without user impact

Registry SourceRecently Updated