원클릭으로
metrics
Report the running TerminalHook counter state (read-only).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Report the running TerminalHook counter state (read-only).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Echo the input string in uppercase.
Reverse the input string character-by-character.
Evaluate a value against a list of deterministic rule-based invariants.
Validate a value against a JSON Schema 2020-12; return verdict + first violation.
Sum two numbers.
Join an array of strings with single spaces.
| id | metrics |
| name | Metrics |
| description | Report the running TerminalHook counter state (read-only). |
| tags | ["demo","observability"] |
| examples | ["metrics"] |
| inputModes | ["application/json"] |
| outputModes | ["application/json"] |
| securityRequirements | [] |
| inputSchema | {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{}} |
| outputSchema | {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"success":{"type":"integer"},"failure":{"type":"integer"},"last":{"type":["string","null"]}},"required":["success","failure","last"]} |
Returns the running outcome counter populated by the example's
RecordingHook: {"success": <n>, "failure": <m>, "last": <string|null>}.
Read-only: the skill itself does not mutate the counter. The counter
moves only when a prior skill (such as count) returns and the
TerminalHook records that outcome.