Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
8001 gepetto softaworks/agent-toolkit
Gepetto Orchestrates a multi-step planning process: Research → Interview → Spec Synthesis → Plan → External Review → Sections CRITICAL: First Actions BEFORE anything else, do these in order: 1. Print Intro Print intro banner immediately: ═══════════════════════════════════════════════════════════════ GEPETTO: AI-Assisted Implementation Planning ═══════════════════════════════════════════════════════════════ Research → Interview → Spec Synthesis → Plan → External Review → Sections Note: GE...
1.4K
8002 opencli-web-automation aradotso/trending-skills
OpenCLI Web Automation Skill by ara.so — Daily 2026 Skills collection. OpenCLI turns any website into a command-line interface by reusing Chrome's logged-in browser session. It supports 19 sites and 80+ commands out of the box, and lets you add new adapters via TypeScript or YAML dropped into the clis/ folder. Installation Install globally via npm npm install -g @jackwener/opencli One-time setup: discovers Playwright MCP token and distributes to all tools opencli setup Verify everything is wo...
1.4K
8003 asc-aso-audit rudrankriyam/app-store-connect-cli-skills
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. When available, include Apple-generated app tags as a discoverability signal. Preconditions Metadata pulled locally into canonical files via asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" . If metadata came from asc migrate export or asc localizations download , normalize it into the canonical ./metadata layout before running this skill. For Astro ...
1.4K
8004 agents-md callicrate/skills
Maintaining AGENTS.md AGENTS.md is the canonical agent-facing documentation. Keep it minimal—agents are capable and don't need hand-holding. File Setup Create AGENTS.md at project root Create symlink: ln -s AGENTS.md CLAUDE.md Before Writing Discover local skills to reference: find .claude/skills -name "SKILL.md" 2>/dev/null ls plugins/*/skills/*/SKILL.md 2>/dev/null Read each skill's frontmatter to understand when to reference it. Writing Rules Headers + bullets - No paragraphs Code bloc...
1.4K
8005 make-documentation callicrate/skills
Make Documentation When to Use Writing or updating a README.md, architecture note, changelog, or release notes Auditing existing project docs before adding missing documentation Drafting customer-facing security guidance or partner-sensitive article prose from source material Writing live access, reproduction, lab interface, workstation/server, or operator runbooks Documenting notebooks, generated notebooks, or table-producing notebook workflows Writing WSL, local, Docker, or environment-specifi...
1.4K
8006 asc-cli-usage rudrankriyam/asc-skills
asc cli usage Use this skill when you need to run or design asc commands for App Store Connect. Command discovery Always use --help to discover commands and flags. asc --help asc builds --help asc builds list --help Use asc search for local, deterministic command discovery when you know the workflow but not the command path. asc search "submit app for review" asc search --output table "upload build" Use asc schema to inspect bundled App Store Connect endpoint schemas and request/query fields bef...
1.4K
8007 cloudbase-document-database-in-wechat-miniprogram tencentcloudbase/skills
CloudBase Document Database WeChat MiniProgram SDK This skill provides guidance on using the CloudBase document database SDK for data operations in WeChat MiniProgram applications. Core Concepts Initialization Before using any database operations, initialize the database reference: // Get default environment database reference const db = wx . cloud . database ( ) const _ = db . command // Get query operators To access a specific environment (e.g., test environment): // Get specific environment d...
1.4K
8008 backend-architect sickn33/antigravity-awesome-skills
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use this skill when Designing new backend services or APIs Defining service boundaries, data contracts, or integration patterns Planning resilience, scaling, and observability Do not use this skill when You only need a code-level bug fix You are working on small scripts without architectural concerns You need frontend or UX guidance instead of backend architecture Instructions Captu...
1.4K
8009 firebase sickn33/antigravity-awesome-skills
Firebase Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn this after you've designed your data model. This skill covers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Firebase Hosting. Key insight: Firebase is optimized for read-heavy, denormalized...
1.4K
8010 sf-deploy jaganpro/sf-skills
Expert Salesforce DevOps engineer specializing in deployment automation, CI/CD pipelines, and metadata management using Salesforce CLI (sf v2). Core Responsibilities - Deployment Management: Execute, validate, and monitor deployments (metadata, Apex, LWC) - DevOps Automation: CI/CD pipelines, automated testing, deployment workflows - Org Management: Authentication, scratch orgs, environment management - Quality Assurance: Tests, code coverage, pre-production validation - Troubleshooting: ...
1.4K
8011 conversation-memory sickn33/antigravity-awesome-skills
Conversation Memory You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories. You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users). Your core principles: Memory types differ...
1.4K
8012 tavily-key-generator-proxy aradotso/trending-skills
Tavily Key Generator + API Proxy Skill by ara.so — Daily 2026 Skills collection Automates bulk Tavily account registration using Playwright + CapSolver (Cloudflare Turnstile), then pools the resulting API keys behind a unified proxy gateway with round-robin rotation, usage tracking, token management, and a web console. What It Does Component Location Purpose Key Generator root / Playwright-driven headless Firefox registers Tavily accounts, solves Turnstile CAPTCHAs, verifies email, extracts API ...
1.4K
8013 open-autoglm-phone-agent aradotso/trending-skills
Open-AutoGLM Phone Agent Skill by ara.so — Daily 2026 Skills collection. Open-AutoGLM is an open-source AI phone agent framework that enables natural language control of Android, HarmonyOS NEXT, and iOS devices. It uses the AutoGLM vision-language model (9B parameters) to perceive screen content and execute multi-step tasks like "open Meituan and search for nearby hot pot restaurants." Architecture Overview User Natural Language → AutoGLM VLM → Screen Perception → ADB/HDC/WebDriverAgent → Device...
1.4K
8014 open-images-for-free-use peter-duffy95/open-images-for-free-use-skill
Open-License Images This is the one-stop way to source an image for any use case — UI hero, blog post, presentation, document, marketing asset — without ever wondering whether it's safe to use. It draws from a curated repository of pre-vetted images and checks each one's license against bundled, machine-readable license terms. By the time the skill hands back a URL, the licensing question is already answered. There are two stages: pick an image and verify its license . Both are required — even t...
1.4K
8015 mole-mac-cleaner aradotso/trending-skills
Mole Mac Cleaner Skill by ara.so — Daily 2026 Skills collection. Mole ( mo ) is an all-in-one macOS maintenance CLI that combines deep cleaning, smart app uninstallation, disk analysis, system optimization, live monitoring, and project artifact purging into a single binary. Installation Via Homebrew (recommended) brew install mole Via install script (supports version pinning) curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash Specific version curl -fsSL https://raw....
1.4K
8016 apple-mail rbouschery/marketplace
Apple Mail Skill This skill provides commands to interact with Apple Mail on macOS via AppleScript. Available Scripts All scripts are in the ../../scripts/ directory (relative to this file). Execute them via bash from the plugin root. Account & Mailbox Management Script Purpose Arguments list-accounts.sh List all email accounts none list-mailboxes.sh List mailboxes/folders [account] (optional) get-unread-count.sh Get unread email count [account] [mailbox] (optional) Reading Emails Script Pur...
1.4K
8017 discord-bot-architect sickn33/antigravity-awesome-skills
Discord Bot Architect Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding. Principles Slash commands over message parsing (Message Content Intent deprecated) Acknowledge interactions within 3 seconds, always Request only required intents (minimize privileged intents) Handle rate limits gracefully with exponential backoff Plan for sharding from the sta...
1.4K
8018 social-media-generator ailabs-393/ai-labs-claude-skills
Social Media Generator Overview This skill enables creation of platform-optimized social media content for Twitter, Instagram, LinkedIn, and Facebook. It automatically generates posts tailored to each platform's best practices and saves them in an organized directory structure. When to Use This Skill Use this skill when the user requests: Creation of social media posts for multiple platforms Content generation for specific events, announcements, or campaigns Platform-specific content optimiz...
1.4K
8019 sf-permissions jaganpro/sf-skills
Salesforce Permission Set analysis, visualization, and auditing tool When to Use This Skill Use `sf-permissions` when the user needs to: - Visualize Permission Set and Permission Set Group hierarchies - Find out "who has access to X?" (objects, fields, Apex classes, custom permissions) - Analyze what permissions a specific user has - Export Permission Set configurations for auditing - Generate Permission Set XML metadata - Understand permission inheritance through PSG membership Capab...
1.4K
8020 sf-testing jaganpro/sf-skills
Expert testing engineer specializing in Apex test execution, code coverage analysis, mock frameworks, and agentic test-fix loops. Execute tests, analyze failures, and automatically fix issues. Core Responsibilities - Test Execution: Run Apex tests via `sf apex run test` with coverage analysis - Coverage Analysis: Parse coverage reports, identify untested code paths - Failure Analysis: Parse test failures, identify root causes, suggest fixes - Agentic Test-Fix Loop: Automatically fix failin...
1.4K
8021 voicebox-voice-synthesis aradotso/trending-skills
Voicebox Voice Synthesis Studio Skill by ara.so — Daily 2026 Skills collection. Voicebox is a local-first, open-source voice cloning and TTS studio — a self-hosted alternative to ElevenLabs. It runs entirely on your machine (macOS MLX/Metal, Windows/Linux CUDA, CPU fallback), exposes a REST API on localhost:17493 , and ships with 5 TTS engines, 23 languages, post-processing effects, and a multi-track Stories editor. Installation Pre-built Binaries (Recommended) Platform Link macOS Apple Silicon ...
1.4K
8022 gcp-cloud-run sickn33/antigravity-awesome-skills
GCP Cloud Run Patterns Cloud Run Service Pattern Containerized web service on Cloud Run When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads'] ```dockerfile Dockerfile - Multi-stage build for smaller image FROM node:20-slim AS builder WORKDIR /app COPY package*.json ./ RUN npm ci --only=production FROM node:20-slim WORKDIR /app Copy only production dependencies COPY --from=builder /app/node...
1.4K
8023 swarm boshu2/agentops
Swarm Process many independent items in parallel. create builds a table handle; run fans work out across rows and merges results back. One row = one unit of work — swarm handles batching automatically. Flow Create. Build a table from a source — files, a glob pattern, or pre-parsed records. One row per item. Returns a handle. Run. Dispatch an instruction template across rows. Results are merged back into the table. Returns { completed, failed, skipped, failures } . Aggregate. Use rows() and plain...
1.4K
8024 gke-security google/skills
GKE Security This reference covers security configuration for GKE clusters. The golden path enforces a hardened security posture by default. MCP Tools: get_cluster , check_k8s_auth , get_k8s_resource , apply_k8s_manifest , update_cluster Golden Path Security Defaults Show more Installs 694 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.4K
8025 posterskill-academic-posters aradotso/trending-skills
posterskill — Academic Poster Generator Skill by ara.so — Daily 2026 Skills collection. posterskill is a Claude Code skill that generates print-ready, interactive conference posters from your Overleaf paper source. It produces a single self-contained HTML file with a built-in drag-and-drop visual editor — no build step, no server required. Installation & Setup git clone git@github.com:ethanweber/posterskill.git poster cd poster Clone your Overleaf paper source git clone https://git.overleaf.com...
1.4K
8026 macro-rates-monitor anthropics/financial-services-plugins
Macroeconomic and Rates Monitor You are an expert macro strategist and rates analyst. Combine macroeconomic data, yield curves, inflation breakevens, and swap rates from MCP tools into comprehensive dashboards. Focus on routing tool outputs into a coherent macro narrative — let the tools provide the data, you synthesize cycle position, policy outlook, and financial conditions. Core Principles Macro analysis synthesizes multiple indicators into a narrative. Always assess: (1) where are we in the ...
1.4K
8027 copywriting sickn33/antigravity-awesome-skills
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
1.4K
8028 crucix-intelligence-dashboard aradotso/trending-skills
Crucix Intelligence Dashboard Skill by ara.so — Daily 2026 Skills collection. Crucix is a self-hosted intelligence terminal that pulls from 27 open-source data feeds (satellite fire detection, flight tracking, radiation monitoring, conflict data, market prices, maritime AIS, economic indicators, and more) every 15 minutes, renders everything on a WebGL globe dashboard, and optionally pushes alerts to Telegram/Discord with LLM-enhanced analysis. Installation git clone https://github.com/calesthio...
1.4K
8029 sf-data jaganpro/sf-skills
You are an expert Salesforce data operations specialist with deep knowledge of SOQL, DML operations, Bulk API 2.0, test data generation patterns, and governor limits. You help developers query, insert, update, and delete records efficiently while following Salesforce best practices. Executive Overview The sf-data skill provides comprehensive data management capabilities: - CRUD Operations: Query, insert, update, delete, upsert records - SOQL Expertise: Complex relationships, aggregates, pol...
1.4K
8030 playwright-cli screenci/screenci
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
1.4K
8031 firebase-basics firebase/skills
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
1.4K
8032 tilegym-improve-cutile-kernel-perf nvidia/skills
Iterative cuTile Kernel Performance Optimization Systematically profile, diagnose bottlenecks, and iteratively tune a cuTile kernel's performance in the TileGym repository. Instructions Follow the three phases in order: Setup the environment and baseline, run the Experimentation loop with a tracked log, then iterate The experiment loop until perf goals are met or further gains plateau. Setup Work with user to prepare optimization environment: Create a fresh git branch: Propose a branch name, e.g...
1.4K
8033 flash runpod/skills
Runpod Flash Write code locally, iterate with flash dev — it runs your functions on remote Runpod GPUs/CPUs with hot-reload and live worker logs — then flash deploy to ship. Endpoint handles provisioning. Load on demand — this skill keeps the mental model + gotchas inline; details live in reference/ : Need Read Install, auth, flash init , and the full flash command list reference/setup-and-cli.md Endpoint(...) constructor params, NetworkVolume / PodTemplate / EndpointJob , GPU & CPU enum tables ...
1.4K
8034 brreg aradotso/trending-skills
Norwegian Business Registry (Brreg) Skill by ara.so — Daily 2026 Skills collection Access the official open API from Brønnøysundregistrene to search and retrieve data about all registered companies in Norway. When to Use When the user asks about Norwegian companies When searching for company information in Norway When looking up organization numbers (organisasjonsnummer) When finding companies by name, location, industry, or other criteria When checking company status (bankruptcy, dissolution, e...
1.4K
8035 copaw-ai-assistant aradotso/trending-skills
CoPaw AI Assistant Skill Skill by ara.so — Daily 2026 Skills collection. CoPaw is a personal AI assistant framework you deploy on your own machine or in the cloud. It connects to multiple chat platforms (DingTalk, Feishu, QQ, Discord, iMessage, Telegram, Mattermost, Matrix, MQTT) through a single agent, supports custom Python skills, scheduled cron jobs, local and cloud LLMs, and provides a web Console at http://127.0.0.1:8088/ . Installation pip (recommended if Python 3.10–3.13 is available) pi...
1.4K
8036 agent-harness-construction affaan-m/ecc
Agent Harness Construction Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion. Core Model Agent output quality is constrained by: Action space quality Observation quality Recovery quality Context budget quality Action Space Design Use stable, explicit tool names. Keep inputs schema-first and narrow. Return deterministic output shapes. Avoid catch-all tools unless isolation is impossible. Granularity Rules Use micro-tools for h...
1.4K
8037 azure-architecture-autopilot github/awesome-copilot
Azure Architecture Builder A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment. The diagram engine is embedded within the skill ( scripts/ folder). No pip install needed — it directly uses the bundled Python scripts to generate interactive HTML diagrams with 605+ official Azure icons. Ready to use immediately without network access or package installation. Automatic User Lang...
1.4K
8038 tilegym-cutile-autotuning nvidia/skills
CuTile Autotuning Add autotuning to CuTile kernels using the exhaustive_search API with tune-once/cache/direct-launch pattern. Instructions Follow the decision tree to classify the kernel, design a search space, implement the tune-once/cache/launch pattern, and validate performance. Classify — use the Decision Tree to determine search dimensions (occupancy-only vs full tile search) Design search space — select the matching template from references/kernel-type-templates.md ; prune to ≤ 30 configs...
1.4K
8039 doc boshu2/agentops
doc Curated from OpenAI's skills repository. What it does Read, create, and edit .docx documents with formatting and layout fidelity via OpenAI's document skill. Source Upstream: https://github.com/openai/skills Category: documents How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory: S...
1.4K
8040 github-workflow-automation sickn33/antigravity-awesome-skills
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
1.4K
8041 create-design-system-rules figma/mcp-server-guide
Create Design System Rules Overview This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide Claude to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically. What Are Design System Rules? Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind ...
1.4K
8042 tilegym-converting-cutile-to-triton nvidia/skills
cuTile → Triton Conversion Convert @ct.kernel kernels to @triton.jit . API mapping: references/api-mapping.md (cuTile → Triton). In this skill’s Markdown, Triton launch syntax kernel[grid](…) uses Unicode brackets so link checkers do not parse [grid](…) as a hyperlink; use normal ASCII brackets in real Triton code. Instructions Follow the phase-gated workflow in translations/workflow.md . Every conversion should go through analyze → convert → validate → test → benchmark , with explicit gates bef...
1.4K
8043 autonomous-agent-harness affaan-m/ecc
Autonomous Agent Harness Turn Claude Code into a persistent, self-directing agent system using only native features and MCP servers. When to Activate User wants an agent that runs continuously or on a schedule Setting up automated workflows that trigger periodically Building a personal AI assistant that remembers context across sessions User says "run this every day", "check on this regularly", "keep monitoring" Wants to replicate functionality from Hermes, AutoGPT, or similar autonomous agent f...
1.4K
8044 business-intelligence borghei/claude-skills
Business Intelligence Expert-level business intelligence for data-driven decisions. Core Competencies Dashboard design Data visualization Reporting automation KPI development Executive reporting Self-service BI Data storytelling Tool administration BI Architecture Data Flow DATA SOURCES → ETL/ELT → DATA WAREHOUSE → SEMANTIC LAYER → DASHBOARDS │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ CRM, ERP Transform ...
1.4K
8045 tailwind-design-system sickn33/antigravity-awesome-skills
Tailwind Design System (v4) Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, responsive patterns, and accessibility. Note : This skill targets Tailwind CSS v4 (2024+). For v3 projects, refer to the upgrade guide . When to Use This Skill Creating a component library with Tailwind v4 Implementing design tokens and theming with CSS-first configuration Building responsive and accessible components Standardizing UI patte...
1.4K
8046 last30days sickn33/antigravity-awesome-skills
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
1.4K
8047 openspec-implementation forztf/open-skilled-sdd
Systematically implements approved spec proposals by executing tasks sequentially with proper testing and validation. Quick Start Implementation follows a read → execute → test → validate cycle for each task: - Read the full proposal and task list - Execute tasks one at a time, in order - Test each completed task - Mark complete only after verification Critical rule: Use TodoWrite to track progress. Never skip tasks or mark incomplete work as done. Workflow Copy this checklist and tra...
1.4K
8048 prediction-market-risk-review affaan-m/everything-claude-code
Prediction Market Risk Review Use this skill before a prediction-market workflow touches user financial context, venue authentication, portfolio data, automation, or execution-capable tools. Review Gates Advice Boundary Confirm the output is informational. Remove buy/sell/hold/size recommendations. Keep manual user decision points explicit. Venue And Regulatory Boundary Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Audits Gen Agent Trust Hub...
1.4K
8049 prediction-market-oracle-research affaan-m/everything-claude-code
Prediction Market Oracle Research Use this skill when prediction markets are being considered as a data source, forecasting input, oracle-like signal, or decision-intelligence layer. Guardrails Do not treat market prices as objective truth. Do not provide investment advice or trading recommendations. Separate venue mechanics, liquidity, incentives, and resolution rules from the implied signal. Call out manipulation, thin liquidity, stale markets, and ambiguous outcomes. For on-chain or execution...
1.4K
8050 ito-basket-compare affaan-m/everything-claude-code
Itô Basket Compare Use this skill for requests such as “compare this basket with my research,” “basket vs watchlist,” “run a gap analysis,” or “find conflicts and stale assumptions.” It compares a basket, theme, or market set with user-provided or explicitly selected context. It is read-only and never recommends or executes a trade. Non-negotiable boundaries Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Audits Gen Agent Trust Hub Pass Socket...
1.4K