II.
SkillArea JSON
Structured · liveskill-area:web-action-grounding
Web Action Grounding json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:web-action-grounding",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-agentic-benchmarks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Web Action Grounding",
"description": "Translating a natural-language web task into the correct concrete\nDOM/UI actions — locating the right element, choosing the right\ninteraction (click/type/scroll/select), and verifying the resulting\npage state (as exercised by Mind2Web-2, WorkArena, and WebVoyager-\nstyle evaluations). Sibling to browser-automation; focus is on\ngrounding accuracy rather than driver mechanics.\n",
"domains": [
"specialization:web-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:web-action-grounding",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "benchmark:mind2web-2",
"to": "skill-area:web-action-grounding",
"kind": "covers",
"attributes": {
"attributes": {
"coverage": "full",
"weight": 0.6
}
}
},
{
"from": "benchmark:workarena",
"to": "skill-area:web-action-grounding",
"kind": "covers",
"attributes": {
"attributes": {
"coverage": "partial",
"weight": 0.4
}
}
},
{
"from": "benchmark:webvoyager",
"to": "skill-area:web-action-grounding",
"kind": "covers",
"attributes": {
"attributes": {
"coverage": "partial",
"weight": 0.3
}
}
},
{
"from": "skill-area:browser-automation",
"to": "skill-area:web-action-grounding",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:web-development--web-action-grounding",
"to": "skill-area:web-action-grounding",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}