技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 5,771
- 仓库
- 824
- 最近同步
- 2026年9月8日
bagelholepolicy-as-code
Implement policy as code with OPA, Sentinel, and Kyverno. Automate policy enforcement in CI/CD and infrastructure. Use when enforcing compliance through automation.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholeprompt-injection-defense
Defend AI systems against prompt injection and indirect prompt attacks using input controls, tool permissions, output validation, and isolation boundaries.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholerunbook-creation
Create operational runbooks and standard operating procedures. Document troubleshooting guides and recovery procedures. Use when documenting operational knowledge.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesast-scanning
Perform static application security testing with tools like Semgrep, CodeQL, and SonarQube. Identify security vulnerabilities in source code before deployment. Use when implementing secure SDLC, code review automation, or security gates in CI/CD pipelines.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesbom-supply-chain
Generate, sign, and verify SBOMs and provenance attestations to secure the software supply chain. Use when implementing SLSA controls, artifact trust policies, or compliance evidence for releases.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesecurity-automation
Automate security workflows and remediation. Build security pipelines, automate compliance checks, and implement SOAR capabilities. Use when scaling security operations or implementing DevSecOps.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesemantic-versioning
Automate versioning and changelog generation using semantic versioning principles. Configure release automation, version bumping, and changelog tools. Use when implementing version management or automating release processes.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesoc2-compliance
Implement SOC 2 Trust Services Criteria. Configure security, availability, and processing integrity controls. Use when achieving SOC 2 certification.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesops-encryption
Encrypt files and configs with Mozilla SOPS. Integrate with AWS KMS, GCP KMS, or PGP for key management. Use when encrypting configuration files, Kubernetes secrets, or implementing GitOps with encrypted secrets.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesre-dashboards
Design and operationalize SRE dashboards that surface reliability, latency, error, saturation, and capacity signals across services. Use when building observability views for SLOs, incident response, and executive reliability reporting.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholessh-configuration
Configure SSH servers and clients securely. Manage keys, tunnels, and config files. Use when setting up secure remote access.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholessl-tls-management
Manage SSL/TLS certificates with Let's Encrypt and internal PKI. Configure secure HTTPS, certificate renewal, and cipher suites. Use when implementing secure communications.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesupply-chain-attack-response
Detect, respond to, and prevent software supply chain attacks on package registries, container images, and CI/CD pipelines with lockfile auditing, provenance verification, and emergency response playbooks.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholesystemd-services
Create and manage systemd services and timers. Configure service dependencies and resource limits. Use when managing system services.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholeterraform-aws
Provision AWS infrastructure with Terraform. Create modules, manage state, and implement IaC best practices. Use when deploying AWS resources declaratively.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholethreat-modeling
Conduct threat modeling using STRIDE methodology. Identify threats, assess risks, and design security controls. Use when designing secure systems or assessing application security.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholevendor-management
Implement vendor risk management programs. Assess third-party security and maintain vendor inventory. Use when managing supplier security.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholevulnerability-scanning
Scan systems and dependencies for CVEs and security vulnerabilities. Use tools like Nessus, OpenVAS, and Qualys to identify and prioritize vulnerabilities. Use when performing security assessments, compliance scanning, or vulnerability management.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
bagelholewaf-setup
Deploy and tune Web Application Firewalls. Configure rules for OWASP Top 10 protection. Use when protecting web applications from common attacks.
- 安装量
- 2
- GitHub Stars
- 1065
- 最近更新
- 5月22日
redisredis-clustering
Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET / SDIFF / pipelines, configuring a multi-key transaction in a cluster, or routing reads to replicas for caches, analytics, or dashboards.
- 安装量
- 2
- GitHub Stars
- 142
- 最近更新
- 9月1日
redisredis-connections
Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for throughput, eliminating per-request connection creation, iterating large keyspaces with SCAN, enabling client-side caching for read-heavy workloads, or setting connect and read timeouts.
- 安装量
- 2
- GitHub Stars
- 142
- 最近更新
- 9月1日
redisredis-observability
Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the Redis Insight GUI. Use when setting up monitoring or alerts for a Redis instance, diagnosing a performance regression, profiling a slow FT.SEARCH query, or wiring Redis metrics into Prometheus, Datadog, or similar.
- 安装量
- 2
- GitHub Stars
- 142
- 最近更新
- 9月1日
redisredis-security
Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to production, defining ACL users for an application, configuring TLS connections, locking down a Redis instance behind a firewall, or auditing a Redis deployment for security hardening.
- 安装量
- 2
- GitHub Stars
- 142
- 最近更新
- 9月1日
binancebinance-agentic-wallet
Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens, swap/buy/sell tokens, DEX trade, limit/market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, prediction market, place prediction, redeem winnings, prediction PnL, x402 payment, HTTP 402 Payment Required, check/revoke/manage token approvals, DeFi protocols, staking, liquidity pool, LP, yield farming, deposit, redeem, stake, unstake, claim rewards/fees, health factor, APY, TVL, sign external transaction, contract call, sign message, EIP-712, developer mode, speed up/cancel/replace transaction, pending/stuck transactions, or any on-chain wallet operation.
- 安装量
- 2
- GitHub Stars
- 1018
- 最近更新
- 9月3日