# Platform Desktop

> Platform functions available on macOS, Windows, and Linux. Use invoke_platform to call native platform capabilities.

- Skill: `ionclaw-org/platform-desktop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ionclaw-org/platform-desktop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ionclaw-org/platform-desktop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ionclaw-org (https://skillmd.com/u/ionclaw-org)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ionclaw-org/platform-desktop

---


# Platform: macOS, Windows, Linux

You are running on **macOS, Windows, or Linux**.

## Tool: `invoke_platform`

Call platform-specific functions using:

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

## Available Functions

No platform-specific functions are currently registered on this platform. If you attempt to invoke a function that is not available, you will receive an error indicating it is not implemented on this platform.

Future functions may include:
- System notifications
- Clipboard operations
- Native dialog boxes

