What is nanoclaw?
nanoclaw is a lightweight, container-based AI agent built by Qwibit AI. It connects to WhatsApp, Telegram, Slack, Discord, and Gmail — giving you a personal AI assistant that lives in your favorite chat app.
Built on Anthropic's Agents SDK, nanoclaw has built-in memory (it remembers your preferences) and supports scheduled jobs via cron expressions. When paired with StickyHive's stickyhive CLI, nanoclaw becomes a full Skool community manager you can talk to from your phone.
Think of it as having a community manager on call 24/7 — just message "schedule a post about X for Monday" from WhatsApp and it happens.
What nanoclaw + StickyHive Can Do
Connect nanoclaw to StickyHive and manage your entire Skool community from any chat platform:
Schedule from WhatsApp
Send a message like "schedule a post about mindset for Tuesday 9am" and nanoclaw handles the rest. No need to open Skool or a browser.
Telegram Bot Commands
Use nanoclaw as a Telegram bot to list communities, check your calendar, and bulk-schedule content — all from inline messages.
Cron-Based Automation
Configure scheduled jobs in nanoclaw.json to auto-generate and schedule Skool content weekly — fully hands-free content planning.
Slack Integration
Manage your Skool community from a dedicated Slack channel. Great for teams that already live in Slack for day-to-day operations.
Built-in Memory
nanoclaw remembers your community details, preferred posting times, and content style. It gets better the more you use it.
Workflow Automation
Trigger and manage StickyHive workflows from chat — welcome new members, run engagement campaigns, toggle automations on/off.
How It Works
Install stickyhive CLI
Install the StickyHive CLI tool and set your API key. This gives nanoclaw access to your Skool communities.
Configure nanoclaw
Add a SKILL.md file telling nanoclaw about the stickyhive commands it can use for Skool management.
Connect Your Chat App
Link nanoclaw to WhatsApp, Telegram, Slack, or Discord through the nanoclaw dashboard.
Message to Manage
Send natural language messages from your chat app to schedule posts, run workflows, and manage your Skool community.
# Install the stickyhive CLI globally npm install -g stickyhive # Set your StickyHive API key export STICKYHIVE_API_KEY=hm_live_your_key_here # Or add the skill to nanoclaw directly npx skills add stickyhive/stickyhive-agent
{
"name": "skool-community-manager",
"description": "Manages Skool community content on a schedule",
"skills": ["stickyhive/stickyhive-agent"],
"env": {
"STICKYHIVE_API_KEY": "hm_live_your_key_here"
},
"scheduled_jobs": [
{
"name": "weekly-content-plan",
"cron": "0 18 * * 0",
"prompt": "Generate 5 engagement posts for my Skool community and schedule them Mon-Fri at 9am. Mix question prompts, value posts, and discussion starters."
},
{
"name": "daily-calendar-check",
"cron": "0 8 * * *",
"prompt": "Check my Skool content calendar for today and tomorrow. If there are gaps, suggest posts to fill them."
}
]
}
# StickyHive Skool Manager You are a Skool community manager powered by StickyHive. ## Available Commands - `stickyhive communities:list` — List connected communities - `stickyhive posts:create` — Create and schedule a post - `stickyhive posts:list` — View scheduled posts - `stickyhive posts:bulk-schedule` — Schedule multiple posts at once - `stickyhive posts:reschedule` — Move a post to a new time - `stickyhive posts:publish` — Publish immediately - `stickyhive workflows:create` — Create an automation workflow - `stickyhive workflows:toggle` — Enable/disable a workflow - `stickyhive workflows:run` — Trigger a workflow manually - `stickyhive sequences:create` — Build a DM sequence - `stickyhive sequences:enroll` — Add members to a sequence - `stickyhive spaces:list` — List community spaces ## Guidelines - Always confirm the community and space before creating posts - Default posting time is 9:00 AM in the user's timezone - Use bulk-schedule for multiple posts to optimize calendar spacing - Report back with confirmation after each action
WhatsApp Conversation Demo
Here's what managing your Skool community from WhatsApp looks like with nanoclaw:
WhatsApp: You + nanoclaw
• Tue 9am: "What's the #1 goal you're working toward this week?"
• Thu 9am: "Share your biggest win from this week 💪"
• Fri 9am: "Weekend plans? What are you reading/watching/building?"
All set. Anything else?
Command Reference
The stickyhive CLI commands available to nanoclaw for managing your Skool community:
| Command | Description | Example Usage |
|---|---|---|
communities:list |
List all connected Skool communities | "Show my communities" |
posts:create |
Create and schedule a new post | "Schedule a post for Monday 9am" |
posts:list |
View upcoming scheduled posts | "What's scheduled this week?" |
posts:bulk-schedule |
Schedule multiple posts at once | "Schedule 5 posts Mon-Fri at 9am" |
workflows:create |
Create an automation workflow | "Create a welcome DM workflow" |
workflows:toggle |
Enable or disable a workflow | "Turn off the onboarding workflow" |
sequences:create |
Build a multi-step DM sequence | "Create an onboarding sequence" |
sequences:enroll |
Add members to a DM sequence | "Enroll new members from this week" |
spaces:list |
List available community spaces | "What spaces do I have?" |
posts:reschedule |
Move a post to a different time | "Move Monday's post to Tuesday" |
posts:publish |
Publish a scheduled post immediately | "Publish that announcement now" |
workflows:run |
Trigger a workflow manually | "Run the engagement workflow" |
workflows:registry |
List available triggers and actions | "What triggers can I use?" |
sequences:step-types |
List step types for sequences | "What steps can I add to a sequence?" |
Manage Skool from Your Phone
Stop opening Skool just to check your calendar. Manage your entire community from WhatsApp, Telegram, or any chat app with nanoclaw + StickyHive.
✓ Works from WhatsApp, Telegram, Slack & Discord
✓ Schedule posts, run workflows, manage DM sequences
✓ Cron-based automation for hands-free content
✓ Built-in memory learns your preferences
✓ 14-day free trial, no credit card
No credit card • Works with any Skool community • stickyhive CLI included on all plans
Frequently Asked Questions
What is nanoclaw?
nanoclaw is a lightweight, container-based AI agent built by Qwibit AI. It connects to WhatsApp, Telegram, Slack, Discord, and Gmail, with built-in memory and scheduled jobs. It runs on Anthropic's Agents SDK and can execute tools like the StickyHive CLI to manage your Skool community from any chat platform.
Can I manage Skool from WhatsApp?
Yes. With nanoclaw connected to StickyHive, you can send WhatsApp messages like "schedule a post for Monday at 9am" and nanoclaw will use the stickyhive CLI to create and schedule the post in your Skool community. You can also list communities, check calendars, run workflows, and manage DM sequences — all from WhatsApp.
How does nanoclaw connect to Skool?
nanoclaw connects to Skool through StickyHive's CLI tool (stickyhive). You install the stickyhive npm package, set your API key as an environment variable, and configure nanoclaw's SKILL.md to use stickyhive commands. nanoclaw then executes these commands when you message it from WhatsApp, Telegram, or other platforms.
Can nanoclaw automate posts on a schedule?
Yes. nanoclaw supports scheduled jobs via nanoclaw.json with cron expressions. You can configure it to generate and schedule a week of Skool content every Sunday evening, check for calendar gaps daily, or run any other recurring task automatically — no messages needed.
Which chat platforms does nanoclaw support?
nanoclaw supports WhatsApp, Telegram, Slack, Discord, and Gmail. You can manage your Skool community from any of these platforms by sending natural language messages to your nanoclaw agent. The experience is the same across all platforms.