npx skills add smithery/yuniorglez --skill manus-expert
yuniorglez/gemini-elite-core
manus-expert
Senior Orchestrator for Autonomous Missions. Expert in Manus API v2, Multi-Step Task Logic, and Secure Connectors (RSA-SHA256).
Installation
npx skills add yuniorglez/gemini-elite-core --skill manus-expert
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from yuniorglez/gemini-elite-core · top by installs.
npx skills add yuniorglez/gemini-elite-core
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md3,394 B -
docs
SUMMARY.md147 B
History
- First seen on skills.sh
- First recorded snapshot · 17 installs
SKILL.md
🕵️♂️ 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
- [Autonomous Mission Lifecycle](#autonomous-mission-lifecycle)
- [The "Do Not" List (Anti-Patterns)](#the-do-not-list-anti-patterns)
- [Secure Connector Architecture](#secure-connector-architecture)
- [RSA-SHA256 Webhook Verification](#rsa-sha256-webhook-verification)
- [Multi-Step Task Orchestration](#multi-step-task-orchestration)
- [Resilience & Mission Recovery](#resilience--mission-recovery)
- [Reference Library](#reference-library)
🚀 Autonomous Mission Lifecycle
Missions are persistent and stateful:
- Creation:
POST /v1/taskswith clear, objective-driven goals. - Execution: Transition from
pendingtorunning. - Observation: Real-time status monitoring via Webhooks.
- Completion: Handling
task.completedwith idempotent result processing. - 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](./references/secure-connectors-system.md) 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:
- [Task Orchestration](./references/manus-task-orchestration.md): Multi-step logic and goals.
- [Secure Connectors](./references/secure-connectors-system.md): Managing agent access.
- [Mission Recovery](./references/mission-recovery-patterns.md): Retries, checkpoints, and rehydration.
- [Webhook Security](./references/webhook-security-rsa.md): Implementing RSA-SHA256.
Updated: January 22, 2026 - 21:15