FeludaWP
dataspaceGENE-FeludaWP nameFeludaWP skuGENE-FELUDAWP userReza Rafati version3.0.1

FeludaWP

Activated by 4 users
Autonomous AI Publishing for WordPress

FeludaWP enables AI agents to autonomously research, write, and publish high-quality content to WordPress.

SKU: GENE-FELUDAWP
Created: 2026-01-03 21:12:35.112603 +0000 UTC

GENE-FeludaWP: Deterministic WordPress Publishing for Feluda Flows

GENE-FeludaWP turns article production into a repeatable workflow that starts from a source URL and ends with a validated WordPress post. It is built for teams that want speed without losing editorial structure. The gene keeps the process strict, testable, and automation-friendly.

You can use it for news updates, security advisories, product updates, and evergreen content where consistency matters. It works especially well when you want an LLM to draft, validate, and publish with clear checks in between.

What This Gene Does

This gene provides four production tools and one publishing guide prompt. Together they cover content intake, project lifecycle, WordPress discovery, quality checks, and final publishing.

Toolset Included

ComponentPurpose
WordPressProjectWorkSpaceCreates project folders, stores content and metadata, edits sections, and runs targeted health checks.
WordPressGateWayReads categories, recent posts, post search, featured image search, and author profile data from WordPress.
WebGetFetches external source pages as clean markdown with pagination and blocked-domain protection.
WordPressPublisherRuns full validations and pushes healthy draft projects to live WordPress posts.
noQuestionPublishingGuidePrompt runbook that drives deterministic no-question publishing from one source URL.

Help-First Design

Every core tool supports a help action. This gives instant action and parameter guidance before execution, which is ideal for safe automation and predictable agent behavior.

  • WordPressProjectWorkSpace supports action=help
  • WordPressGateWay supports action=help
  • WebGet supports action=help
  • WordPressPublisher supports action=help
  • How It Creates Value

  • Reduces manual copy and paste between source research, drafting, validation, and WordPress publishing.
  • Improves publishing quality by enforcing content and metadata checks before push.
  • Keeps outputs aligned with Gutenberg block structure used by modern WordPress editors.
  • Supports Feluda Flows for scheduled, repeatable, and auditable content operations.
  • What You Must Prepare Before Use

    This section is critical. The gene assumes your WordPress environment is prepared so the LLM can select valid assets and taxonomy without manual rescue work.

    1) Prepare a Well-Documented Media Library

    The workflow expects publish-ready images to exist in your WordPress media library.

  • Upload relevant hero and topic images in advance.
  • Use clear media titles and descriptions so search-based image selection can find the right item.
  • Keep image naming consistent per topic and campaign.
  • Confirm the media items are available through your WordPress REST API.
  • 2) Prepare Categories Ahead of Time

    The workflow expects valid category IDs to be available. Category quality directly affects how accurately content is organized.

  • Create and curate the categories you want the LLM to use before running publishing flows.
  • Avoid duplicate or overlapping category structures.
  • Review which categories are actively used so taxonomy inference remains clean.
  • 3) Configure Required Secrets in Feluda

    GENE-FeludaWP requires four secrets. Set them in your Feluda environment for this gene.

    Secret NameWhat to Provide
    Wordpress UsernameYour WordPress account username used for API authentication.
    Wordpress Application PasswordAn application password created in your WordPress profile.
    Wordpress WebsiteYour site base URL.
    Wordpress Website API addressYour REST API base endpoint.

    Where to Create the WordPress Application Password

    In WordPress admin, open your user profile and create an application password for the account used by Feluda.

  • WordPress admin path: Users - Profile - Application Passwords
  • Enter an app name, generate the password, and store it in Feluda as Wordpress Application Password.
  • Use the same profile's username for Wordpress Username.
  • URL Formats You Should Use

    Use full canonical URLs to avoid endpoint mistakes.

    Wordpress Website example: https://your-site.example
    Wordpress Website API address example: https://your-site.example/wp-json/wp/v2

    Automation Flow Fit

    This gene is designed for Feluda Flows where each stage is explicit: discover site context, fetch source content, draft blocks, validate metadata, run full checks, then push live. The result is a predictable pipeline that can scale across recurring publishing tasks.

    Best Results Checklist

  • Keep categories curated and current.
  • Keep media metadata descriptive and searchable.
  • Ensure secrets are valid and rotated with your security policy.
  • Run health checks before every live push.
  • Start each tool session with its help action for deterministic execution.