fluent-community
Installation
SKILL.md
Fluent Community REST API
Push content (docs, posts, changelogs) to Fluent Community spaces on your-site.com.
Authentication
Basic Auth using credentials from ~/.env:
GA_WORDPRESS_URL = https://your-site.com
GA_USERNAME = your-username
GA_APPLICATION_PASSWORD = your-app-password
With curl: -u '$GA_USERNAME:$GA_APPLICATION_PASSWORD'