What problem does it solve?
Users of the MyAgents desktop agent platform often need to configure scheduled tasks, MCP tools, model providers, IM bot channels, plugins, skills, and cloud spaces, but doing so through the GUI is slow and interrupts the conversation flow. This Skill lets the AI execute those product operations directly via the built-in myagents CLI, so requests like "remind me every day at 9" or "connect a Notion MCP tool" are completed in-session instead of requiring manual settings navigation.
Core Features & Use Cases
- Task & Automation Management: Create, schedule, pause, and rerun one-time or recurring tasks, including command-detector-based conditional triggers and Goal mode for continuous execution.
- Platform Configuration: Manage MCP servers (add, enable, OAuth, env vars), model providers (API keys, defaults, verification), agents, channels (Telegram, DingTalk, OpenClaw), plugins, and skills installation from GitHub or local sources.
- Cloud Space & Collaboration: Create and claim Cloud Space issues, post comments with attachments, download files, and coordinate across sessions with
session start/send/watch.
- Use Case: A user says "set up DeepSeek as my default model and schedule a daily code review at 9am." The Skill runs
myagents model set-key deepseek <key>, model verify, model set-default, then creates and starts a scheduled task — all without the user opening Settings.
Quick Start
Ask the AI to configure a MyAgents capability in natural language, for example: "Connect the fetch MCP tool and schedule a task that checks my server status every morning at 8am."