This one's for when you need to interact with Fusion's Help API directly rather than using the fhelp CLI. It covers reading articles, FAQs, and release notes programmatically, plus managing content if you have admin rights. Includes authentication patterns for different environments (ci, fqa, fprd), OData filtering, and code samples in React, C#, and Python. The documentation is thorough on authorization levels and makes it clear that write operations need proper permissions while reads are open to any authenticated user. Good for building custom help tooling or embedding help content in your app. If you just want to sync markdown files, you want the fusion-help-docs skill instead.
npx skills add https://github.com/equinor/fusion-skills --skill fusion-help-api