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!"