在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:6
forks:2
updated:2025年10月31日 20:30
SKILL.md
| name | Example Skill |
| description | Demonstrates how to create a task-specific skill for complex operations |
This skill provides detailed implementation guidance for a specific complex task.
Use this skill when you need to perform multi-step operations that require:
Set up the necessary environment and validate prerequisites.
# Example initialization
echo "Initializing..."
Perform the core operation with proper error handling.
Clean up temporary resources and verify completion.
Demonstrates simple case...
Shows complex scenario...
Additional considerations and best practices.