wendy

Guide building, deploying, and debugging apps on WendyOS edge devices.

62|5|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Joannis/claude-skills --skill wendy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wendy
Source: https://github.com/Joannis/claude-skills/tree/main/wendy
Command: npx skills add https://github.com/Joannis/claude-skills --skill wendy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WendyOS edge deployment involves building, deploying, and debugging applications on edge devices. This Skill provides expert guidance to streamline setup, entitlements, and remote debugging workflows.

Core Features & Use Cases

  • Guided setup: Understand how to configure entitlements via wendy.json and integrate with WendyOS devices (Jetson, Raspberry Pi).
  • Remote debugging: Steps to run apps with built-in debugging support and connect to CodeLLDB.
  • CLI workflows: Use Wendy CLI commands to build, deploy, and monitor edge apps with minimal friction.

Quick Start

Initialize a WendyOS project, configure entitlements, and deploy to a target device using the Wendy CLI.

Frequently Asked Questions about wendy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Swift apps to WendyOS edge devices?

Remote debugging on WendyOS involves running your app with built-in debugging support and connecting it to CodeLLDB to inspect and troubleshoot app behavior directly on the edge device.

What are entitlements in wendy.json for edge deployment?

Entitlements in wendy.json are configuration settings required to grant specific permissions and capabilities to Swift apps before building and deploying them to WendyOS edge targets.

Does WendyOS edge deployment support Raspberry Pi and Jetson targets?

Yes, WendyOS edge deployment supports both Jetson and Raspberry Pi targets, providing guided setup and CLI workflows to build, deploy, and monitor Swift apps on these specific devices.

How do I debug Swift apps remotely on edge devices?

Remote debugging on WendyOS involves running your app with built-in debugging support and connecting it to CodeLLDB to inspect and troubleshoot app behavior directly on the edge device.

What is the best way to configure a WendyOS project for Swift edge apps?

The best way to configure a WendyOS project is to initialize it using the Wendy CLI, define your app permissions inside the wendy.json entitlements file, and then execute the deployment commands.