Overview
Integration tools let the agent interact with the host system beyond the filesystem: send native OS notifications, read/write the clipboard, and capture screenshots. These tools are in the Full tier and primarily useful for desktop deployments.Tools
notify
Send a native operating system notification.
Security level: moderate | Tier: Standard
Notification title.
Notification body text.
Play the system notification sound.
Urgency level:
low, normal, critical. Affects display priority on Linux.osascript), Linux (via notify-send), Windows (via PowerShell toast).
screen_capture
Capture a screenshot of the entire screen or a specific region.
Security level: moderate | Tier: Full
Capture region:
{ x, y, width, height }. Omit for full screen.Display index for multi-monitor setups.
On macOS, screen capture requires Screen Recording permission in System Settings > Privacy & Security.
clipboard_read
Read the current clipboard contents.
Security level: moderate | Tier: Full
Content format:
text, image.clipboard_write
Write text to the clipboard.
Security level: moderate | Tier: Full
Text to write to the clipboard.
Channel-Specific Notification Tools
For sending messages through chat channels rather than system notifications, profClaw provides channel-specific action tools:slack_actions
Send messages, react to messages, or create channels in Slack.
Tier: Full | Requires: Slack provider configured
Action type:
send_message, react, create_channel.Channel ID or name.
Message text.