تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١٬٣٦٦
forks:٦٤
updated:٤ مايو ٢٠٢٦ في ١٠:٠١
مستكشف الملفات
SKILL.md
| name | set-custom-rules |
| description | Configure cc-safety-net custom rules. |
| disable-model-invocation | true |
Help the user configure custom blocking rules for Safety Net.
npx -y cc-safety-net --custom-rules-doc and use that schema documentation as the source of truth.~/.cc-safety-net/config.json, applies to all projects..safety-net.json, applies only to the current project.git add -A and git add . to prevent blanket staging.npm install -g to prevent global package installs.docker system prune to prevent accidental cleanup.cat ~/.cc-safety-net/config.json 2>/dev/null || echo "No user config found"cat .safety-net.json 2>/dev/null || echo "No project config found"npx -y cc-safety-net --verify-config.