Types
SkillFile
Represents a skill file in the GraphQL API.
object
SkillFileFields
id
ID!
Stable identifier for this skill file.
path
String!
Filesystem path associated with this skill file.
contentsBase64
String!
Contents Base64, encoded as Base64.
executable
Boolean!
Whether the executable condition is true for this skill file.
contentHash
String!
The content hash associated with this skill file.
createdAt
String!
ISO 8601 timestamp when this skill file was created.
updatedAt
String!
ISO 8601 timestamp when this skill file was last updated.