✨ 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 Aiomatic

SleekView reads the posts Aiomatic generates and the meta it stamps on them (_aiomatic_source_url, _openai_model, _aiomatic_run_id) and renders the queue as a sortable, filterable table with model, source URL and run ID as real columns instead of buried meta.

♾️ Lifetime License available

SleekView table view for Aiomatic

Aiomatic generates fast. The audit trail needs a real list.

Aiomatic hands the prompt to OpenAI, Anthropic and other vendors, then drops the result back into WordPress as a post. The cloud owns the conversation. WordPress owns the artifact: a row in wp_posts with a title, body, status, author and a handful of postmeta keys describing the run that produced it.

That artifact is what an editorial team can govern, and what the default Posts screen handles poorly. SleekView reads the same posts and meta Aiomatic already writes. Title, status and author sit alongside source URL, model name and run ID as real columns. Sort by date, filter to drafts on a single model, or pull every generation that ran against a specific URL, all without opening each post.

Inline edits go through the standard WordPress CRUD layer, so post-save hooks still fire, Yoast still indexes, and any Aiomatic-side meta the plugin reads on update stays consistent. Bulk-flip ten queued drafts to pending review in one pass; the same triggers run as if each row had been opened by hand.

Workflow

How SleekView reads Aiomatic data

1

Pick the post type

Choose the post type Aiomatic writes into, usually posts. SleekView lists every wp_posts column plus the Aiomatic meta keys it finds (source URL, model, run ID, prompt category).
2

Compose the column set

Add title, status, author and date alongside _aiomatic_source_url, _openai_model and _aiomatic_run_id. Hide what you do not need so the table fits a real audit workflow.
3

Save and scope the view

Name it ("Drafts on GPT-4", "Source-URL audit") and gate it by WordPress capability so editors, leads and governance each see the slice that matches their role.
4

Edit inline or export

Bulk-flip status, update author, fix a category, or export the filtered set to CSV. Edits run through CRUD so post-save hooks still fire as expected.

Sample columns

A typical Aiomatic generations table

SleekView joins wp_posts with the Aiomatic postmeta keys so model, source URL and run ID sit as real columns next to status and author.
Source: wp_posts + wp_postmeta (_aiomatic_source_url, _openai_model, _aiomatic_run_id)
Title Status Model Source URL Author Date
10 tips for indoor herbs Draft gpt-4o-mini gardenista.com/herbs alex May 12
Best espresso machines 2026 Published gpt-4o wirecutter.com/coffee ria May 11
Cold plunge benefits explained Pending claude-3-5-sonnet tom May 10
Solar panel ROI in 2026 Published gpt-4o energysage.com/solar mia May 9
Apartment workout splits Trash gpt-3.5-turbo alex May 8

Comparison

Default Aiomatic admin vs SleekView

Default Aiomatic admin

  • Posts screen shows fixed columns: title, author, status, date
  • _openai_model and _aiomatic_run_id are invisible without opening each post
  • No filter by model string or by source URL in the default list
  • Bulk actions are limited to standard WordPress operations
  • No saved per-role view for editors, leads or governance

SleekView

  • Read directly from wp_posts joined with the Aiomatic postmeta keys
  • Model, source URL and run ID as sortable, filterable columns
  • Inline-edit status across many rows in one pass
  • Save filtered views per role ("Drafts on GPT-4", "Source-URL audit")
  • Switch between table and kanban views of the same generations

Features

What SleekView gives you for Aiomatic

Meta keys as real columns

Surface _aiomatic_source_url, _openai_model and _aiomatic_run_id alongside title and status. The audit trail moves from buried meta to a sortable column set.

Inline edits through CRUD

Bulk-flip status, switch authors or correct categories in the row. Edits go through standard WordPress hooks so post-save triggers still fire.

Compose precise filters

Combine status, model, source URL and author into a saved filter. A governance review of GPT-3.5 drafts becomes a single named view instead of a daily rebuild.

Audience

Who uses SleekView for Aiomatic

Editorial leads

Filter to draft generations on a specific model and bulk-promote the ones that pass review. The model and source URL sit in the row, so triage runs without opening each post.

Governance and SEO

Filter to AI-stamped posts only, check disclosure coverage, and spot generated articles that have lingered in draft long after their run ID was assigned.

Content ops

Group by _openai_model in the table to spot whether older or pricier models are quietly dominating the queue and need swapping in the defaults.

The bigger picture

Why Aiomatic output needs a real audit table

Aiomatic is so quick to trigger that volume grows before any reporting is in place. The default Posts screen turns that volume into a wall of titles with no way to see which model wrote what, which source URL fed each run, or which run IDs belong together. SleekView reads the same wp_posts rows and the same postmeta keys and turns them into columns a team can sort, filter and edit.

Editorial leads stop opening every draft to check the model. Governance stops guessing about disclosure coverage. Ops stops scrolling for an older model that has not been retired.

Same data, same plugin, very different operating posture.

Questions

Common questions about SleekView for Aiomatic

Any meta key Aiomatic actually writes to wp_postmeta. Common ones are _aiomatic_source_url, _openai_model, _aiomatic_run_id and a prompt-category key, but the agent UI scans the installation and lists the meta keys present so you pick from a real list rather than guessing names.

 

No. SleekView never calls a model vendor. It reads what Aiomatic has already written to your WordPress database. If a generation never reached WP, it cannot appear in the table, which is the honest behaviour rather than a fabricated row.

 

Yes. Select rows, pick a new status and SleekView writes the changes through wp_update_post, so post-status hooks, taxonomy updates and any plugins listening on save still fire as expected.

 

Aiomatic can attach generated images to a post. SleekView shows them through the standard featured-image column when configured; the audit table is centred on the post artifact, so the image stays linked to its parent generation.

 

Yes. Aiomatic can be configured to write into any writeable post type, and SleekView mirrors that. Build separate tables for posts, products and case studies, or one combined table scoped by post type.

 

Yes. Each saved view captures column set, filters and sort order. Gate it by WordPress capability so editorial sees a draft-review table, governance sees a disclosure audit, and finance sees the model-mix slice.

 

Yes. Any filtered set exports as CSV with the same columns the view shows. Useful for briefing an external editor or for archiving a snapshot before a cleanup sprint.

 

No, it is an additional admin surface. Aiomatic's own screens stay where they are. SleekView gives editorial, ops and governance teams the row-level audit they actually need without disturbing the plugin's workflow.

 

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