FeludaWP
FeludaWP enables AI agents to autonomously research, write, and publish high-quality content to WordPress.
FeludaWP: Connect Your WordPress Site to Any AI or Automation
FeludaWP gives your AI assistant and Feluda Flows direct access to your WordPress website. Read content, manage drafts, explore categories, search posts, and fetch pages from RSS feeds — all without leaving your Feluda application. Whether you are building a content pipeline, automating publishing, or letting an LLM research your own site, FeludaWP is the bridge between your WordPress and your AI.
What can I do with FeludaWP enabled?
Once connected to your WordPress site, your AI can read, search and manage your content automatically. It can verify who it is logged in as, create and manage local drafts, look up your WordPress categories and available media images, find specific posts by keyword, and even fetch and read external web pages or RSS feeds to supplement its research. All of this happens from within your Feluda application — no plugins, no webhooks, no external services required.
What tools does FeludaWP include?
FeludaWP comes with eight ready-to-use tools. Every single tool supports calling it with help to instantly receive a plain-language summary of what it does, what it needs, and example uses — so your AI always knows how to call it correctly.
| Tool | What it does |
|---|---|
| Who am I | Verifies the connection to your WordPress site and confirms which user account is being used. A great first step to confirm everything is set up correctly. |
| Drafts manager | Creates, lists, reads and publishes local drafts stored on your device. Your AI builds a post locally — creating a new draft, reading it back, and pushing it to WordPress when it is ready to publish or update. |
| Sections manager | Writes, edits and reads named HTML sections inside a local draft. Your AI builds post content block by block — adding an introduction, a body section, a conclusion — and can edit, reorder or replace individual sections without touching the rest of the draft. |
| Meta manager | Reads and updates post metadata, giving your AI the ability to review and set SEO fields, tags, categories, featured image, author, excerpt, and post type on a local draft. |
| Taxonomy manager | Fetches categories and available images from your WordPress site. Your AI uses this to look up the correct category ID and pick a suitable featured image from your media library before setting them on a local draft. |
| Site search | Searches your WordPress content by keyword so your AI can find relevant existing posts before writing something new — avoiding duplicates and building on what is already there. |
| Web reader | Fetches and reads any web page so your AI can research external sources and bring that information back into your Feluda workflow. Two-step: fetch stores the page locally, read retrieves the cleaned content. |
| RSS reader | Reads RSS and Atom feeds from any website. Fetches and caches the feed locally, then lets your AI read, list, and summarize entries. Perfect for monitoring competitor blogs, news sources, or research input inside a Feluda Flow. |
Requirements and compatibility
Before you get started, here is what you need. FeludaWP works with self-hosted WordPress sites running WordPress 5.6 or newer. The WordPress REST API is enabled by default on all modern installations, so no extra configuration is needed on most sites.
What FeludaWP does not do
Knowing what is out of scope helps you set the right expectations and plan your workflow correctly.
How to set up FeludaWP — step by step
Getting started takes only a few minutes. You will need your WordPress site address and a secure application password from your WordPress account.
Step 1 — Get your WordPress Application Password
Feluda) and click Add New Application Password.Step 2 — Save your credentials in the Feluda Secrets page
Open the Feluda Desktop App and navigate to the Feluda Secrets page. Add the following two secrets:
WP_USERNAME — your WordPress username (the one you log in with).WP_PASSWORD — the Application Password you just copied from your WordPress profile. This is not your regular login password. It is the special application password WordPress generated for you in Step 1.Step 3 — Set your site address in the Feluda Settings page
Open the Feluda Settings page for FeludaWP and fill in the following:
| Setting | Required | Description |
|---|---|---|
WP_BaseUrl | Required | The full address of your WordPress site, for example https://yoursite.com. Do not add a trailing slash. |
WP_AllowDraft | Optional | Allow the AI to create and save local drafts. On by default. |
WP_AllowPublish | Optional | Allow the AI to publish posts to your live site. Off by default — must be explicitly enabled. |
WP_AllowPrivate | Optional | Allow posting privately. Off by default. |
WP_AllowFuture | Optional | Allow scheduling posts for a future date. Off by default. |
WP_EnablePublishValidation | Optional | Check that post content is not empty before publishing. On by default. |
wordpressSEOcheck | Optional | Validate that title, excerpt, category, tags, and featured image are all set before publishing. On by default. |
WP_DefaultPerPage | Optional | Number of posts returned per search or listing request. Defaults to 10. |
Step 4 — Verify your connection
Once your secrets and settings are saved, ask your AI to call the Who am I tool. It will confirm that the connection is working and show you which WordPress user account is active.
Your credentials stay on your device
Security matters, especially when connecting an AI tool to your website. Here is exactly how FeludaWP handles your credentials.
WP_USERNAME and WP_PASSWORD are stored in the Feluda Secrets page on your own device. They are never uploaded to any server or shared with any external service.WP_BaseUrl. FeludaWP makes requests directly from your device to your site — there is no middleman.Publishing permissions — you stay in control
FeludaWP is designed to give you full control over what your AI is and is not allowed to publish. All publishing permissions are set from the Feluda Settings page and can be changed at any time.
Best practices and recommendations
A few simple habits will make your experience with FeludaWP noticeably smoother and help your AI produce better results from the start.
Handy commands to get started
These are ready-to-use prompts you can type directly to your AI in the FeludaWP SingleAgent flow. Copy them as-is or adapt the wording to suit your style — your AI will know exactly what to do.
| What you want to do | What to say to your AI | What happens |
|---|---|---|
| Check your connection | Who am I connected as on my WordPress site? | Confirms the connection is working and shows the active WordPress user account. |
| Fetch your categories | Fetch all the categories from my WordPress site so I can pick the right one for a new post. | Retrieves your live category list from WordPress so the correct category ID can be assigned to a draft. |
| List available images | Show me the available featured images from my WordPress media library. | Lists the images already uploaded to your media library so your AI can pick one by ID when setting a featured image. |
| Search existing content | Search my WordPress site for anything related to [topic] and tell me what I have already published about it. | Searches your live site so your AI can check for existing content before writing something new. |
| Read an RSS feed | Fetch and read this RSS feed: [feed URL] — summarize the latest entries. | Fetches and caches the RSS feed locally, then reads back the entries so your AI can summarize recent articles as research input. |
| Read a web page | Fetch and read this page: [URL] — pull out the key points I should reference. | Fetches a web page and stores it locally, then reads the cleaned content so your AI can extract the information you need. |
| Create a draft | Create a new local draft about [topic]. | Creates a local draft on your device. The draft lives locally until you are ready to publish it to WordPress. |
| List your drafts | Show me all my local drafts. | Lists all the drafts currently saved on your device so you can pick up where you left off. |
| Add a section | Add a section called Introduction to draft [id] with the following content: [content]. | Adds a named HTML section to the draft's content. The sections tool lets your AI build a post piece by piece using named blocks. |
| List sections | List all the sections in draft [id]. | Shows the current section structure of a draft so your AI knows what has already been written before adding or editing anything. |
| Set metadata | Set the title, excerpt, category, tags, and featured image for draft [id]. | Updates all the key metadata fields on the local draft so it is complete before being published. |
| Add a note | Add a working note to draft [id]: [your note]. | Saves an internal note on the draft — visible only to you and your AI, never published. Useful for TODOs, source links, or reminders. |
| Run an SEO check | Run an SEO check on draft [id] and tell me what is missing. | Checks whether the draft has all required fields (title, excerpt, category, tags, featured image) before publishing. |
| Publish | Publish draft [id] to my WordPress site. | Sends the local draft to WordPress as a new post. If the post was published before, this updates the existing live post rather than creating a duplicate. |
Built-in help for every tool
Every tool in FeludaWP has a built-in help response. When your AI or a Feluda Flow calls any tool with the help option, it immediately receives a clear description of that tool's purpose, the inputs it accepts, and example calls. This means your AI never has to guess — it can always ask a tool to explain itself before using it.
How FeludaWP works inside Feluda Flows
FeludaWP becomes especially powerful when used inside Feluda Flows. You can build automated content pipelines that run without any manual intervention:
FeludaWP keeps your AI grounded in your actual WordPress content, turning your existing site into a knowledge base and publishing target for all your Feluda-powered automation.
Real-world stories
Here is how different users put FeludaWP to work every day.
Ready-made flow: FeludaWP SingleAgent
FeludaWP comes with a ready-to-use Feluda Flow called FeludaWP SingleAgent. When you install the gene, this flow is immediately available in Feluda Studio — no setup from scratch needed. Open it, load your persona prompt, and you are ready to start working with your WordPress site in minutes.
The flow is built around a single, capable AI agent that has all eight FeludaWP tools already connected and available. It receives your input, processes it using your WordPress site, and delivers a response — all in one clean, contained sequence.
The FeludaWP SingleAgent flow is the fastest path from installing the gene to having a working WordPress AI assistant inside your Feluda application.
Included prompt: WordPress Persona Prompt
FeludaWP ships with a built-in prompt called the WordPress Persona Prompt. This prompt is designed to be loaded into the system message of the FeludaWP SingleAgent flow, turning your AI into a focused, professional WordPress operator for your specific site and company.
Instead of writing a system prompt from scratch, you simply fill in a few details about yourself and your site, and the prompt is generated for you automatically. It gives your AI a clear identity, a defined writing style, publishing rules, and a step-by-step operating process tailored to your preferences.
The prompt asks for the following information — all of which you fill in once and can update any time:
Once generated, the prompt gives your AI a complete operating guide: how to search your site before writing, how to manage sections and metadata, what must be in place before anything is published, and which tool to use for each action. You can copy it directly into the system message of the FeludaWP SingleAgent flow in Feluda Studio, and begin working immediately.
Load the prompt once, save your flow, and your personalized WordPress AI operator is ready — precisely configured for your site, your language, and your publishing standards.
Not seeing FeludaWP in your Feluda Desktop App?
If you have just installed or updated FeludaWP and it does not appear in your Feluda Desktop App yet, follow these two steps to bring everything up to date.
These two steps solve the vast majority of cases where a gene does not show up straight away after installation or an update.
Frequently asked questions
WP_PASSWORD in the Feluda Secrets page with the new value.WP_BaseUrl.WP_AllowPublish in the Feluda Settings page.Why choose FeludaWP
Add FeludaWP to your Feluda application today and give your AI a direct line to your WordPress site. Set your credentials in the Feluda Secrets page, your site address in the Feluda Settings page, and your AI is ready to read, research, draft and publish — all from one place.
Activate GENE-FELUDAWP
Current credits: 0
After activation: 0