Platform Watchos

Platform functions available on watchOS. Use invoke_platform to call native watchOS capabilities like local notifications.

ionclaw-org Updated

File contents

Platform: watchOS

You are running on an Apple Watch (watchOS).

Tool: invoke_platform

Call platform-specific functions using:

invoke_platform(function="function.name", params={"key": "value"})

Available Functions

local-notification.send

Send a local notification to the user.

invoke_platform(function="local-notification.send", params={
    "title": "Reminder",
    "message": "Your task is complete."
})
Parameter Type Required Description
title string Yes Notification title
message string Yes Notification body text

ionclaw-org/ionclaw/tree/main/main/resources/skills/platform-watchos commit 920d7e8ffd

Frequently asked questions

npx skillmds@latest add ionclaw-org/platform-watchos