Skip to content

Using Claude AI with This Plugin

If you use Claude AI to help manage your WordPress site, you can connect it directly to this plugin’s documentation. This gives Claude up-to-date information about the plugin, so you can ask it questions and get accurate answers, without having to look anything up yourself.

Once set up, you can ask Claude things like:

  • “How do I configure the Lüt payment gateway?”
  • “The widget isn’t showing at checkout, what should I check?”
  • “How do I update the plugin?”
  • “What does the API Key setting do?”

Claude will answer based on your actual plugin documentation, not guesswork.

In your WordPress project folder (or wherever you use Claude Code), open or create a file called CLAUDE.md.

Paste this line anywhere in your CLAUDE.md:

@https://developer.mylut.com/plugins/claude.md

That’s it. The @URL syntax tells Claude to load that file as context whenever you work in that project.

Open Claude Code in your project and ask:

“What version of the Lüt payment gateway is current?”

Claude should answer with the current version number. If it does, the skill is loaded and working.

The skill file at that URL is updated automatically whenever a new plugin version is released. You don’t need to change your CLAUDE.md. It always loads the latest information.

Claude says it doesn’t know about the Lüt plugin Make sure the @https://developer.mylut.com/plugins/claude.md line is in your CLAUDE.md and that you’re running Claude Code (not the web chat, which doesn’t support @URL context loading).

I don’t have a CLAUDE.md file Create a new file called CLAUDE.md in your project root folder. Add the @URL line to it. Claude Code will automatically read it the next time you start a session in that folder.