bedrock

Invoke AWS Bedrock foundation models and generate embeddings for RAG workflows.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/colinmxs/double-hexagon --skill bedrock-colinmxs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bedrock
Source: https://github.com/colinmxs/double-hexagon/tree/main/.kiro/skills/bedrock
Command: npx skills add https://github.com/colinmxs/double-hexagon --skill bedrock-colinmxs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS Bedrock provides unified access to foundation models for building scalable AI applications, enabling tasks like text generation, embeddings, and image generation with a single API.

Core Features & Use Cases

  • Unified access to multiple foundation models (Claude, Titan, Llama, Mistral, etc.) via Bedrock runtime for simple, consistent integration.
  • Embeddings & retrieval: generate embeddings for search and RAG pipelines, enabling intelligent retrieval and context-aware responses.
  • RAG & knowledge bases: use retrieval augmented generation with knowledge bases to improve accuracy and context in answers.

Quick Start

Invoke your first Bedrock model by calling the Bedrock Runtime API with a sample prompt and modelId to see a response.

Frequently Asked Questions about bedrock

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

FAQPage Schema
How do I integrate AWS Bedrock foundation models into a scalable AI application?▼

You can integrate AWS Bedrock foundation models by calling the Bedrock Runtime API with a prompt and modelId to invoke text generation, ensuring consistent access across cloud environments and local dev setups.

How do I generate embeddings for a RAG pipeline using AWS Bedrock?▼

Generate embeddings for RAG pipelines by invoking Bedrock foundation models to produce vector representations, enabling intelligent retrieval and context-aware responses within your AI application architecture.

Can I use AWS Bedrock to access multiple foundation models like Claude, Titan, and Mistral?▼

AWS Bedrock provides unified access to multiple foundation models including Claude, Titan, Llama, and Mistral via a single runtime API, allowing consistent integration for text generation and embeddings.

What is the best way to build retrieval-augmented generation with knowledge bases in AWS Bedrock?▼

Build retrieval-augmented generation by using Bedrock knowledge bases to improve accuracy and context, combining generated embeddings with retrieval workflows to provide context-aware answers.

Does AWS Bedrock support streaming options and error handling for model invocation?▼

AWS Bedrock supports model invocation patterns with streaming options and includes robust error handling and guardrails to manage runtime responses during text generation and embeddings tasks.