debugging-output-and-previewing-html-using-ray

Send debugging data and HTML content to Ray via HTTP on localhost:23517.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aarongmx/FacturacionLoop --skill debugging-output-and-previewing-html-using-ray-aarongmx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-output-and-previewing-html-using-ray
Source: https://github.com/aarongmx/FacturacionLoop/tree/main/.claude/worktrees/agent-aafd0f83/vendor/spatie/laravel-ray/resources/boost/skills/show-debugging-output-and-html-using-ray
Command: npx skills add https://github.com/aarongmx/FacturacionLoop --skill debugging-output-and-previewing-html-using-ray-aarongmx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Ray Skill enables developers to quickly send data to Spatie's Ray desktop debugging app for real-time visualization, debugging output, and HTML previews.

Core Features & Use Cases

  • Send data payloads to Ray via HTTP to appear in the Ray UI for immediate inspection.
  • Preview HTML content, diagrams, and log data inside Ray for faster debugging and design validation.
  • Use Case: When you want to validate complex data flows or UI state by rendering results directly in Ray during development.

Quick Start

Use a sample POST request to Ray's local server to visualize the payloads.

Frequently Asked Questions about debugging-output-and-previewing-html-using-ray

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

FAQPage Schema
How do I send debugging output and HTML payloads to Ray for real-time visualization?

You can send debugging output and HTML payloads to Ray by making HTTP POST requests to the Ray local server, enabling real-time visualization of logs and content directly in the Ray UI.

What port does Ray need to be running on to receive debugging data via HTTP?

Ray must be running on localhost:23517 to receive debugging payloads and HTML content via HTTP requests pushed from your development environment.

Can I preview HTML content and diagrams inside Ray during development?

Yes, you can preview HTML content and diagrams inside Ray by sending the visual data as payloads via HTTP, allowing for faster debugging and design validation.

Does Ray work without installing additional dependencies for sending data?

Ray works by receiving data via HTTP requests without requiring specific dependencies, as long as the Ray desktop app is actively running on your local machine.

When do I need to use Ray for debugging data flows instead of standard logging?

You need Ray for debugging when you want to validate complex data flows or UI state by rendering visual HTML and log results directly for immediate inspection during development.

Why is my HTTP payload not showing up in the Ray app during debugging?

If your HTTP payload is not showing up in Ray, ensure the Ray desktop app is actively running on localhost:23517 and that your POST requests are correctly formatted to push the debugging data.