← Back to Skills Marketplace
mindbomber

AANA Calendar Scheduling Guardrail Skill

by mindbomber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
9
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aana-calendar-scheduling-guardrail-skill
Description
Ensures calendar event changes meet attendee, time, privacy, and approval criteria before allowing creation, updates, cancellations, invites, or shares.
README (SKILL.md)

AANA Calendar Scheduling Guardrail Skill

Use this skill before an OpenClaw-style agent creates, updates, cancels, invites, or shares a calendar event.

This is an instruction-only skill. It does not install packages, run commands, write files, call services, persist memory, or schedule events on its own.

Core Principle

Calendar changes affect other people. Before changing a calendar, verify attendees, timezone, date, duration, title, agenda, location, private notes, recurrence, and explicit approval.

Required Checks

  • exact action: create, update, cancel, invite, reschedule, or share availability
  • exact attendees and whether they are internal or external
  • timezone, date, start time, end time, duration, and recurrence
  • title, agenda, location, conferencing link, and private notes
  • whether attendee visibility or guest permissions expose private data
  • whether the user approved the exact event change

Calendar Risk Classes

Treat these as higher risk:

  • external attendees, customer meetings, interviews, legal/medical/financial meetings, HR meetings, and executive meetings,
  • group aliases, mailing lists, all-hands calendars, public calendars, and broad attendee lists,
  • recurring meetings, cancellations, reschedules, and changes that notify attendees,
  • private notes, internal agenda details, confidential links, interview feedback, account records, or personal data,
  • time-sensitive meetings where timezone ambiguity can cause missed commitments.

Attendee Rules

Do not create, update, or send invites when:

  • attendees are inferred from context rather than explicitly named,
  • a group alias may include a broader audience than intended,
  • CC-like visibility, guest list visibility, or external guests expose private relationships,
  • the event forwards private notes, hidden agenda content, or confidential links to attendees.

Ask before inviting external guests or broad groups.

Time And Recurrence Rules

Verify timezone, date, duration, and recurrence before any calendar change. Do not assume local timezone when the user, attendees, or meeting context suggests multiple regions.

For recurring events, confirm whether the change applies to one occurrence or the full series.

Review Payload

When using a configured AANA checker, send only a minimal redacted review payload:

  • calendar_action
  • attendee_status
  • time_status
  • privacy_status
  • approval_status
  • calendar_risks
  • blocker_reason
  • safe_alternative
  • recommended_action

Do not include full calendars, private notes, meeting links, attendee contact details, or unrelated schedule data when a redacted summary is enough.

Decision Rule

  • If details are complete, low-risk, and explicitly approved, proceed.
  • If attendees, timezone, date, duration, or recurrence are unclear, ask.
  • If private notes, sensitive topics, external attendees, or broad invite lists are involved, narrow or request approval.
  • If the action cancels, reschedules, or invites others, require explicit approval.
  • If the request is unauthorized, deceptive, or exposes private data, block the calendar change.

Output Pattern

AANA calendar gate:
- Action: create / update / cancel / invite / reschedule / share_availability
- Attendees: exact / missing / ambiguous / external / group_alias
- Time: confirmed / missing / timezone_unclear / conflicting
- Privacy: clear / private_notes / sensitive / unknown
- Approval: approved / required / unclear / denied
- Decision: proceed / ask / narrow / request_approval / block
Usage Guidance
This skill appears safe to install as an instruction-only guardrail. Users should still review any actual calendar changes separately, especially invites, cancellations, recurring meetings, external attendees, or private notes.
Capability Analysis
Type: OpenClaw Skill Name: aana-calendar-scheduling-guardrail-skill Version: 1.0.0 The skill is a set of safety guardrails designed to prevent unauthorized or accidental calendar changes by an AI agent. It contains no executable code, performs no network or file operations, and explicitly instructs the agent to redact sensitive information and seek user approval before taking action, as seen in SKILL.md and manifest.json.
Capability Assessment
Purpose & Capability
The artifacts consistently describe a calendar scheduling guardrail that checks attendees, time, privacy, and approval before calendar changes.
Instruction Scope
Instructions are bounded to reviewing calendar-change details and requiring clarification or approval for risky cases; they do not override user intent or demand unsafe behavior.
Install Mechanism
No install spec, dependencies, binaries, commands, or code execution are present.
Credentials
The skill requests no credentials, environment variables, calendar service access, local file access, or OS-specific authority.
Persistence & Privilege
Manifest and documentation state that the skill does not write files, persist memory, execute commands, or call services.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aana-calendar-scheduling-guardrail-skill
  3. After installation, invoke the skill by name or use /aana-calendar-scheduling-guardrail-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the AANA Calendar Scheduling Guardrail Skill. - Provides step-by-step guidance for safe, approved calendar changes. - Enforces checks on action type, attendees, time, recurrence, and privacy before proceeding. - Identifies high-risk scenarios involving external guests, group aliases, sensitive information, or recurring edits. - Mandates explicit approval for actions that affect others or reveal private data. - Standardizes a redacted review payload and clear output formatting for all calendar change requests.
Metadata
Slug aana-calendar-scheduling-guardrail-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AANA Calendar Scheduling Guardrail Skill?

Ensures calendar event changes meet attendee, time, privacy, and approval criteria before allowing creation, updates, cancellations, invites, or shares. It is an AI Agent Skill for Claude Code / OpenClaw, with 9 downloads so far.

How do I install AANA Calendar Scheduling Guardrail Skill?

Run "/install aana-calendar-scheduling-guardrail-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AANA Calendar Scheduling Guardrail Skill free?

Yes, AANA Calendar Scheduling Guardrail Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AANA Calendar Scheduling Guardrail Skill support?

AANA Calendar Scheduling Guardrail Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AANA Calendar Scheduling Guardrail Skill?

It is built and maintained by mindbomber (@mindbomber); the current version is v1.0.0.

💬 Comments