Bedrock api
Skill Harzva/deepseek-cli/packages/provider-api-cli/skills/bedrock-api
DeepSeek-first API CLI and Agent Skills toolkit with multi-provider fallbackFrom the repository description
npx -y skills add Harzva/deepseek-cli --skill bedrock-apiAssembled 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
--jsonfor automation. - Use
--dry-runbefore 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
- examples.md156 B
- skill.json172 B
- troubleshooting.md141 B