II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:pikiclaw-skill-invoke
PikiClaw Skill Invoke json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:pikiclaw-skill-invoke",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/pikiclaw-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "PikiClaw Skill Invoke",
"description": "Mobile skill invocation primitive. Skills are stored in the\n.pikiclaw/skills directory and can be triggered from the mobile\ninterface via quick-action buttons or voice commands. Each skill\nrepresents a reusable workflow or tool configuration that the\nagent executes on demand. Supports parameterized skill invocation\nwith mobile-optimized input forms.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:pikiclaw-skill-invoke",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:pikiclaw-skill-invoke",
"to": "interaction-primitive-category:lifecycle",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:pikiclaw.ui@current",
"to": "interaction-primitive:pikiclaw-skill-invoke",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}