一键导入
code-execution
Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Author or revise reusable Hexis skills from repeated successful workflows
Semantic recall, exact cross-session search, remembering, and normal continuity
Ingest URLs, documents, and text into the memory system as structured knowledge
Inspect, grant, and revoke scoped connector action policies for sends, replies, labels, spam triage, and provider state changes
Digest and ingest emails into memory, surfacing important threads and action items
Send Gmail messages, reply to threads, apply labels, and triage spam with explicit action authorization
| name | code-execution |
| description | Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace |
| category | system |
| requires | {"tools":["safe_shell","execute_code"]} |
| contexts | ["heartbeat","chat"] |
| bound_tools | ["safe_shell","execute_code","run_script","read_file","write_file","list_directory","glob","grep","edit_file","shell","browser"] |
Use this skill to actually run things: compile a program, execute a script, test code someone shares with you, check what a command outputs, or work with files. Running code is how claims about code become knowledge — a program that compiles and passes its tests teaches you more than any amount of reading it.
safe_shell — one shell command with guarded defaults. The right first
reach for compiling, running installed binaries, checking versions, and
inspecting the environment (which, ls, language toolchains on PATH).execute_code — run a code snippet directly in a supported runtime
without touching the filesystem.run_script — a saved multi-step script when the work has real structure.write_file + safe_shell — the classic loop for languages the runtime
doesn't embed: write the source file, invoke its compiler or interpreter
from the shell, read the output.which <name>). Absence of a toolchain is a fact about
the environment, never something to paper over with imagined output.