用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SanthoshReddy352/Friday_Linux --skill code-execution命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | code_execution |
| description | Sandboxed Python and Bash code execution for calculations, scripts, and data tasks. |
| plugin_module | modules/code_execution |
| requires | {"code_execution.enabled":true} |
| capabilities | [{"name":"evaluate_code","description":"Run Python or Bash code and return the output. Good for math, data, and automation.","aliases":["compute","calculate","run this code","evaluate","run python","run bash","what is 47 times 3.14"]}] |
Runs Python and Bash snippets in an isolated sandbox with a 5-second timeout.
Add to config.yaml:
code_execution:
enabled: true
timeout_sec: 5 # optional, default 5
Friday, compute 47 times 3.14
Friday, calculate the square root of 144
Friday, run python: import datetime; print(datetime.date.today())
Friday, run bash: ls ~/Desktop | wc -l
Friday, what is 2 to the power of 32?
/tmp/friday-sandbox/<random-id>/ — isolated temp directorypython -I flag disables user site-packages and PYTHONPATH/usr/bin:/bin), set -euo pipefail