Agent SkillsQuixiAI/Hexis › code-execution

code-execution

GitHub

提供代码编译、脚本执行及命令运行能力,支持安全Shell、代码片段直接执行及文件操作。强调展示真实输出与环境状态检查,辅助验证代码逻辑与测试程序。

skills/installed/code-execution/SKILL.md QuixiAI/Hexis

Trigger Scenarios

需要编译或运行代码片段 执行Shell命令或脚本 验证代码功能或排查环境依赖

Install

npx skills add QuixiAI/Hexis --skill code-execution -g -y
More Options

Non-standard path

npx skills add https://github.com/QuixiAI/Hexis/tree/main/skills/installed/code-execution -g -y

Use without installing

npx skills use QuixiAI/Hexis@code-execution

指定 Agent (Claude Code)

npx skills add QuixiAI/Hexis --skill code-execution -a claude-code -g -y

安装 repo 全部 skill

npx skills add QuixiAI/Hexis --all -g -y

预览 repo 内 skill

npx skills add QuixiAI/Hexis --list

SKILL.md

Frontmatter
{
    "name": "code-execution",
    "aliases": [
        "code",
        "script",
        "compute",
        "calculate",
        "run",
        "python"
    ],
    "category": "system",
    "contexts": [
        "heartbeat",
        "chat"
    ],
    "requires": {
        "tools": [
            "safe_shell",
            "execute_code"
        ]
    },
    "bound_tools": [
        "safe_shell",
        "execute_code",
        "run_script",
        "read_file",
        "write_file",
        "list_directory",
        "glob",
        "grep",
        "edit_file",
        "shell",
        "browser"
    ],
    "description": "Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace"
}

Code Execution

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.

Choosing the tool

  1. 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).
  2. execute_code — run a code snippet directly in a supported runtime without touching the filesystem.
  3. run_script — a saved multi-step script when the work has real structure.
  4. 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.

Practice

  • State what you ran and show the real output — including failures. A compile error is a finding, not an embarrassment.
  • Working files belong in the workspace directory; clean up what has no lasting value.
  • When a language or binary is missing from PATH, say so plainly and name what you checked (which <name>). Absence of a toolchain is a fact about the environment, never something to paper over with imagined output.
  • Long or destructive operations deserve a sentence of intent before you run them.

Version History

  • 97f625f Current 2026-08-29 01:30
  • 990da5f 2026-08-20 13:52

Same Skill Collection

plugins/installed/fathom/skills/fathom/SKILL.md
skills/installed/calendar/SKILL.md
skills/installed/connector-action-authorization/SKILL.md
skills/installed/core-memory/SKILL.md
skills/installed/cost-report/SKILL.md
skills/installed/council/SKILL.md
skills/installed/crm-lookup/SKILL.md
skills/installed/daily-briefing/SKILL.md
skills/installed/delegation/SKILL.md
skills/installed/email-digest/SKILL.md
skills/installed/expense-capture/SKILL.md
skills/installed/github-issues/SKILL.md
skills/installed/gmail-actions/SKILL.md
skills/installed/gmail-connector-setup/SKILL.md
skills/installed/humanizer/SKILL.md
skills/installed/image-gen/SKILL.md
skills/installed/inbox-triage/SKILL.md
skills/installed/integration-connector-setup/SKILL.md
skills/installed/knowledge-ingest/SKILL.md
skills/installed/meeting-follow-up/SKILL.md
skills/installed/meeting-prep/SKILL.md
skills/installed/memory-exchange/SKILL.md
skills/installed/operations/SKILL.md
skills/installed/outreach/SKILL.md
skills/installed/personal-notes/SKILL.md
skills/installed/self-inspection/SKILL.md
skills/installed/self-reflection/SKILL.md
skills/installed/skill-authoring/SKILL.md
skills/installed/travel-prep/SKILL.md
skills/installed/twitter-x-actions/SKILL.md
skills/installed/twitter-x-connector-setup/SKILL.md
skills/installed/weekly-review/SKILL.md
plugins/installed/asana/skills/asana/SKILL.md
plugins/installed/hubspot/skills/hubspot/SKILL.md
plugins/installed/todoist/skills/todoist/SKILL.md
plugins/installed/youtube/skills/youtube/SKILL.md
skills/installed/research/SKILL.md
plugins/installed/twitter/skills/twitter/SKILL.md
plugins/installed/video_gen/skills/video_gen/SKILL.md

Metadata

Files
0
Version
97f625f
Hash
fb4c43d2
Indexed
2026-08-20 13:52

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 04:43
浙ICP备14020137号-1 $방문자$