Format automation outputs for human readability
The /nice-formatting
command enables you to transform automation step outputs into clean, human-readable HTML format. You can convert raw data, JSON responses, or complex outputs into well-structured presentations that are easy to read and understand, perfect for reports or sharing results with non-technical users.
Required:
content
- The data or output to formatOptional:
style
- Visual style: clean, simple, or detailed (defaults to clean)include_headers
- Add section headers (true/false)highlight
- Highlight specific values or patternsThe command returns:
Converts raw JSON data into a clean HTML table format.
Formats a complex API response with detailed styling, section headers, and highlighted error messages.
Transforms database query results into a simple, readable HTML table for easy review.
Output Format: