What problem does it solve? Managing external integrations, project-level settings, and recurring task schedules requires precise CLI operations with strict state handling; mistakes like stale baselines or malformed cron expressions cause silent failures and incorrect diffs. ## Core Features & Use Cases - Connector Management: Inspect, enable, disable, and reconfigure App, Custom API, and Custom MCP connectors through a load-edit-save workflow against config.json. - Project Configuration: Maintain project instructions, shared project files, and shared web links that persist across all tasks in a project. - Scheduled Tasks: Create, update, pause, and expire one schedule per task using six-field cron expressions or interval-based triggers, with connector inheritance and run-as-new-task modes. - Use Case: A user wants a weekday 09:00 market summary. The skill guides creating a recurring schedule with the correct six-field cron 0 0 9 * * 1-5, inheriting the current task's connectors automatically. ## Quick Start Ask the assistant to create a recurring schedule that runs every weekday at 9 AM using manus-config, or to inspect which connectors are currently enabled.