Library/Markdown/User Guide/Scripting/SKILL.md
# Scripting: Skill > [Return to the Scripting Guide.](../Scripting%20Guide) This object represents a single Skill or Skill container. The **For** column indicates whether the property or method is defined for a container (C), a leaf (L), or both. | For | Property | Type | Value | Availability | |:---:|----------------|-----------------------|------------------------------------------------------------------|---
npx skillsauth add richardwilkes/gcs_master_library Library/Markdown/User Guide/ScriptingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Return to the Scripting Guide.
This object represents a single Skill or Skill container.
The For column indicates whether the property or method is defined for a container (C), a leaf (L), or both.
| For | Property | Type | Value | Availability | |:---:|----------------|-----------------------|------------------------------------------------------------------|--------------| | CL | id | string | The object ID. | GCS 5.36+ | | CL | parentID | string | undefined | The parent's object ID or undefined if there isn't one. | GCS 5.36+ | | CL | parent | object | undefined | The parent Skill or undefined if there isn't one. | GCS 5.41+ | | CL | name | string | The name. | GCS 5.36+ | | L | specialization | string | The specialization. | GCS 5.36+ | | L | techLevel | string | undefined | The Tech Level or undefined if one is not required. | GCS 5.36+ | | L | kind | string | The kind of Skill, one of skill or technique. | GCS 5.36+ | | L | attribute | string | The attribute ID used to determine the final level. | GCS 5.36+ | | L | difficulty | string | The difficulty, one of E, A, H, VH, or W. | GCS 5.36+ | | L | points | number | The number of points spent on this Skill. | GCS 5.36+ | | L | level | number | The computed level. | GCS 5.36+ | | L | relativeLevel | number | The computed level relative to the controlling attribute. | GCS 5.36+ | | L | weapons | object[] | Returns a list of Weapons attached to this skill. | GCS 5.41+ | | CL | notes | string | The notes. | GCS 5.39+ | | CL | tags | string[] | The associated tags. | GCS 5.36+ | | CL | container | boolean | True if this is a container. | GCS 5.36+ | | C | children | object[] | undefined | The contained child Skills. Undefined if this isn't a container. | GCS 5.36+ |
| For | Method | Arguments | Result Type | Result | Availability | |:---:|-------------|---------------------------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------| | C | find | name: string, specialization: string, tag: string | object[] | Returns the Skills within the hierarchy of this container that match the given name and specialization, and have the given tag, case-insensitively. When matching, an empty or undefined value passed in will match everything. | GCS 5.36+ | | L | findWeapons | melee: boolean, name: string, usage: string | object[] | Returns the Weapons that match the given name and usage, case-insensitively. When matching, an empty or undefined value passed in will match everything. | GCS 5.41+ |
Return to the Scripting Guide.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.