تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٢٨١
forks:٣٤
updated:١٠ فبراير ٢٠٢٦ في ٠٧:١٩
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" })