← Back to Skills Marketplace
Recipe Post Mortem Setup
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
352
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-post-mortem-setup
Description
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
Usage Guidance
This recipe is coherent and low-risk by itself, but it requires the 'gws' CLI and the gws-docs/gws-calendar/gws-chat companion skills to actually perform actions in your Google Workspace. Before installing or running it: 1) confirm you trust the 'gws' tool and the gws-* skills (review what Google OAuth scopes they request); 2) replace placeholder values (incident name, date/time, attendee emails, chat space) to avoid accidentally notifying the wrong recipients; 3) note the small version mismatch between SKILL.md and registry metadata (likely harmless but worth checking); and 4) if you need stricter safety, inspect or test the gws commands in a non-production account to confirm behavior.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-post-mortem-setup
Version: 1.0.12
The skill bundle is a standard orchestration recipe for setting up incident post-mortems using Google Workspace tools. It provides instructions for the agent to use the 'gws' binary to create a document, schedule a calendar event, and send a chat notification, all of which are consistent with the stated purpose in SKILL.md and lack any indicators of malicious intent or suspicious behavior.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the steps call gws docs, calendar, and chat to create a doc, insert a calendar event, and send a chat message. The declared required binary (gws) is exactly what the recipe uses. One minor inconsistency: SKILL.md metadata version (0.22.5) differs from registry version (1.0.12), which is likely a packaging/versioning mismatch but does not affect functionality.
Instruction Scope
Instructions are narrowly scoped to the stated task and only reference gws commands to create a doc, schedule a meeting, and post a chat message. Commands include example placeholders (incident, date/time, [email protected], spaces/ENG_SPACE) that will be sent as-is if not replaced; the recipe does not instruct the agent to read unrelated files, system paths, or environment variables.
Install Mechanism
No install spec and no code files — instruction-only. This keeps on-disk risk minimal. The recipe assumes the existing 'gws' binary and the gws-* companion skills are available; it does not download or install software itself.
Credentials
The skill itself requests no env vars or credentials, which is proportional. However, it depends on external skills (gws-docs, gws-calendar, gws-chat) and the 'gws' tool; those components will almost certainly require Google Workspace credentials and OAuth scopes to operate. Verify the auth/scopes and trustworthiness of those gws-* skills before use.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent presence or attempt to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-post-mortem-setup - After installation, invoke the skill by name or use
/recipe-post-mortem-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Metadata version bumped from 0.22.3 to 0.22.4 in SKILL.md.
- No functional or instructional content changes.
v1.0.10
- Updated version number in metadata from 0.22.2 to 0.22.3 in SKILL.md.
- No other functional or documentation changes.
v1.0.9
- Bumped metadata version from 0.22.1 to 0.22.2 in SKILL.md.
- No other changes to recipe content or steps.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Updated skill version from 0.21.2 to 0.22.0 in metadata section.
v1.0.6
- Updated version metadata from 0.21.1 to 0.21.2 in SKILL.md.
- No changes to functionality or instructions.
v1.0.5
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md.
- No other changes made to skill content or functionality.
v1.0.3
- Updated version metadata from 0.19.0 to 0.20.0 in SKILL.md.
- No changes to functionality or usage instructions.
v1.0.2
- Updated skill metadata structure in SKILL.md.
- Removed version field from top-level to metadata block.
- Set metadata version to 0.19.0.
- No changes to steps or functional behavior.
v1.0.1
- Standardized formatting in the metadata section for "bins" and "skills" fields.
- No functional or content changes to the recipe steps or description.
v1.0.0
Initial release: Quickly set up an engineering post-mortem workflow across Google Workspace.
- Create a standardized post-mortem document in Google Docs.
- Schedule a post-mortem review meeting in Google Calendar.
- Send a notification to the team via Google Chat.
- Requires the gws-docs, gws-calendar, and gws-chat skills.
Metadata
Frequently Asked Questions
What is Recipe Post Mortem Setup?
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat. It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.
How do I install Recipe Post Mortem Setup?
Run "/install recipe-post-mortem-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Post Mortem Setup free?
Yes, Recipe Post Mortem Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Post Mortem Setup support?
Recipe Post Mortem Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Post Mortem Setup?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills