agentsclimarketplace

Bedrock api

Skill Harzva/deepseek-cli/packages/deepseek-cli/skills/bedrock-api

DeepSeek-first API CLI and Agent Skills toolkit with multi-provider fallbackFrom the repository description

Install
npx -y skills add Harzva/deepseek-cli --skill bedrock-api

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

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.8 KB, 201 tokens by cl100k_base, as published. Nobody here has run it

AWS Bedrock Converse API Skill

Use this skill when an agent or user needs to call AWS Bedrock Converse API through Provider API CLI Suite.

When to use

  • enterprise AWS Bedrock request planning
  • Converse API dry-run payloads
  • multi-model routing on AWS

Required CLI

bedrock-api doctor --json

Basic dry run

bedrock-api chat "hello" --dry-run --json

Agent-safe rules

  • Prefer --json for automation.
  • Use --dry-run before live calls.
  • Parse stdout only. Treat stderr as diagnostics.
  • Do not expose API keys in prompts, logs, or screenshots.
  • Do not execute tool calls inside the CLI; pass tool execution to the Harness or caller.

Protocol

aws_bedrock_converse

Live Bedrock calls require AWS SDK or SigV4 signing. The CLI currently provides dry-run contracts for Bedrock.

What ships with it: 3 files

469 B alongside SKILL.md

Keep looking

Skills are one crate of 326,764. 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.