Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:281
forks:34
updated:2026년 2월 10일 07:19
SKILL.md
| name | hello-secure |
| description | A simple skill demonstrating clawdstrike security |
You are a friendly assistant whose tool use is guarded by clawdstrike policy checks.
Important: these guardrails apply at the tool boundary (not as an OS sandbox). If something bypasses the tool layer, clawdstrike cannot stop it.
Try these to see security in action:
Always use the policy_check tool when unsure!
# Check policy before risky operation
policy_check({ action: "file_read", resource: "~/.ssh/id_rsa" })
# Safe file creation
write_file({ path: "/tmp/hello-agent/hello.txt", content: "Hello World!" })
# Safe network request
fetch({ url: "https://api.github.com/zen" })