II.
SkillArea JSON
Structured · liveskill-area:desktop-automation
Desktop Automation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:desktop-automation",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-benchmark-coverage.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Desktop Automation",
"description": "Controlling a desktop GUI (Windows / macOS / Linux) to complete\nuser-facing tasks — window management, keyboard/mouse input, OCR-driven\ntarget acquisition, and recovery from focus or modal-dialog state.\nCovers the OSWorld class of desktop-agent benchmarks.\n",
"domains": [
"domain:software-engineering"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:desktop-automation",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "benchmark:os-world",
"to": "skill-area:desktop-automation",
"kind": "covers",
"attributes": {
"attributes": {
"coverage": "full",
"weight": 0.2
}
}
},
{
"from": "skill-area:browser-automation",
"to": "skill-area:desktop-automation",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-agent:desktop-development--ui-automation-specialist",
"to": "skill-area:desktop-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}