agentsclimarketplace

Sdk getting started

Skill awslabs/agent-plugins/plugins/sagemaker-ai/skills/sdk-getting-started

Validates the user's environment for SageMaker AI operations — checks SDK version, AWS region, and execution role. Use when the user says "set up", "getting started", "check my environment", "configure SDK", or as the first step in any plan involving SageMaker/Bedrock training, evaluation, or deployment.From its SKILL.md

Install
npx -y skills add awslabs/agent-plugins --skill sdk-getting-started

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.0 KB, 131 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it: 2 files

3.9 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.