Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
awslabs avatar

Sdk Getting Started

  • 40 installs
  • 850 repo stars
  • Updated August 3, 2026
  • awslabs/agent-plugins

Sdk-getting-started is a Claude Code skill that validates a SageMaker AI environment by checking the SDK version, AWS region, and execution role before training or deployment work begins.

About

Sdk-getting-started validates that the user's environment can run Amazon SageMaker AI operations. It checks the SageMaker Python SDK version, the AWS region, and the execution role, resolving them programmatically rather than asking the user. A developer runs it first, before any SageMaker or Bedrock training, evaluation, or deployment work.

  • Preflight checks for SageMaker AI: SDK version, AWS region, execution role
  • Agent runs the checks directly with no code generation
  • Stores results in context for downstream training/deployment skills

Sdk Getting Started by the numbers

  • 40 all-time installs (skills.sh)
  • Ranked #758 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

sdk-getting-started capabilities & compatibility

Needs AWS credentials with SageMaker access; no separate API key.

Capabilities
devops
Works with
aws
Use cases
devops
Pricing
Bring your own API key
From the docs

What sdk-getting-started says it does

Validates the user's environment for SageMaker AI operations — checks SDK version, AWS region, and execution role.
SKILL.md
npx skills add https://github.com/awslabs/agent-plugins --skill sdk-getting-started

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs40
repo stars850
Last updatedAugust 3, 2026
Repositoryawslabs/agent-plugins

What it does

Preflight-check a SageMaker AI environment by validating SDK version, AWS region, and execution role before training or deployment.

Who is it for?

Developers setting up or verifying a SageMaker AI environment before training, evaluation, or deployment.

Skip if: Actual model training, evaluation, or deployment work, or non-SageMaker environments.

When should I use this skill?

The user says set up, getting started, check my environment, or configure SDK, or as the first step of a SageMaker plan.

What you get

A verified environment with SDK version, region, and execution role resolved and stored in context.

  • Verified SDK version
  • Resolved AWS region
  • Validated execution role

By the numbers

  • Checks 3 things: SDK version, region, execution role
  • 2 bundled reference files

Files

SKILL.mdMarkdownGitHub ↗

SDK Getting Started

Preflight checks to verify the user's environment can run SageMaker AI operations. The agent runs these checks directly (no code generation) and stores results in conversation context for downstream skills.

Principles

1. Don't ask for what you can look up. Resolve region and role programmatically before asking the user.

Workflow

Read and follow references/sagemaker-python-sdk-setup.md.

References

  • references/sagemaker-python-sdk-setup.md - SageMaker Python SDK version, region, and execution role checks
  • references/execution-role-setup.md — Execution role resolution and validation

Related skills

FAQ

Does it write any code?

No. The agent runs the checks directly, with no code generation, and stores results in conversation context.

Does it ask me for my region and role?

No. It resolves region and role programmatically before asking the user.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.