manus-config

Manage connectors, project configuration, and scheduled tasks via the manus-config CLI.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/swd-dev00/Palm.ai --skill manus-config-swd-dev00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manus-config
Source: https://github.com/swd-dev00/Palm.ai
Command: npx skills add https://github.com/swd-dev00/Palm.ai --skill manus-config-swd-dev00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It gives the agent a controlled, review-card-confirmed way to enable integrations, edit project-level configuration, and create or modify scheduled task execution without guessing at connector state or schedule syntax. ## Core Features & Use Cases - Connector management: Inspect, create, update, and delete App, Custom API, and Custom MCP connectors, with secrets handled only through draft files and user-confirmed review cards. - Project configuration: Load and save project instructions, shared project files, and shared web links through a load-edit-save baseline workflow. - Scheduled tasks: Create, inspect, update, pause, or expire one schedule per task using six-field cron expressions or interval triggers, with connector inheritance and run-as-new-task modes. - Use Case: A user provides an API key for a service with no existing connector; the skill drafts a connector file grounded in official docs, submits it for user confirmation, then verifies it with a health-check call. ## Quick Start Ask the agent to enable the connector for a specific service or to schedule this task to run every weekday at 9 AM, and it will use manus-config to load config, apply the change, and confirm the result.

Frequently Asked Questions about manus-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new MCP connector from a server URL?

Write a draft JSON file with the server URL under mcpServers, using mode url for plain remote servers or mode form when custom headers or keys are needed. Submit it with manus-config connector create --file, then the user confirms the review card before anything is created.

How do I schedule a recurring task with cron?

Use manus-config schedule create with --cron and --repeated. Cron requires exactly six fields (seconds minutes hours day-of-month month day-of-week), so weekdays at 09:00 is 0 0 9 * * 1-5. Only one schedule is allowed per task.

Why does config save show an empty diff?

An empty diff means no edits were made or a later load overwrote them. The workflow must be load, edit config.json, then save; running load mid-edit resets both the working file and the baseline, discarding your changes.

Can I delete multiple connectors at once?

Yes, pass all uids to a single manus-config connector delete invocation so they appear on one review card where the user can uncheck any to keep. Splitting deletes across commands creates separate cards and extra confirmation turns.

What are the limitations of connector creation?

Only the user's own custom MCP and API connectors are editable; built-in apps and team connectors are not. Connector CRUD requires the Manus web app review card, so it is unsupported in coordinator, map-reduce, or auto-confirm sessions.