What problem does it solve?
Connecting an external account (email, messaging) grants access but not permission to act. This Skill manages the authorization layer that controls whether an agent can send messages, reply to email, apply labels, triage spam, or delete content through connected providers.
Core Features & Use Cases
- Policy Inspection: Call
connector_action_policy_status to review existing action grants before making changes.
- Scoped Granting: Use
grant_connector_action_policy with narrow constraints like allowed_targets, allowed_recipients, max_per_day, and expiration to limit what actions are permitted.
- Revocation: Remove or narrow grants with
revoke_connector_action_policy when the user asks to restrict behavior.
- Use Case: A user wants the agent to reply to emails from a specific domain automatically. Inspect current policies, summarize the proposed scope, then grant a policy limited to that domain with a daily cap and no autonomous deletion rights.
Quick Start
Ask the agent to check current connector action policies and grant permission to reply to emails from a specific recipient list with a daily limit.