Dnvriend Aws Knowledge Tool
dnvriend-aws-knowledge-tool is a Claude Code plugin for the Build phase that lets you query the AWS Knowledge MCP Server from a CLI to search and read AWS documentation.
Search and read official AWS documentation from the terminal or your agent without tab-hopping across the AWS docs site.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dnvriend-aws-knowledge-tool@dnvriend/aws-knowledge-toolBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dnvriend/aws-knowledge-tool") and the paste-ready config with skillselion.get_install_config("plugin:dnvriend/aws-knowledge-tool").
What it does
dnvriend-aws-knowledge-tool is a Claude Code plugin that wraps a CLI for the AWS Knowledge MCP Server so you can search, open, and discover AWS documentation from the same environment where you code. It targets indie and solo builders who ship on AWS and want agents to cite current service docs instead of hallucinating API shapes or IAM patterns. Install it when you are implementing S3, Lambda, IAM, or other AWS integrations and need fast, structured access to official references without leaving the agent session. The tool is agent-friendly by design: your coding agent can invoke search and read operations as part of planning endpoints, debugging policy errors, or drafting infrastructure notes. It does not replace the AWS console or Terraform; it accelerates research during the build phase. Expect a lightweight community plugin with one bundled capability rather than a full doc mirror or offline cache.
Highlights
- Queries the AWS Knowledge MCP Server for search, read, and discovery flows
- CLI-first workflow suited to Claude Code and other agent-driven terminals
- Single-plugin bundle (pluginCount: 1) from dnvriend/aws-knowledge-tool
- Focuses on AWS documentation retrieval rather than deploying or provisioning resources
- Community catalog entry with keywords: aws, discover, documentation, knowledge, querying, search, server, tool
Why builders use it
Official AWS docs are sprawling, and context-switching out of Claude Code breaks flow when you only need a correct API or quota detail mid-integration.
After you add the plugin, your agent can pull grounded AWS documentation snippets on demand while you design and implement cloud integrations.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is dnvriend-aws-knowledge-tool for?
It is for solo and indie developers who build on AWS inside Claude Code and want official documentation reachable from the agent without manual browsing.
When should I use dnvriend-aws-knowledge-tool?
Use it during build and integration tasks whenever you need to verify AWS API behavior, limits, or setup steps while coding or pairing with an agent.
How do I add dnvriend-aws-knowledge-tool to my agent?
Register the dnvriend/aws-knowledge-tool Claude Code plugin from the Skillselion catalog or your marketplace source, ensure AWS Knowledge MCP Server access is configured, then invoke the bundled CLI tools from Claude Code.
Comments
Share how you use dnvriend-aws-knowledge-tool, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.