NAME
OpenAPI::Client::OpenAI::Path::skills-skill_id-content - Documentation for the /skills/{skill_id}/content path.
OPERATIONS
GET /skills/{skill_id}/content
GetSkillContent
$client->get_skill_content({
body => { ... },
});
Download a skill zip bundle by its ID.
Path/query parameters
skill_id(in path, required, string) - The identifier of the skill to download.
Responses
200 - The skill zip bundle.
Content-Type: application/json
Example:
"string"
Content-Type: application/zip
Example:
"string"
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2023-2026 by Nelson Ferraz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.0 or, at your option, any later version of Perl 5 you may have available.