umodel-skill-runner

Installation
SKILL.md

UModel Skill Runner

Load one entity-linked Skill through UModel and follow its inline SKILL.md. Use umodel-query; run SPL through umctl query run <workspace> "<SPL>" -o json or MCP query_spl_execute.

Protocol

  1. Identify the exact EntitySet and supplied entity IDs. Do not guess another.

  2. Discover methods with the same context:

    .entity_set with(domain='<domain>', name='<name>', ids=['<id>'])
    | entity-call __list_method__()
    
  3. Require list_skills, then list candidates:

Installs
1
GitHub Stars
358
First Seen
3 days ago
umodel-skill-runner — alibaba/unifiedmodel