← 返回 Skills 市场
106
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install aws-knowledge
功能描述
AWS expert powered by the AWS Knowledge MCP Server (via mcporter). Provides real-time access to AWS documentation, best practices, SOPs, and regional availab...
使用说明 (SKILL.md)
AWS Knowledge Skill
Query the AWS Knowledge MCP Server via mcporter for real-time AWS expertise.
The MCP server is aws-knowledge (must be configured in mcporter).
Query Routing
Route each question to the right tool:
| Question Type | Tool | Example |
|---|---|---|
| General "how to" / best practices | search_documentation |
"How to secure an S3 bucket" |
| Read a specific doc page | read_documentation |
"Show me the Lambda pricing page" |
| Explore related topics | recommend |
"What else should I know about VPC peering" |
| Is a service available in a region | get_regional_availability |
"Is Bedrock available in ap-southeast-1" |
| List all AWS regions | list_regions |
"What regions does AWS have" |
| Step-by-step task walkthrough | retrieve_agent_sops |
"Walk me through deploying to ECS" |
Tool Calling
All calls go through mcporter:
# Search documentation (most common)
mcporter call aws-knowledge.search_documentation query="\x3Csearch terms>"
# Optionally filter by topic
mcporter call aws-knowledge.search_documentation query="\x3Csearch terms>" topic="\x3Ctopic>"
# Read a specific documentation page
mcporter call aws-knowledge.read_documentation url="\x3Cfull doc URL>"
# Get recommendations for related content
mcporter call aws-knowledge.recommend url="\x3Cdoc URL>"
# List all AWS regions
mcporter call aws-knowledge.list_regions
# Check regional availability
mcporter call aws-knowledge.get_regional_availability service="\x3Cservice name>" region="\x3Cregion id>"
# Get step-by-step SOPs
mcporter call aws-knowledge.retrieve_agent_sops query="\x3Ctask description>"
Workflow
- Classify the question — determine which tool to call (see routing table above)
- Call the tool — use mcporter with appropriate parameters
- Read deeper if needed — use
read_documentationon URLs from search results - Synthesize the answer — combine findings into a clear response
- Include sources — always cite doc URLs so the user can verify
- Offer follow-ups — suggest related topics or deeper dives
Tips
- Search first, don't guess. Even for common topics, search to get the latest guidance.
- Use SOPs for procedures. If the user wants to DO something (deploy, configure, troubleshoot), check
retrieve_agent_sopsfirst — these are tested step-by-step workflows. - Check regional availability before recommending. Don't assume a service is available everywhere.
- Combine tools. A typical flow:
search_documentation→ pick best result →read_documentationfor full content →recommendfor related reading. - Topic filtering. When searching, use the
topicparameter to narrow results if the query is broad.
Domain Patterns
For common query patterns organized by AWS domain, see references/query-patterns.md.
安全使用建议
This skill appears to do what it says: it calls an MCP server via the mcporter CLI to fetch AWS docs and SOPs. Before installing/use: 1) Confirm the provenance of the 'mcporter' npm package (review the package page, version, and maintainer) and install from a trusted registry or your approved package mirror. 2) Verify which MCP server your mcporter is configured to talk to (ensure the endpoint is trusted and uses TLS). 3) Avoid including secrets or sensitive snippets in queries — anything you send will go to the MCP server. 4) If you need higher assurance, inspect the mcporter package source and the mcporter configuration on your system before invoking the skill. 5) Prefer explicit manual install and review of mcporter rather than blind automatic installs in production environments.
功能分析
Type: OpenClaw Skill
Name: aws-knowledge
Version: 1.0.2
The AWS Knowledge skill is a legitimate tool designed to provide real-time AWS documentation and best practices via the Model Context Protocol (MCP). It uses the 'mcporter' utility to interface with an 'aws-knowledge' MCP server, and all defined tools (e.g., search_documentation, list_regions) and query patterns in SKILL.md and references/query-patterns.md are strictly aligned with this purpose. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description (AWS knowledge via an MCP server) match the declared requirement: mcporter is the CLI used to call the MCP server. There are no unexpected env vars, credentials, or config paths declared that would be unrelated to fetching AWS docs or SOPs.
Instruction Scope
SKILL.md contains explicit mcporter command lines to search/read/recommend/list regions/get availability/retrieve SOPs. It does not instruct the agent to read local files, shell history, or other system secrets. Note: queries (user-supplied content) will be transmitted to the configured MCP server (aws-knowledge) — this is expected for the skill's purpose.
Install Mechanism
The install spec installs the 'mcporter' npm package (creates the mcporter binary). Using npm is a reasonable, traceable install route, but it carries the usual supply-chain/network risks of installing packages from a public registry. No obscure download URLs or archive extraction are used.
Credentials
No environment variables, credentials, or config paths are required by the skill. That is proportionate to its function as a documentation/query wrapper. The SKILL.md does require that mcporter be configured with an MCP server; the skill does not itself request secrets, but the configured mcporter server or its config may contain endpoints/credentials outside this skill's control.
Persistence & Privilege
always is false and the skill does not request elevated or permanent presence. It does not modify other skills or system-wide settings in the instructions. Autonomous invocation (model can call the skill) is enabled by default and appropriate here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aws-knowledge - 安装完成后,直接呼叫该 Skill 的名称或使用
/aws-knowledge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix name/slug mismatch and declare mcporter dependency in metadata
v1.0.1
Remove npm install/setup instructions from SKILL.md to fix suspicious flag
v1.0.0
Initial release: AWS expert skill powered by AWS Knowledge MCP Server. Real-time access to AWS docs, best practices, SOPs, and regional availability via mcporter.
元数据
常见问题
Openclaw 是什么?
AWS expert powered by the AWS Knowledge MCP Server (via mcporter). Provides real-time access to AWS documentation, best practices, SOPs, and regional availab... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aws-knowledge」即可一键安装,无需额外配置。
Openclaw 是免费的吗?
是的,Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw 支持哪些平台?
Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw?
由 w0yne(@w0yne)开发并维护,当前版本 v1.0.2。
推荐 Skills