---
slug: "ray-skills"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/spatie/ray-skills@main/README.md"
repo: "https://github.com/spatie/ray-skills"
source_file: "README.md"
branch: "main"
---
# Ray Skills

A skill for AI coding agents to interact with the [Ray app](https://myray.app/).

Ray is a desktop application for debugging that displays information sent to it via HTTP. This skill teaches AI coding agents how to send payloads to Ray's local HTTP server.

## Support us

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/ray-skills.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/ray-skills)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

## Installation

```bash
npx skills add spatie/ray-skills
```

This will install the skill into your AI coding agent. The agent will automatically learn how to send data to Ray when needed.

Works with Claude Code, Cursor, Cline, GitHub Copilot, and other AI coding agents.

## Requirements

- [Ray desktop app](https://myray.app/) running locally
- Ray listens on `http://localhost:23517/` by default

## Skill Structure

```
skills/ray/
├── SKILL.md              # Main skill definition
└── rules/
    ├── ray-local-http.md # HTTP API documentation
    ├── log.md            # Log payload documentation
    ├── table.md          # Table payload documentation
    └── json.md           # JSON payload documentation
```

## Documentation

- [Ray Payload Documentation](https://myray.app/docs/developing-ray-libraries/payload) - Official Ray payload structure documentation

## License

The MIT License (MIT). Please see [License File](https://github.com/spatie/ray-skills/blob/HEAD/LICENSE.md) for more information.
