Skill Verbs

Verbs for invoking, registering, and inspecting skill artifacts.

Source: docs/reference/verbs/skill.md

skill verbs

Verbs in the skill namespace. Each verb is auto-registered via the @verb decorator and exposed simultaneously as an HTTP route, an MCP tool, and an in-process Python callable (SPEC-001 §3).

Verbs in this namespace: 1


scidex.skill.leaderboard

# read verb
async def scidex_skill_leaderboard(
    args: SkillLeaderboardIn,
    ctx: Context,
) -> SkillLeaderboardOut: ...

Rank skills by mean quality of artifacts produced via them.

Input fields

Field Type Required
limit integer no
direction string no
min_n integer no
type_filter `list[string] null`
subscriber_actor_id `string null`

Output: SkillLeaderboardOut