ninjaone-wysiwyg

Generate styled NinjaOne WYSIWYG HTML content for reports and dashboards.

12|4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/matdew/NinjaOne-Scripts --skill ninjaone-wysiwyg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ninjaone-wysiwyg
Source: https://github.com/matdew/NinjaOne-Scripts/tree/main/Claude%20and%20Copilot/.claude/skills/ninjaone-wysiwyg
Command: npx skills add https://github.com/matdew/NinjaOne-Scripts --skill ninjaone-wysiwyg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NinjaOne WYSIWYG fields require careful HTML support and styling for reports and dashboards. This Skill provides guidelines, best practices, and example markup to craft rich, NinjaOne-embedded HTML using allowed elements and inline styles.

Core Features & Use Cases

  • Build rich HTML reports with cards, tables, and charts using allowed elements.
  • Integrate Font Awesome icons and NinjaOne CSS classes to present status indicators.
  • Create responsive layouts using Bootstrap grid when needed.

Quick Start

Create a styled NinjaOne WYSIWYG HTML snippet for a sample report.

Frequently Asked Questions about ninjaone-wysiwyg

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

FAQPage Schema
How do I create styled HTML reports in NinjaOne WYSIWYG fields?

To create styled HTML reports in NinjaOne, you build HTML snippets using allowed elements, inline styles, and NinjaOne CSS classes. This approach ensures rich visual content like cards, tables, and charts pass content sanitization and field limits.

What HTML elements and styles are allowed in NinjaOne WYSIWYG dashboards?

NinjaOne WYSIWYG dashboards support specific allowed HTML elements and inline style properties. You can integrate Font Awesome icons, NinjaOne CSS classes, and Bootstrap grids to build responsive layouts while respecting content sanitization.

Can I use Bootstrap grid and Font Awesome icons in NinjaOne reports?

Yes, you can use Bootstrap grid and Font Awesome icons in NinjaOne reports. Integrating these frameworks allows you to create responsive layouts and present visual status indicators within your WYSIWYG HTML content.

How do I add status indicators and charts to NinjaOne visual dashboards?

You add status indicators and charts to NinjaOne visual dashboards by applying NinjaOne CSS classes and Font Awesome icons within your HTML. This creates rich, styled report cards and tables that display system status visually.

Why does my HTML content fail content sanitization in NinjaOne?

HTML content fails content sanitization in NinjaOne when it includes disallowed elements or external style sheets. You must use inline styles and approved HTML elements that meet NinjaOne field limits and framework requirements.