✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for AI Engine WPAICG

SleekView reads WPAICG's chatbot logs, content writer logs and embeddings tables, then exposes subsystem, model, tokens_used and user as columns inside one sortable, filterable view.

♾️ Lifetime License available

SleekView table view for AI Engine WPAICG

Four subsystem tabs is three tabs too many.

WPAICG (AI Engine by AIPower) bundles a chatbot, a content writer, image generation and an embeddings store into one plugin. Each subsystem writes its own log: chatbot sessions and messages in wpaicg_chatlogs, content writer runs in wpaicg_writer_logs, embedding queries in wpaicg_embeddings. The plugin's admin gives each subsystem its own tab.

That works for inspecting one subsystem at a time. It does not work when the operational question is cross-subsystem: which user is responsible for most of the activity, which model is doing the work this week, what the total spend across chat, writer and embeddings looks like.

SleekView reads the three log tables into a single unioned dataset where subsystem becomes a column. Sort by tokens_used to see the heaviest rows regardless of where they came from. Filter to a single subsystem when you need that view, or filter across all three for a cost-and-usage audit. Capability gates keep message bodies and writer output scoped to the right role.

Workflow

How SleekView reads WPAICG data

1

Pick the sources

Choose wpaicg_chatlogs, wpaicg_writer_logs and wpaicg_embeddings (or current equivalents). SleekView auto-detects the active tables and lists the columns each writes.
2

Compose the column set

Pick subsystem, model, user_id, tokens_used, created_at and any subsystem-specific column. The union view gives one row per log entry across all three subsystems.
3

Save and scope the view

Name it ("All WPAICG activity", "Writer-only", "This month per user") and gate by capability so editors, support and admins each see the right slice.
4

Filter, edit, export

Sort by tokens_used to find the heaviest runs. Filter by subsystem for focused triage. Export to CSV for a monthly cost review or for handing samples to a prompt engineer.

Sample columns

A typical WPAICG activity view

SleekView unions the chatbot, content writer and embeddings logs so subsystem becomes a column and one screen covers every AI surface the plugin runs.
Source: wp_wpaicg_chatlogs + wp_wpaicg_writer_logs + wp_wpaicg_embeddings
Subsystem User Model Tokens Detail Date
Chatbot guest_2812 gpt-4o-mini 2,140 12 messages May 14 09:14
Writer editor_jen gpt-4o 5,820 Long-form article May 14 08:52
Embeddings system text-embedding-3-small 142 Doc reindex May 14 08:30
Chatbot guest_2810 gpt-4o-mini 612 3 messages May 13 22:10
Writer editor_max gpt-4o-mini 1,420 Outline May 13 19:48

Comparison

Default WPAICG admin vs SleekView

Default WPAICG subsystem tabs

  • Each subsystem has its own tab, no unioned activity view
  • Cross-subsystem sorting (heaviest tokens regardless of source) not possible
  • Per-user activity across subsystems requires three separate filters
  • Bulk inspection of a single user's footprint means three tab visits
  • No saved per-role view that covers chat, writer and embeddings together

SleekView

  • Read wpaicg_chatlogs, wpaicg_writer_logs and wpaicg_embeddings as one dataset
  • Surface subsystem as a column so cross-subsystem sorts are one click
  • Filter per user, per model or per date across every subsystem
  • Save filtered views per role ("All-up activity", "Writer only", "Per user")
  • Export the filtered table to CSV for monthly cost or usage reviews

Features

What SleekView gives you for AI Engine WPAICG

One table, three subsystems

Subsystem is a column, not a tab. Sort by tokens_used across chat, writer and embeddings at once and the heaviest rows surface regardless of origin.

Per-user footprint at a glance

Filter by user_id and the full WPAICG footprint of one editor appears in one screen: their chats, their writer runs and any embeddings they triggered.

Capability-gated body columns

Show counts and metadata to everyone, gate the message body and writer output columns to specific roles. Reporting stays open, investigations stay scoped.

Audience

Who uses SleekView for WPAICG

Site owners

One sortable table covers every AI surface the plugin runs. Sort by tokens, filter to this month, export the result and the cost review is minutes.

Editorial teams

Filter to the writer subsystem and treat WPAICG's content runs as a normal editorial table: who ran what, with which model, how long ago.

Support teams

Filter to chatbot rows, sort by message count or entry url and inspect long sessions on the busy pages without flipping between subsystem tabs.

The bigger picture

Why a multi-subsystem AI plugin needs a unioned table

WPAICG bundles four AI surfaces into one plugin, and bundles four separate admin tabs to go with them. That is fine when you want to inspect one subsystem at a time and inconvenient when the operational question crosses surfaces. A unioned table makes subsystem a column, which means sort-by-tokens, filter-by-user and group-by-model all work across chat, writer and embeddings at once.

Capability gating keeps message bodies and writer output scoped to the right roles, so cost reviews can stay open without exposing conversation text. Same logs, same plugin, completely different posture toward cost, growth and per-user accountability.

Questions

Common questions about SleekView for AI Engine WPAICG

WPAICG's existing log tables for chatbot, content writer and embeddings, plus the wp_posts rows the writer produces. Column names vary by version (wpaicg_chatlogs, wpaicg_writer_logs, wpaicg_embeddings or current equivalents); SleekView auto-detects the active tables.

 

Yes. Filter by user_id and the unioned table shows every chat, writer run and embedding query attributable to that user in one screen, sorted however you like.

 

No, unless the view is explicitly configured to show body columns. Counts and aggregates do not require reading content text, and column visibility is gated by WordPress capability.

 

Yes. The core chatbot and content writer log tables are present in the free build. Pro adds richer columns (image generation logs, finer model attribution) that simply give more columns to surface when available.

 

Yes. Filter by the model column to compare runs across model versions, or to confirm a recent model swap landed on the intended endpoint everywhere.

 

Yes. Any filtered set exports to CSV with the columns currently shown, including subsystem, model and tokens_used. Useful for monthly cost reviews and for handing samples to a prompt engineer.

 

Yes. Pair the writer-log view with a wp_posts view filtered to writer-generated rows, or join post_status into the writer log view through the post id meta WPAICG records.

 

No. WPAICG remains the chatbot, writer and embeddings engine. SleekView reads the resulting logs and renders them as a unified table, so the plugin stays the source of truth for configuration and execution.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView