원클릭으로
secret-printer
Print a greeting message using a secret value. Use when asked to print a greeting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Print a greeting message using a secret value. Use when asked to print a greeting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use Python execution to compute precise answers when in-context reasoning is unreliable (arithmetic, date math, regex, parsing, data manipulation). Returns a value, not an artifact.
A test skill for verifying deterministic activation from SOP steps. Contains special instructions that should appear in the agent context when activated.
Builds Python library features for the MUXI runtime (helpers, consumer migrations, schema, tests, docs). All work is library + pytest + ripgrep; no servers, no browsers.
Create interactive HTML widgets, dashboards, diagrams, and visual explainers for requests that are better shown than described.
Deep knowledge of the MUXI Runtime codebase (Python, ~300 files, ~119K lines). Use when working on runtime code: formations, overlord, memory systems, LLM layer, MCP, observability, scheduler, secrets, server/API, skills, RCE, or e2e tests. Knows initialization order, data flows, gotchas, and testing patterns.
Analyze datasets, generate charts, and create summary reports. Use when the user needs data analysis or visualization.
| name | secret-printer |
| description | Print a greeting message using a secret value. Use when asked to print a greeting. |
This skill prints a greeting sourced from a secret.
The greeting value is: ${{ secrets.SKILL_TEST_GREETING }}
scripts/print_greeting.py using the run_skill tool