✨ 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

AI chatbot for myCred: points, ranks, and badges Q&A

SleekAI reads myCred balances, rank, badges, and log history through the mycred_log table and usermeta keys like mycred_default, so the bot answers reward questions with real numbers. Bring your own AI key.

♾️ Lifetime License available

SleekAI chatbot for myCred

Members ask the same points questions every week

myCred stores each user's point balance in usermeta keys like mycred_default (one key per point type), with history rows in the mycred_log table that records every credit and debit, the hook that triggered it, and the timestamp. Ranks and badges live as custom posts with usermeta linking the user to their current rank and earned badges.

Members ask the same things: "how many points do I have", "how do I earn more", "what's my current rank", "why did I lose 10 points yesterday". Support tickets pile up. SleekAI maps the user's points balance, rank, badge list, and recent mycred_log entries into the system message, so the bot answers with the actual numbers from the database. Display conditions can scope the bot to logged-in users only, so anonymous visitors do not get personalized data.

Generic chatbots cannot read mycred_log. They have no idea what hooks are active on the site, no awareness of point types or rank requirements, and no way to honor per-user balances. SleekAI runs inside WordPress, reads the same data myCred already manages, and logs every conversation so site owners can see which reward rules confuse members the most.

Workflow

How the myCred bot is wired

1

Map the points data

Point the SleekAI Wizard at usermeta keys like mycred_default, recent mycred_log entries, the rank custom post type, and the earned badges meta. Each becomes a named variable.
2

Scope to logged-in users

Display conditions limit the bot to logged-in members and use the current user ID to pull only that member's data. Anonymous visitors get a guest version with no personal data.
3

Pick the model

Connect OpenAI, Anthropic, Google, or OpenRouter. A small model handles points Q&A cheaply. Set a per-conversation token cap so a chatty user never drains the budget.
4

Watch the log

Open the SleekAI conversation log to see which rules trip members up. Update the hook description, the rank page, or the badge requirements and the next round of questions becomes easier.

Try it now

A typical myCred member chat

A logged-in member opens the floating bot from their profile. SleekAI reads their balance, rank, and recent log entries and answers truthfully.

Comparison

Generic chatbot vs SleekAI for myCred

Generic chatbot

  • Cannot read mycred_log or usermeta point balances
  • Has no idea which hooks are active or how points are earned
  • Misses rank requirements and badge unlock conditions
  • Cannot tell a member why a specific deduction happened
  • No way to scope replies per logged-in user

SleekAI chatbot

  • Reads mycred_log, mycred_default, and rank meta live
  • Answers "how many points" and "why this deduction" with real entries
  • Shows next-rank thresholds and badge unlocks from custom posts
  • Scoped to logged-in users via display conditions
  • Logs every conversation with model name and token usage

Features

What SleekAI gives you for myCred

Truthful balance answers

Point balances from mycred_default and any custom point types enter the system message per user, so the bot quotes the actual number stored in the database instead of guessing or making up a balance.

Rank and badge context

Current rank, next rank threshold, and the list of earned badges get mapped in. The bot can tell a member exactly what to do next to level up, which is what they were going to ask anyway.

Log-aware explanations

Recent mycred_log rows including hook name and timestamp enter the prompt. The bot can explain a specific gain or deduction by the actual entry, instead of forwarding the member to a support form.

Use cases

Where myCred sites use this

Self-serve points support

Members ask why a deduction happened or how to earn more, and the bot answers from mycred_log directly, eliminating most support tickets about points.

Rank progression

The bot tells members exactly which actions move them toward the next rank, with point values from the active hook configuration, not generic suggestions.

WooCommerce rewards

On sites using myCred with WooCommerce, the bot can confirm earned points on a recent order and explain how to redeem them at checkout.

The bigger picture

Why loyalty programs need a smart bot

myCred sites accumulate enough complexity that support workload becomes the bottleneck. Members do not just ask about their balance, they ask about specific deductions that happened three days ago, the exact rule that triggered them, and how to earn back what they lost. Multiply that by a few hundred active members and you have a part-time support job nobody planned for.

A chatbot that reads mycred_log directly absorbs that workload without changing the underlying hooks. The bot can explain why a deduction happened, because the log row is right there with the hook name and timestamp. It can tell a member exactly how many forum replies they need to hit the next rank, because the rank threshold is mapped in.

It can confirm a badge unlock from the earned-badges meta. None of this requires retraining or a separate knowledge base, the source of truth stays in the WordPress database. The second reason this matters is program design.

The SleekAI conversation log surfaces which hooks confuse members most often. If half the support questions are about a single deduction rule, that rule probably needs renaming or removing. The chatbot becomes both a support layer and a feedback channel for the loyalty program itself, which makes it more valuable than a generic Q&A widget could ever be.

Questions

Common questions about SleekAI for myCred

Yes. SleekAI maps the user's mycred_default usermeta and any custom point types into the system message at request time. The number the bot quotes is the same number myCred shows in the user's dashboard.

 

Not when scoped correctly. Display conditions tie the bot to the current logged-in user. The user's own ID determines which usermeta and which mycred_log rows are mapped, so cross-user data does not leak.

 

No, the bot reads myCred data, it does not write to it. Awarding and deducting stays in myCred hooks. You can build a JS-API workflow where the bot suggests an action that triggers a hook, but the bot itself is read-only.

 

Yes. Premium addons store data in standard WordPress tables: extra meta keys, custom posts, or rows in the mycred_log table. If the data exists in the database, SleekAI's variable mapping can expose it.

 

Multiple point types are supported. Map each one as a separate variable. The bot can answer about points, coins, and stars individually, or summarize across all types if you write the system message to do so.

 

Purchases through buyCred land in mycred_log as gain entries with a buyCred hook tag. The bot reads them like any other entry, so it can confirm a recent points purchase from order data without extra integration.

 

Yes. SleekAI uses your OpenAI, Anthropic, Google, or OpenRouter key. There is no SleekAI subscription on top of the model usage, so token costs stay under your control.

 

The SleekAI conversation log inside WP Admin shows every chat with the model name, token usage, and origin page. Filter by user or page to spot the rules members find confusing most often.

 

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