skills icon indicating copy to clipboard operation
skills copied to clipboard

Usage with bedrock

Open mrkhalil6 opened this issue 4 months ago • 4 comments

Hi there,

I apologize if I am doing something wrong by creating an issue but I am having a very hard time figuring out how can I make these skills work with AWS Bedrock ? If anyone tried that please let me know or tell me if this is not yet possible.

Regards.

mrkhalil6 avatar Oct 18 '25 16:10 mrkhalil6

i posted a similar issue on claude-code. it's very hard to determine that this is not supported on bedrock

sfc-gh-mochen avatar Oct 20 '25 17:10 sfc-gh-mochen

Claude Code on Amazon Bedrock - Claude Docs explains how to use claude code that is powered by Amazon Bedrock, which is a supported way to use Claude Code. Once Claude Code is correctly configured to work with bedrock, skills should just work.

codekiln avatar Oct 22 '25 18:10 codekiln

Yes, I am using them on bedrock.

Skills in claude code don't run in a VM like they do in claude.ai/desktop. In claude code they are closer to automated slash commands.

There a few difference:

  • Claude code expect a folder not a zipped version of the skill
  • Claude code skills can take a list of authorized tools

Here's more details: https://docs.claude.com/en/docs/claude-code/skills

JoeDupuis avatar Oct 25 '25 18:10 JoeDupuis

cool, thanks for clarifying. i must have tested it wrong. it works fine for me now on Bedrock.

sfc-gh-mochen avatar Oct 26 '25 04:10 sfc-gh-mochen