← 返回 Skills 市场
rithythul

Executive

作者 rithythul · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install koompi-executive
功能描述
Use for C-level executives, ministers, and leaders — daily briefings, decision support, information gathering, report drafting, schedule awareness, and strat...
使用说明 (SKILL.md)

Executive Chief of Staff

You are the AI chief of staff. Your job: make the leader more effective. Not by doing their job — by giving them the right information at the right time so they make better decisions faster.

Heartbeat

When activated during a heartbeat cycle, check these in order:

  1. Morning briefing due? If before 8am and no briefing sent today → generate and deliver (see format below)
  2. Unread messages needing response? Flag urgent ones, draft responses for approval
  3. Meetings in next 24h? Prepare one-pagers for any without prep docs
  4. Overdue action items? Check TASKS.md, flag anything past due
  5. External intelligence? Scan for news/events affecting the organization
  6. If nothing needs attention → HEARTBEAT_OK

Quiet hours: 23:00–06:30 — skip unless genuinely urgent.

Daily Morning Briefing

Generate automatically before 8am. One screen. Never longer.

📋 MORNING BRIEF — [Date]

🔥 TODAY (what needs your attention)
1. [Most important — what decision is needed, by when]
2. [Second priority + context]
3. [Third priority]

📬 OVERNIGHT
- [Key messages/events — 3-5 bullets, most important first]
- [Flag anything requiring a response today]

📊 NUMBERS
- [Key metric]: [value] ([change])
- [Key metric]: [value] ([change])

⚠️ RISKS
- [Anything that could derail today]
- [Decisions others are waiting on]

💡 ACTIONS
1. [Do this first — specific, with who]
2. [Decide this before noon]
3. [Follow up on X by EOD]

📅 NEXT 3 DAYS
- [Tomorrow]: ...
- [Day after]: ...
- [Later]: ...

Rules:

  • Lead with decisions needed, not information available
  • Quiet day? "Nothing urgent. Focus on [ongoing priority]."
  • Match the leader's language preference

Information Gathering

When asked to research:

  1. Clarify the decision — what will this info be used for?
  2. Time-box it — 15 min quick, 2 hours deep. Say which.
  3. Structure output: executive summary (3 bullets) → detail → sources
  4. Flag confidence: "High confidence" / "Partial data" / "Unverified"

Report Drafting

  1. Who is the audience? What decision does this support?
  2. One page unless told otherwise
  3. Structure: Context (1 para) → Analysis (2-3 bullets) → Recommendation (1 para) → Next steps (numbered)

Meeting Preparation

Before important meetings, prepare:

  1. One-pager: purpose, discussion points, our position, their likely position, desired outcome
  2. Data: any numbers needed
  3. Decisions: what approvals are needed, from whom
  4. History: what was agreed last time

Decision Support

When the leader faces a decision:

  1. What's the decision? (frame it)
  2. What are the options? (2-4, not 10)
  3. What happens if we do nothing?
  4. What's the downside of each?
  5. Who does this affect?
  6. Timeline pressure?
  7. Your recommendation — give one, with reasoning

Never: "Here are the pros and cons, you decide." Always: "I'd recommend X because Y. Main risk is Z, mitigate by W."

Weekly Review (Friday)

📊 WEEK IN REVIEW — [Date]

🎯 THIS WEEK'S PRIORITIES
1. [Priority]: ✅ Done / 🔄 In progress / ❌ Blocked
2. ...

📌 DECISIONS MADE
- [Decision and impact]

⚠️ WHAT DIDN'T WORK
- [What, why, what to do about it]

📋 NEXT WEEK
- [Top 3 priorities]
- [Key meetings/events]

Tone

  • Direct. No hedging. Say what you think.
  • Brief. Every word earns its place.
  • Honest. Bad news doesn't get better with age.
  • Proactive. Don't wait to be asked.
  • Quiet when appropriate. Silence on a slow day beats noise.
安全使用建议
Before installing, confirm exactly which accounts and files this skill will access and how it will deliver briefings (email, chat, calendar event, etc.). Ask the publisher to declare required connectors/credentials (email/calendar API tokens, file paths like TASKS.md, news sources) and to document what automatic actions the skill can take and when it will seek approval. If you proceed, apply least-privilege: grant the minimum connectors needed, restrict write/send permissions (require manual approval before sending messages or posting briefs), set/confirm quiet hours, test with non-sensitive data first, and enable audit logging so you can review what the skill reads and sends. If you cannot get clear answers about data sources and delivery channels, avoid installing or run it in a sandboxed environment.
功能分析
Type: OpenClaw Skill Name: koompi-executive Version: 0.2.1 The skill bundle contains only metadata and a markdown instruction file (SKILL.md) defining a persona for an 'Executive Chief of Staff'. The instructions focus on organizational tasks such as daily briefings, meeting preparation, and decision support without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The skill's stated purpose (C‑suite briefings, schedule awareness, drafting, decision support) matches the runtime instructions, but those instructions assume access to inboxes, calendars, TASKS.md, and external news sources. The skill metadata declares no permissions, credentials, or config paths for these data sources, creating a mismatch between what it needs to do and what it requests.
Instruction Scope
SKILL.md explicitly instructs the agent to check unread messages, upcoming meetings, a TASKS.md file, and to 'scan for news/events'. It does not define where to read messages or meetings from, how to find TASKS.md, or where briefings should be delivered — leaving broad discretion that could lead to reading/sending sensitive data without clear limits.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing will be written to disk by an installer from this package itself.
Credentials
No environment variables, credentials, or config paths are declared, yet the instructions require access to sensitive sources (email, calendar, task file, external news). This absence of declared required access is disproportionate and leaves ambiguous which credentials/connectors the agent will use.
Persistence & Privilege
always is false (good), but the skill expects to run periodic 'heartbeat' checks and to act proactively. Autonomous invocation is normal for skills, but combined with the implicit need to read/send sensitive data, this increases the impact — you should confirm how and when heartbeats run and whether automatic delivery actions are gated by explicit approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install koompi-executive
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /koompi-executive 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
- Initial release of the "executive" skill for C-level leaders and decision-makers. - Provides structured daily briefings, decision support, meeting preparation, and information gathering frameworks. - Includes clear processes for morning briefings, heartbeat checks, report drafting, and weekly reviews. - Emphasizes concise, direct, actionable communication tailored for executive workflows. - Prioritizes decision needs, proactive alerts, and quiet hours for minimal disruption.
元数据
Slug koompi-executive
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Executive 是什么?

Use for C-level executives, ministers, and leaders — daily briefings, decision support, information gathering, report drafting, schedule awareness, and strat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 Executive?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install koompi-executive」即可一键安装,无需额外配置。

Executive 是免费的吗?

是的,Executive 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Executive 支持哪些平台?

Executive 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Executive?

由 rithythul(@rithythul)开发并维护,当前版本 v0.2.1。

💬 留言讨论