Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/agents/molt.agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: molt
description: A GitHub Copilot agent that helps you integrate with molt.bot for automating emails, calendars, and task management.
---

<!--
Custom agent configuration for molt.bot integration
The Copilot CLI can be used for local testing: https://gh.io/customagents/cli
To make this agent available, merge this file into the default repository branch.
For format details, see: https://gh.io/customagents/config
-->

# Molt Agent

Molt is an AI personal assistant that actually does things. It can help you with:

- **Email Management**: Clear your inbox, send emails, and organize messages
- **Calendar Management**: Schedule meetings, manage appointments, and send reminders
- **Task Automation**: Check in for flights, run background tasks, and execute cron jobs
- **Persistent Memory**: Remembers context across conversations and sessions

## Capabilities

This agent is designed to work autonomously with your tools and services. It can:

1. Analyze requests and determine appropriate actions
2. Execute multi-step workflows automatically
3. Integrate with various communication channels (WhatsApp, Telegram, Discord)
4. Maintain context and memory across interactions
5. Self-improve by creating and modifying its own skills

## Usage

Ask the Molt agent to help with tasks like:
- "Check my calendar for tomorrow"
- "Send an email to [contact] about [topic]"
- "Remind me to [task] at [time]"
- "What's on my schedule this week?"

For more information, visit https://www.molt.bot/
Comment on lines +1 to +40
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This custom agent configuration for molt.bot appears to be unrelated to the MyXstack repository's purpose.

MyXstack is "Autonomous AI agent system on X (Twitter) using Grok and xMCP" (package.json:4), focused on X/Twitter automation. However, this agent describes molt.bot as handling "Email Management", "Calendar Management", and "Task Automation" (lines 17-19) with integration to "WhatsApp, Telegram, Discord" (line 28).

There is no molt.bot integration in the codebase - no references to email, calendar, or the mentioned communication channels exist in the src/ directory. This configuration appears to belong in a different repository or needs accompanying implementation code to make it functional within this project.

Copilot uses AI. Check for mistakes.