yuki-aigcyuki-aigcCommunity·3 Agent Skills Included

pomelobot

Self-hosted chatbot with memory, skills, and scheduled tasks

Runs a persistent assistant across DingTalk, iOS, Web, and HTTP hooks with long-term memory and context compression. Executes whitelisted shell commands with approval and audit logs, schedules cron jobs, and hot-reloads custom skills. Includes ready-made skills for alert root-cause analysis, Alibaba Cloud cost optimization, and coding task delegation.
npx skills add yuki-aigc/pomelobot --all -g -y
Available:

Sets collaboration rules for the agent: confirm goals before acting, state plans for risky operations, verify facts, stay within the workspace, and record corrections for future runs.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pomelobot?

Run `npx skills add yuki-aigc/pomelobot --all -g -y` in your terminal to install all skills in this suite globally.

What does pomelobot do?

It is a self-hosted chatbot that connects to DingTalk, iOS, and Web channels, remembers past conversations, runs scheduled jobs, and executes approved shell commands.

How does the memory system work?

It stores memories in PostgreSQL with full-text and vector search, isolates sessions by scope, and automatically compresses long conversations to save tokens.

Can it analyze Alibaba Cloud costs?

Yes. The bundled FinOps skills query bills, detect idle resources, recommend savings plans, and can run scheduled cost inspection reports.

Is command execution safe?

Yes. Commands pass through whitelist and blacklist policies, require approval for risky actions, and every execution is recorded in an audit log with sensitive data redacted.

Related Repositories in Software Engineering

View All in Software Engineering