发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
AWS Terraform Module Patterns
- VPC with public/private subnets - Internet Gateway and NAT Gateways - Route tables and associations - Network ACLs - VPC Flow Logs
modules/vpc/variables.tf
variable "name" { type = string } variable "cidr" { type = string, default = "10.0.0.0/16" } variable "azs" { type = list(string) } resource "aws_vpc" "this" { cidr_block = var.cidr
AWS Security Audit
Perform comprehensive security assessments of AWS environments to identify vulnerabilities and misconfigurations.
AWS Secrets Rotation
Automate rotation of secrets, credentials, and API keys using AWS Secrets Manager and Lambda.
AWS IAM Best Practices
Review and harden IAM policies following AWS security best practices and least privilege principles.
AWS Compliance Checker
Automated compliance validation against industry standards including CIS AWS Foundations, PCI-DSS, HIPAA, and SOC 2.
Advanced AWS Penetration Testing Reference
- [Training Resources](#training-resources) - [Extended Tools Arsenal](#extended-tools-arsenal) - [AWS API Calls That Return Credentials](#aws-api-calls-that-return-credentials) - [Lambda & API Gateway](#lambda--api-gateway) - [Secrets Manager & KMS](#secrets-manager--kms)
AWS Cost Optimizer
Analyze AWS spending patterns, identify waste, and provide actionable cost reduction strategies.
AWS Cost Cleanup
Automate the identification and removal of unused AWS resources to eliminate waste.
AgentMail — Email for AI Agents
AgentMail gives AI agents real email addresses (`@theagentmail.net`) with a REST API. Agents can send and receive email, sign up for services (GitHub, AWS, Slack, etc.), and get verification codes. A karma system prevents spam and keeps the shared domain's reputation high.
AVBUZZ — FANZA AV Query Skill
> **⚠️ Adult Content (R18+)** — This skill indexes adult video (AV) content from FANZA. Users must be 18+ and comply with local laws.
Odyn Internal API — Quick Reference
Odyn is the enclave supervisor (PID 1) inside every AWS Nitro Enclave built by Enclaver. It provides signing, attestation, encryption, storage, and KMS via an internal HTTP server.