Queries
sidekickCustomSkill
A single workspace custom skill, including its instructions, for editing.
QUERY
sidekickCustomSkill(id: ID!): SidekickCustomSkillArguments
id
ID!
required
Returns
id
ID!
name
String!
URL-safe slug; the skill's /-invocation name and sandbox directory name.
displayName
String!
Human-readable display name set by the workspace.
description
String!
instructions
String!
The SKILL.md body Sidekick follows when the skill runs.
isEnabled
Boolean!
Query
Variables
Response
Query
Variables
Response

