Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计通过

infra-wrapper基础包装器

Agent Skill

infra-wrapper 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,504

周安装

184

GitHub Stars

公开资料未说明

下载量

1,457
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install infra-wrapper

简介

Terragrunt 是一种灵活的编排工具,允许使用 OpenTofu/T terraform-wrapper、go、aws、cli、开发人员工具编写基础设施即代码。

SKILL.md

version
1.0.0
name
Terragrunt
description
Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/T terraform-wrapper, go, aws, cli, developer-tools.

Infra Wrapper

Infra Wrapper v2.0.0 — a utility toolkit for running, checking, converting, analyzing, generating, previewing, batching, comparing, exporting, configuring, monitoring status, and reporting on infrastructure wrapper operations. All entries are timestamped and logged locally for history tracking.

Commands

Core Commands

  • run <input> — Record and log a run entry. Without arguments, shows the 20 most recent run entries.
  • check <input> — Record and log a check entry. Without arguments, shows recent check entries.
  • convert <input> — Record and log a convert entry. Without arguments, shows recent convert entries.
  • analyze <input> — Record and log an analyze entry. Without arguments, shows recent analyze entries.
  • generate <input> — Record and log a generate entry. Without arguments, shows recent generate entries.
  • preview <input> — Record and log a preview entry. Without arguments, shows recent preview entries.
  • batch <input> — Record and log a batch entry. Without arguments, shows recent batch entries.
  • compare <input> — Record and log a compare entry. Without arguments, shows recent compare entries.
  • export <input> — Record and log an export entry. Without arguments, shows recent export entries.
  • config <input> — Record and log a config entry. Without arguments, shows recent config entries.
  • status <input> — Record and log a status entry. Without arguments, shows recent status entries.
  • report <input> — Record and log a report entry. Without arguments, shows recent report entries.

Utility Commands

  • stats — Show summary statistics across all log files (entry counts per type, total entries, disk usage).
  • export <fmt> — Export all logged data to a file. Supported formats: json, csv, txt. (Note: also doubles as a core command when given non-format arguments.)
  • search <term> — Search all log files for a case-insensitive term match.
  • recent — Show the 20 most recent entries from the activity history log.
  • status — Health check showing version, data directory, total entries, disk usage, and last activity. (Note: also doubles as a core command when given arguments.)
  • help — Display the full help message with all available commands.
  • version — Print the current version (v2.0.0).

Data Storage

All data is stored in ~/.local/share/infra-wrapper/:

  • Each core command writes timestamped entries to its own log file (e.g., run.log, check.log, batch.log).
  • A unified history.log tracks all operations across commands.
  • Export files are written to the same directory as export.json, export.csv, or export.txt.

Requirements

  • Bash (with set -euo pipefail)
  • Standard Unix utilities: date, wc, du, tail, grep, sed, cat, basename

When to Use

  • When you need to log and track infrastructure wrapper operations (runs, checks, conversions, batch jobs, etc.)
  • For maintaining an audit trail of Terragrunt/OpenTofu/Terraform orchestration activities
  • To analyze and compare infrastructure configurations with timestamped records
  • To export accumulated infra wrapper data in JSON, CSV, or plain text for downstream processing
  • As part of a larger IaC automation pipeline that needs timestamped operation records
  • When you need to search across historical infrastructure orchestration entries
  • For batch processing multiple infrastructure operations and tracking their status

Examples

# Run an operation
infra-wrapper run "terragrunt apply --all"

# Check configuration
infra-wrapper check "module dependencies in staging"

# Convert infrastructure format
infra-wrapper convert "HCL to JSON for ci pipeline"

# Analyze infrastructure
infra-wrapper analyze "cost impact of scaling change"

# Generate configurations
infra-wrapper generate "module boilerplate for new service"

# Preview changes before applying
infra-wrapper preview "plan output for production"

# Batch process operations
infra-wrapper batch "apply all modules in us-east-1"

# Compare environments
infra-wrapper compare "staging vs production configs"

# Update config
infra-wrapper config "set backend to s3://terraform-state"

# View recent activity
infra-wrapper recent

# Search across all logs
infra-wrapper search "production"

# Export everything to CSV
infra-wrapper export csv

# Show stats
infra-wrapper stats

# Health check
infra-wrapper status

Output

All commands output results to stdout. Redirect to a file if needed:

infra-wrapper stats > report.txt
infra-wrapper export json

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.21%
按下载量换算1,198

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills