bedrock

Invoke AWS Bedrock foundation models for text generation, embeddings, and image synthesis.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tjl8787/mycodex-skills --skill bedrock-tjl8787
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bedrock
Source: https://github.com/tjl8787/mycodex-skills/tree/main/skills/bedrock
Command: npx skills add https://github.com/tjl8787/mycodex-skills --skill bedrock-tjl8787

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating powerful foundation models (FMs) from various AI providers into your applications, enabling advanced generative AI capabilities without complex infrastructure management.

Core Features & Use Cases

  • Model Invocation: Easily call FMs like Claude, Titan, Llama, and Mistral for text generation, embeddings, and image generation.
  • RAG & Tool Use: Implement Retrieval Augmented Generation (RAG) patterns and enable models to use external tools for enhanced functionality.
  • Use Case: Build a customer support chatbot that leverages Bedrock to understand user queries, retrieve relevant information from a knowledge base, and generate helpful responses.

Quick Start

Use the bedrock skill to invoke the Claude 3 Sonnet model with the prompt "Explain AWS Lambda in 3 sentences."

Frequently Asked Questions about bedrock

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I invoke foundation models like Claude and Titan for text generation using AWS Bedrock?

You invoke foundation models for text generation using AWS Bedrock via Python SDKs or AWS CLI, passing prompts directly to models like Claude 3 Sonnet. This provides programmatic access without managing complex infrastructure.

What's the best way to implement Retrieval Augmented Generation (RAG) with AWS Bedrock?

Implement Retrieval Augmented Generation (RAG) with AWS Bedrock by integrating its foundation models with knowledge bases. This retrieves relevant information to augment prompts, enabling enhanced responses for use cases like customer support chatbots.

Can I use Python SDKs to generate embeddings and synthesize images with AWS Bedrock?

Yes, you can use Python SDKs with AWS Bedrock to generate embeddings and synthesize images. The Skill provides programmatic access to foundation models supporting these generative AI tasks via scalable and secure AWS service integrations.

Does AWS Bedrock support streaming responses and tool use for generative AI applications?

AWS Bedrock supports streaming responses and tool use for generative AI applications. These advanced patterns allow models to interact with external tools and process data iteratively, enhancing functionality for scalable AI development.

When do I need AWS Bedrock instead of managing my own generative AI infrastructure?

You need AWS Bedrock when integrating foundation models from providers like Llama and Mistral without complex infrastructure management. It simplifies scalable and secure AI application development by handling the underlying infrastructure.