Download a SKILL using an URL.#18
Conversation
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
xstefank
left a comment
There was a problem hiding this comment.
I don't think that we should limit only to git. Why the skill cannot be any txt on random site?
We can for sure support one raw SKILL.md file and use as folder name the last string of the url: https://my.company/ai/skills/bump-quarkus-version/SKILL.md => Remark: A SKILL contains not only instructions part of the main SKILL md file but most probably references, scripts, etc which are defined under separate sub-folders. What we call a SKILL is finally something like
|
… the confusion around envVar Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
… resolved Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
I added this change: 9271fbd |
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
…as the error is related to the error code ! Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>

Test done using the following command top of acp-java client project
This PR add the support to download skills from a github repository and to copy them under
~/.agents/skillswhich is the default home for many acp agents.To avoid nested skills created under the home agents folder -
~/.agents/skills, a local repo is created and symlink added to~/.agents/skills/<skill-leaf-name>