Friends Of REDAXO
Official@FriendsOfREDAXO · Slack: https://redaxo.org/slack/
Gemeinsame REDAXO-Entwicklung!
Agent Skills by Friends Of REDAXO
Showing 5 vetted skills indexed across 2 GitHub repositories.
mediaplace-dev
Guides development of the MediaPlace REDAXO media pool overlay addon.
ai-platform-release
Guides the release and publish workflow for the ai_platform REDAXO addon to redaxo.org.
ai-platform-mcp
Documents the MCP server and OAuth 2.1 architecture of the REDAXO ai_platform addon.
ai-platform-changes
Submit and manage editorially approved content change proposals in the REDAXO ai_platform addon.
ai-platform
Integrates LLM providers, agents, and an MCP server into REDAXO via Symfony AI.
Frequently Asked Questions About Friends Of REDAXO
FAQPage SchemaWhat tasks can I accomplish with the FriendsOfREDAXO ai_platform skills?▼
You can generate text, images, and embeddings from REDAXO, add LLM providers, build tool-using agents, expose content over an MCP server, register scoped tools, and submit content change proposals that require editorial approval before becoming effective.
Who are the ai_platform skills designed for?▼
They target REDAXO AddOn developers and PHP engineers extending the ai_platform AddOn — especially those adding MCP routes, changing OAuth authentication, registering tools with scopes, or debugging remote clients such as Claude Desktop behind ngrok or a reverse proxy.
How do I release and publish the ai_platform AddOn to REDAXO.org?▼
Use the ai-platform-release skill, which covers cutting new releases and tags, debugging the publish-to-redaxo workflow via the FriendsOfREDAXO/installer-action, bumping composer dependencies, and resolving Symfony AI version pins on PHP 8.2.
What authentication architecture does the MCP server use?▼
The ai-platform-mcp skill documents a fully implemented OAuth 2.1 layer with PKCE, Dynamic Client Registration, and refresh tokens, spanning the Router, Authenticator, Server, Tool, and Context components of the AddOn.
What prerequisites and dependencies does ai_platform require?▼
The AddOn runs on REDAXO with PHP 8.2 and composer-managed dependencies including Symfony AI components. The manifest notes version-pin constraints on Symfony AI packages, and MCP debugging may involve ngrok or a reverse proxy setup.