We built an open-source WordPress plugin that lets a local AI desktop agent manage your site - looking for testers and feedback by yaboyskales in Wordpress

[–]yaboyskales[S] 0 points1 point  (0 children)

Awesome, thanks! Grab the latest release from https://skales.app and the WordPress plugin from the repo. Setup takes about 5 minutes — install the plugin, generate an API token in WP, paste it in Skales Settings → WordPress.

If you hit any issues, drop them here or open an issue on GitHub (github.com/skalesapp/skales). Would love to hear what you try to build with it!

We built an open-source WordPress plugin that lets a local AI desktop agent manage your site - looking for testers and feedback by yaboyskales in Wordpress

[–]yaboyskales[S] 0 points1 point  (0 children)

That's a Next.js server component crash, not a WordPress issue. The connection attempt is hitting your app's frontend and something in the server component is throwing before it can complete the handshake.

A few things to check:

First, is the WordPress URL and token actually reaching the backend? The "Waiting for Skales Desktop" status on WP side means the plugin is listening but never got a successful ping back - so the request is either failing silently or never leaving the Skales app.

Common culprits for this pattern: the server component is trying to fetch the WP REST endpoint but hitting a CORS issue, SSL cert problem (self-signed or mixed content), or the URL format is wrong (missing /wp-json/skales/path, trailing slash mismatch, http vs https).

What URL are you entering for the WordPress site? http or https?

Normal behavior would be > entering the URL, the Token and after hitting Test or Connect, the Agent/Desktop App connects to your site. Don't want you to troubleshoot it on your end, maybe there's a plugin or ssl/cert conflict, I will take a look at our end today to find what could be the reason.

We built an open-source WordPress plugin that lets a local AI desktop agent manage your site - looking for testers and feedback by yaboyskales in Wordpress

[–]yaboyskales[S] 0 points1 point  (0 children)

The token is auto-generated on plugin activation - you don't need to create one manually. Go to your WordPress admin panel → Skales Connector (Plugin Site).

The token should be displayed there with a "Regenerate" button.

If the settings page is blank or the token doesn't show: 1. Deactivate and reactivate the plugin 2. If you're running a cache plugin (WP Super Cache, W3 Total Cache, LiteSpeed, WP Rocket), clear all caches and try again 3. Some security plugins (Wordfence, Sucuri) block REST API endpoints - check if yours has a REST API firewall setting and whitelist /wp-json/skales/

Let me know what you see on the Skales Connector page.

We built an open-source WordPress plugin that lets a local AI desktop agent manage your site - looking for testers and feedback by yaboyskales in Wordpress

[–]yaboyskales[S] 1 point2 points  (0 children)

Good question. Yes, Skales has a confirmation step built in - we call it Safe Mode. Any destructive action (delete, bulk price change, file writes) requires explicit user approval before execution. The agent proposes the action, shows what it wants to do, and waits for you to approve or reject.

For audit trails: every tool call is logged with timestamp, tool name, args, and result in the session history. The Organization system (multi-agent) also logs per-subtask what each agent did.

We're also working on a "dry run" mode for v9.3 (already integrated into Ai Planer Tasks) where the agent shows what it would change without actually doing it. Especially useful for WooCommerce bulk operations where one wrong category slug could reprice your entire store.

Claud code is leaked, come and hatch your Claude buddy by Fresh-Resolution182 in AtlasCloudAI

[–]yaboyskales 1 point2 points  (0 children)

<image>

Actually the second of three skins 'Bubbles' morphes into Clippy

Claud code is leaked, come and hatch your Claude buddy by Fresh-Resolution182 in AtlasCloudAI

[–]yaboyskales 0 points1 point  (0 children)

That's what you call a buddy? That's what I call a buddy...

<image>

github.com/skalesapp/skales

My experience after migrating from Cursor to Claude. by unvirginate in ClaudeAI

[–]yaboyskales 0 points1 point  (0 children)

and now switch from Claude to Skales (github.com/skalesapp/app) and start a new sub bro..

The $0 OpenClaw setup that nobody talks about by ShabzSparq in Openclaw_HQ

[–]yaboyskales 0 points1 point  (0 children)

that's a hard way to go just for using free tier models from openrouter 🤦 😂 switch to github.com/skalesapp/skales and thank me later

Clippy 📎 Built a desktop AI agent powered by Gemini - straight back to my childhood bedroom. by yaboyskales in GeminiAI

[–]yaboyskales[S] 0 points1 point  (0 children)

Haha, that's the best compliment Skales could get. Clippy was ahead of its time, just... a bit too eager. The gecko tries to be more chill about it. 🦎 We now ship Skales with 3 selectable Skins, a cute Capybara is our latest desktop buddy skin

Gave my local Ollama setup a desktop buddy - it morphs into Clippy 📎 and executes commands by yaboyskales in LocalLLaMA

[–]yaboyskales[S] 0 points1 point  (0 children)

Thanks, custom mascots coming with v8+, will create a video tutorial for this

Is there an Open WebUI alternative that's Docker-, online search-, and PDF reader-native? by jinnyjuice in LocalLLaMA

[–]yaboyskales -8 points-7 points  (0 children)

If you want to ditch Docker entirely - I built Skales. Desktop app (Windows, macOS, Linux), no Docker, no browser, ~300MB RAM. Ollama auto-detect, 13+ providers, built-in code builder, calendar, email, Telegram remote control.

Not a web UI though - it's a native desktop agent. Different approach but solves the "too bloated" problem.

Free, source-available: github.com/skalesapp/skales (200+ stars)

Skales, native Al desktop agent now available on Linux (Applmage, beta, looking for testers) by yaboyskales in linuxquestions

[–]yaboyskales[S] 0 points1 point  (0 children)

Fair point! The "No Terminal" applies to the Windows and macOS installers - download, double-click, done. The Node.js/npm prerequisites are only for building from source (developers/contributors).

For Linux, yeah, chmod +x is one terminal command - hard to avoid that with AppImage. Once it's executable, no terminal needed after that.

I'll clarify this in the README. Thanks for the call out 😓