Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:2026년 1월 23일 19:32
파일 탐색기
SKILL.md
| name | hello-world |
| description | A minimal example skill demonstrating the agent-skills-server structure. |
| license | MIT |
This is a minimal skill for learning purposes.
Import the greeting function from example.ts:
import { greet } from './example'
greet('World') // "Hello, World!"