Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:281
forks:34
updated:10 de febrero de 2026, 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" })