Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

agent-bom-discover-awsAgent BOM discover AWS 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

630

周安装

26

GitHub Stars

公开资料未说明

下载量

206
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-bom-discover-aws(Agent BOM discover AWS 搜索)
来源仓库:https://github.com/msaad00/agent-bom-discover-aws
安装命令:
openclaw skills install agent-bom-discover-aws
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agent-bom-discover-aws

简介

用于发现 AWS 环境中托管的 AI 代理及相关资产。

  • 适合辅助云资源检查、部署分析和基础设施运维任务。
  • 通过 clawhub 安装,需明确目标环境、账号权限和操作边界。
  • 涉及删除或修改资源配置时应先评估影响范围。agent-bom-discover-aws 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议区分测试与生产环境,谨慎执行高风险操作。

SKILL.md

name
agent-bom-discover-aws
description
>-
version
0.84.0
license
Apache-2.0
compatibility
>-
metadata
author
msaad00
homepage
https://github.com/msaad00/agent-bom
source
https://github.com/msaad00/agent-bom
pypi
https://pypi.org/project/agent-bom/
openclaw
requires
bins
env
[]
credentials
aws-read-only
credential_policy
Use the operator's existing AWS SDK credential chain. Prefer AWS SSO, WebIdentity, or STS assumed-role credentials. Do not ask users to paste access keys. Do not print credential values.
optional_env
optional_bins
[]
emoji
\F50E
homepage
https://github.com/msaad00/agent-bom
source
https://github.com/msaad00/agent-bom
license
Apache-2.0
os
credential_handling
Credentials stay in the operator environment. The skill invokes the AWS SDK locally and writes canonical inventory JSON with source_type=skill_invoked_pull. agent-bom receives sanitized inventory only when the operator explicitly scans or pushes that inventory.
data_flow
Operator AWS account -> read-only AWS SDK calls -> canonical inventory JSON -> agent-bom inventory scan. No agent-bom-hosted service is required. Values matching credential patterns are redacted before persistence/export.
file_reads
[]
file_writes
network_endpoints
purpose
Caller identity and assumed-role context
auth
true
purpose
Bedrock agent inventory
auth
true
purpose
ECS workload inventory when enabled
auth
true
purpose
SageMaker inventory when enabled
auth
true
purpose
Lambda inventory when enabled
auth
true
purpose
EKS inventory when enabled
auth
true
purpose
Step Functions inventory when enabled
auth
true
purpose
EC2 inventory when enabled
auth
true
telemetry
false
persistence
false
privilege_escalation
false
always
false
autonomous_invocation
restricted

agent-bom-discover-aws

Use this skill to collect AWS AI and workload inventory from the operator's environment as canonical inventory. The skill is discover-only by default: write schema-valid JSON to an operator-selected path and stop. Run agent-bom only when the operator explicitly wants findings, graph, policy, or exports from that inventory.

Guardrails

  • Use only operator-approved AWS profiles, roles, or short-lived STS sessions.
  • Prefer read-only IAM actions listed by agent-bom trust or

/v1/discovery/providers.

  • Do not request or display raw AWS_ACCESS_KEY_ID,

AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, or bearer tokens.

  • Do not modify AWS resources. This workflow is discovery-only.
  • Write inventory only to a path the operator chose.
  • Treat AI-generated prose as non-authoritative; only the schema-validated

inventory JSON is evidence.

Modes

ModeWhat happensData boundary
discover-onlyEmit canonical inventory JSON and stopNo agent-bom scan or API handoff
scan-localRun agent-bom agents --inventory ... on the generated fileLocal handoff into the scanner
exportWrite JSON/SARIF or another operator-selected outputLocal output only unless the operator routes it elsewhere

Use discover-only unless the operator asks for scan results or an export.

Workflow

  1. Confirm the AWS account/region/profile and intended services.
  2. Generate inventory with the repository adapter and stop:
python examples/operator_pull/aws_inventory_adapter.py \
  --region us-east-1 \
  --profile readonly-audit \
  --source aws-skill-invoked \
  --discovery-method skill_invoked_pull \
  --output aws-inventory.json
  1. If the operator asks for findings, scan the generated inventory locally:
agent-bom agents --inventory aws-inventory.json
  1. If the operator asks for an export, write it to an operator-selected path:
agent-bom agents --inventory aws-inventory.json --format json --output agent-bom-aws-findings.json

Optional Service Flags

Start narrow, then expand deliberately:

python examples/operator_pull/aws_inventory_adapter.py \
  --region us-east-1 \
  --profile readonly-audit \
  --source aws-skill-invoked \
  --discovery-method skill_invoked_pull \
  --include-ecs \
  --include-lambda \
  --include-eks \
  --output aws-inventory.json

Use --no-include-ecs or similar flags to disable default services when an operator wants a smaller scope.

Evidence Contract

The inventory emitted by this skill uses:

  • source: aws-skill-invoked
  • discovery_provenance.source_type: skill_invoked_pull
  • discovery_provenance.observed_via: skill_invoked_pull, aws_sdk
  • sanitized metadata.permissions_used
  • sanitized cloud_origin, cloud_principal, lifecycle fields, packages, and

MCP server launch metadata

If schema validation fails, stop and fix the inventory instead of scanning a best-effort or prose summary.

The skill does not push inventory to an API by default. Any push, scan, or managed control-plane handoff must be a separate operator-approved handoff command with the destination URL, auth method, and retained evidence classes made explicit.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.78%
按下载量换算150

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills