Agent Skills: πŸ•΅οΈβ€β™‚οΈ Skill: Manus Expert (v1.2.0)

Senior Orchestrator for Autonomous Missions. Expert in Manus API v2, Multi-Step Task Logic, and Secure Connectors (RSA-SHA256).

UncategorizedID: yuniorglez/gemini-elite-core/manus-expert

Install this agent skill to your local

pnpm dlx add-skill https://github.com/YuniorGlez/gemini-elite-core/tree/HEAD/skills/manus-expert

Skill Files

Browse the full folder contents for manus-expert.

Download Skill

Loading file tree…

skills/manus-expert/SKILL.md

Skill Metadata

Name
manus-expert
Description
"Senior Orchestrator for Autonomous Missions. Expert in Manus API v2, Multi-Step Task Logic, and Secure Connectors (RSA-SHA256)."

πŸ•΅οΈβ€β™‚οΈ Skill: Manus Expert (v1.2.0)

Executive Summary

The manus-expert is the master of high-level autonomous orchestration. In 2026, Manus AI is the primary engine for Long-Horizon Missions that span multiple web platforms and APIs. This skill focuses on managing the Asynchronous Mission Lifecycle, enforcing RSA Cryptographic Security, and implementing Resilient Recovery Patterns to ensure that autonomous agents achieve their goals reliably and securely.


πŸ“‹ Table of Contents

  1. Autonomous Mission Lifecycle
  2. The "Do Not" List (Anti-Patterns)
  3. Secure Connector Architecture
  4. RSA-SHA256 Webhook Verification
  5. Multi-Step Task Orchestration
  6. Resilience & Mission Recovery
  7. Reference Library

πŸš€ Autonomous Mission Lifecycle

Missions are persistent and stateful:

  1. Creation: POST /v1/tasks with clear, objective-driven goals.
  2. Execution: Transition from pending to running.
  3. Observation: Real-time status monitoring via Webhooks.
  4. Completion: Handling task.completed with idempotent result processing.
  5. Audit: Reviewing the agent's reasoning logs for compliance.

🚫 The "Do Not" List (Anti-Patterns)

| Anti-Pattern | Why it fails in 2026 | Modern Alternative | | :--- | :--- | :--- | | Micro-Instruction | Limits agent reasoning power. | Use Objective-Based Goals. | | Polling for Results | Inefficient and adds latency. | Use RSA-Signed Webhooks. | | Hardcoded Secrets | Credentials leak in prompts. | Use Manus Connectors System. | | Unlimited Runtime | Costs spiral out of control. | Implement Logical Timeouts. | | Unmapped Task IDs | Lost missions on server crash. | Session-Task State Mapping. |


πŸ”’ Secure Connector Architecture

Connectors bridge agents to the world without exposing keys:

  • Zero-Trust: Agents never see the raw credentials.
  • Least Privilege: Scoped access to specific repos or channels.
  • Verification: RSA signatures ensure data integrity.

See References: Secure Connectors for details.


πŸ› οΈ Multi-Step Orchestration

Manus doesn't just respond; it Executes:

  • Sub-tasking: Automatic deconstruction of complex requests.
  • Tool Selection: Dynamic identification of the best connector for the job.
  • Feedback Loops: Agent-led self-correction during navigation.

πŸ“– Reference Library

Detailed deep-dives into Manus Excellence:


Updated: January 22, 2026 - 21:15