Anthropic Claude AI to generate Content Tags icon
Module Id
anthropic-tags
Group Id
org.jahia.se.modules
Updated
Requires Jahia
8.2.0.0
Author
smonier@jahia.com
Category
Tools and Utilities
Status
COMMUNITY info

Anthropic Claude AI to generate Content Tags group_work

tags seo content ai anthropic claude sdk

This module is a Jahia UI extension for the Content Editor. It allows automatic semantic tag generation for content using the Anthropic Claude SDK.

 

https://github.com/smonier/anthropic-tags

Dependencies & Dependants

Dependencies
  • NONE
Dependants
  • NONE

FAQ

Features

  • Content Editor Integration: Adds a button to the Content Editor UI to generate tags for the current content.
  • AI-Powered Tagging: Extracts text from the selected JCR node and sends it to Anthropic Claude to receive relevant semantic tags.
  • Automatic Tag Field Update: Fills the tag field of the content with the generated tags.
  • Configurable: API key, model, and other parameters are managed via OSGi configuration.
  • User Prompt Customization: Customize the prompt sent to the AI model for tag generation.
  • Language Support: Option to select the source language for better context understanding.
  • Response: Need to return and store an array of tags in a string[] format.

How To Install

  1. Prerequisites: You need a valid Anthropic Claude SDK API token.
  2. Build the module:
    mvn clean install
  3. Deploy: Copy the generated JAR from target/anthropic-tags-1.0.0-SNAPSHOT.jar to your Jahia digital-factory-data/modules directory.
  4. Restart Jahia if needed. The module will start automatically.

Images

Video

License

MIT License

Copyright (c) 2025 STEPHANE MONIER

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.