WP Manifestindependent plugin directory
manifest / ai / ai-content-refiner

OpenAI TRP Refiner

Admin-side AI content refinement workflow with secure key storage through WordPress settings.

by sanghuynhxuan · github.com/sanghuynhxuan/ai-content-refiner

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sanghuynhxuan/ai-content-refiner/archive/refs/heads/main.zip

Readme

AI Content Refiner

Admin-side AI content refinement workflow with secure key storage through WordPress settings.

Portfolio edition

This repository is a sanitized portfolio edition of a completed WordPress project. Client domains, credentials, cached data, logs, and third-party vendor bundles have been removed or replaced with configuration fields.

Installation

  1. Copy the plugin directory into wp-content/plugins/.
  2. Activate it from Plugins in wp-admin.
  3. Configure required credentials, endpoints, feed URLs, or provider settings in the plugin's WordPress settings page.
  4. Test on staging before production use.

Security

No client credentials are committed. Store credentials in WordPress settings, environment-aware configuration, or a secrets manager; rotate any credentials previously used in a client environment.

Verification

The PHP source has been linted after sanitization. Runtime behavior still depends on the documented WordPress, WooCommerce, and third-party provider setup for the chosen deployment.

Read the full README on GitHub →