action dataatwork_get_skills { label: "Skill Names and Descriptions" description: "Retrieve the names, descriptions, and UUIDs of all skills." provider: dataatwork method: GET path: "/skills" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }