Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:May 6, 2026 at 09:59
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | sdk-conventions |
| description | agentsdk naming, resources, and hybrid app conventions |
Use agentsdk naming. Keep app resources under .agents/. Keep first-party plugins under plugins/ and plugin interfaces under app/plugin.go.
Resource apps should be inspectable with:
agentsdk discover --local .
agentsdk discover --local --json .
Hybrid apps should keep Go helpers small and expose behavior through actions/tools/workflows rather than bespoke CLI parsing.