Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

core-pa-admin-exec-support核心 pa 管理执行支持

Agent Skill

core-pa-admin-exec-support 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

24,884

周安装

680

GitHub Stars

公开资料未说明

下载量

4,244
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:core-pa-admin-exec-support(核心 pa 管理执行支持)
来源仓库:https://github.com/clawdbot/skills
仓库路径:skills/core-pa-admin-exec-support
安装命令:
npx skills add clawdbot/skills --skill "core-pa-admin-exec-support"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add clawdbot/skills --skill "core-pa-admin-exec-support"

简介

提供核心 PA 管理执行支持,协助行政与运营事务处理。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中需要后台支持的任务。
  • 使用 npx skills add clawdbot/skills --skill "core-pa-admin-exec-support" 安装并调用。
  • 需确认权限范围、维护状态及是否触发联网或数据访问。
  • 建议结合来源仓库和 README 核验流程规范与输出格式。

SKILL.md

Core PA Admin and Exec Support

PURPOSE

Turn pasted messages, calendar availability, task lists, and meeting notes into a clear plan, prioritized tasks, professional-friendly communications drafts, and meeting prep/follow-ups—without ever finalizing actions.

WHEN TO USE

  • You need a daily plan and prioritized tasks from incoming messages and to-dos
  • You want email/DM drafts that are friendly but professional
  • You need meeting agendas/briefs and action-item extraction from notes
  • You want scheduling proposals that respect working hours and constraints
  • You want an all-in-one “PA run” that triages, plans, drafts, and follows up

DO NOT USE WHEN…

  • You must send emails or book meetings automatically (this skill only proposes and drafts)
  • You have no access to the content (no messages/calendar/tasks/notes available)
  • The request is legal/medical/financial advice beyond basic admin coordination

INPUTS

REQUIRED (at least one)

  • Pasted messages/emails/DMs OR
  • A task/backlog list OR
  • Calendar availability (free/busy windows) OR
  • Meeting notes (raw notes or transcript excerpts)

OPTIONAL

  • Stakeholder list + preferences (tone, titles, signature, response SLAs)
  • Priority goals for the day/week
  • Known deadlines, travel days, “hard” commitments

EXAMPLES

  • Messages: “Can we meet next week about Q1 planning?” + “Please review the deck by Friday.”
  • Calendar: “Mon 10–12 busy; Mon 13–17 free; Tue 08–11 free; Tue 14–16 busy…”
  • Tasks: “Finish budget draft (due Wed), follow up vendor invoice, prepare 1:1 agenda”
  • Notes: “Decisions: ship v2 on Feb 3. Actions: Alex to update roadmap…”

OUTPUTS

  • A markdown pack containing:

- Triage summary (what’s urgent, what’s blocked, what needs decisions) - Daily plan and/or weekly plan (time-blocked suggestions within constraints) - Prioritized task list (with owners, due dates, dependencies) - Comms drafts (email/DM) with subject lines and 1–2 variants if helpful - Meeting agenda(s), brief(s), and action items

  • A JSON block matching the schema in references/pa-output-json-schema.md
  • Success criteria:

- All scheduling respects: weekdays only, 08:00–17:00 working hours, latest meeting end 16:30, no meetings Sat/Sun - No sending/booking; only drafts and proposals - Missing info triggers STOP-and-ASK

WORKFLOW

  1. Ingest & normalize inputs

- Identify which inputs were provided: messages, calendar, tasks, notes. - Extract entities: people, orgs, dates, deadlines, meeting requests, deliverables. - Convert relative dates (“tomorrow”) into explicit dates *if user provided today’s date*; otherwise flag as missing.

  1. Triage & prioritize

- Categorize items into: - Urgent/time-sensitive - Important (strategic/high impact) - Routine/admin - Waiting/blocked (needs info or someone else) - Assign a priority (P0/P1/P2) using: - Deadline proximity - Stakeholder seniority/impact - Time-to-complete vs value - Dependencies and blockers

  1. Plan generation

- Build a proposed plan: - If calendar availability is provided: place blocks only in free windows. - If not provided: propose a plan using default workday blocks 08:00–17:00. - Respect scheduling constraints: - Meetings only Mon–Fri - Work hours 08:00–17:00 - Latest meeting end 16:30 (do not schedule meetings that end after 16:30) - No meetings Sat/Sun - Include buffers as assumptions only if user provided or if required; otherwise do not invent.

  1. Comms drafting (friendly but professional)

- For each message requiring a response: - Draft 1 primary version - Draft an optional shorter variant if the message is long/complex - Always include: - Clear ask/next step - Proposed times (if scheduling) as options, not final bookings - Polite close and signature placeholder

  1. Meeting support

- If meeting requests exist: create: - Agenda (purpose, topics, timeboxes, desired outcomes) - Brief (context, attendees, decisions needed, pre-reads, risks) - If notes exist: extract: - Decisions - Action items (owner + due date if present) - Open questions and follow-ups

  1. Assemble outputs

- Produce markdown sections in this order: 1. Triage summary 2. Prioritized tasks 3. Proposed schedule/plan 4. Draft communications 5. Meeting agendas/briefs 6. Action items & follow-ups - Output JSON matching schema.

STOP AND ASK THE USER (MANDATORY) IF…

  • No actionable input was provided (no messages/tasks/calendar/notes)
  • Any scheduling request lacks at least one of:

- date range or target week - participants/time zones - meeting length or purpose

  • A message draft requires facts you don’t have (pricing, policy, decision, attachment contents)
  • Calendar availability is missing but the user wants specific meeting times
  • Conflicting constraints (e.g., only times offered would end after 16:30)

OUTPUT FORMAT

MARKDOWN OUTPUT TEMPLATE

## Triage Summary
- Urgent:
- Important:
- Routine:
- Blocked/Waiting:

## Prioritized Tasks (P0/P1/P2)
1. [P0] Task — owner — due — dependency/blocker — next step
2. ...

## Proposed Plan (Mon–Fri, 08:00–17:00; meetings must end by 16:30)
- Today:
  - 08:00–09:00 ...
  - ...
- This Week (if requested):
  - Mon ...
  - Tue ...

## Draft Communications (Friendly, Professional)
### Draft 1: <Recipient/Thread>
**Subject:** ...
**Message:**
...

(Alt short version, if useful)

## Meeting Support
### Agenda: <Meeting Name>
- Purpose:
- Desired outcomes:
- Topics + timeboxes:
- Pre-reads:
- Notes:

### Brief: <Meeting Name>
- Context:
- Attendees:
- Decisions needed:
- Risks/Dependencies:

## Action Items & Follow-ups
- Action: ... | Owner: ... | Due: ... | Status: ...
- Open questions:

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

27.42%
按下载量换算1,164

windsurf

22.19%
按下载量换算942

clawdbot

16.39%
按下载量换算696

trae

12.62%
按下载量换算536

Codex

7.72%
按下载量换算328

Claude Code

3.15%
按下载量换算134

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills