Calendly Automation
Analysis
The skill is a coherent Calendly automation helper, but it requires Calendly OAuth through Rube MCP and can access or change calendar-related account data.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`CALENDLY_CANCEL_EVENT` - Cancel the event [Required] ... Cancellation is IRREVERSIBLE - always confirm with the user before calling
The skill can perform an irreversible account mutation, but it explicitly instructs the agent to confirm with the user first.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Active Calendly connection via `RUBE_MANAGE_CONNECTIONS` with toolkit `calendly` ... follow the returned auth link to complete Calendly OAuth ... Admin rights may be needed for organization or group scope queries
The skill requires delegated Calendly account access through OAuth and may use organization or group-level privileges.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Automate Calendly operations ... through Composio's Calendly toolkit ... Add `https://rube.app/mcp` as an MCP server
Calendly tool calls and returned data are routed through an external MCP provider, creating a third-party data boundary the user should understand.
