Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:174
forks:20
updated:2026년 3월 10일 01:11
SKILL.md
| name | data-fetcher |
| description | Fetches data from various APIs for analysis. |
| version | 0.5.0 |
| metadata | {"openclaw":{"requires":{"bins":["python3"],"env":[]},"emoji":"📊","homepage":"https://github.com/example/data-fetcher","license":"MIT","os":["darwin","linux"],"file_reads":["~/.openclaw/workspace/skills/data-fetcher/**"],"file_writes":[],"network_endpoints":[{"url":"http://api.example.com/data","purpose":"Fetch data from API (non-HTTPS)","auth":false}],"telemetry":false,"persistence":false,"privilege_escalation":false,"always":false,"sandbox":true,"autonomous_invocation":"restricted"}} |
Fetches data from various APIs.
python3 {baseDir}/scripts/fetch.py --source api
This skill connects to http://api.example.com/data to retrieve datasets. The connection is not encrypted but data is not sensitive.