███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7351 | institutional-flow-tracker | tradermonty/claude-trading-skills |
Institutional Flow Tracker Overview This skill tracks institutional investor activity through 13F SEC filings to identify "smart money" flows into and out of stocks. By analyzing quarterly changes in institutional ownership, you can discover stocks that sophisticated investors are accumulating before major price moves, or identify potential risks when institutions are reducing positions. Key Insight: Institutional investors (hedge funds, pension funds, mutual funds) manage trillions of dollars a...
|
999 |
| 7352 | vulnerability-scanner | sickn33/antigravity-awesome-skills |
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
|
999 |
| 7353 | gcloud-cli | oimiragieo/agent-studio |
Google Cloud CLI Skill Installation The skill invokes the gcloud CLI. Install and initialize: Linux/macOS : curl https://sdk.cloud.google.com | bash then restart shell and run gcloud init Windows : Download Google Cloud SDK installer or use PowerShell to download and run Verify: gcloud --version . Configure: gcloud init Cheat Sheet & Best Practices Config: gcloud config set project <id> ; gcloud config list ; gcloud config configurations create/activate <name> — switch projects. Auth: gcloud aut...
|
998 |
| 7354 | embeddings | ruvnet/ruflo |
Embeddings Skill Purpose Vector embeddings for semantic search and pattern matching with HNSW indexing. Features Feature Description sql.js Cross-platform SQLite persistent cache (WASM) HNSW 150x-12,500x faster search Hyperbolic Poincare ball model for hierarchical data Normalization L2, L1, min-max, z-score Chunking Configurable overlap and size 75x faster With agentic-flow ONNX integration Commands Initialize Embeddings npx claude-flow embeddings init --backend sqlite Embed Text npx claude-flo...
|
998 |
| 7355 | flutter-databases | flutter/skills |
flutter-data-layer-persistence Goal Architects and implements a robust, MVVM-compliant data layer in Flutter applications. Establishes a single source of truth using the Repository pattern, isolates external API and local database interactions into stateless Services, and implements optimal local caching strategies (e.g., SQLite via sqflite ) based on data requirements. Assumes a pre-configured Flutter environment. Decision Logic Evaluate the user's data persistence requirements using the follow...
|
998 |
| 7356 | brand-analyzer | ailabs-393/ai-labs-claude-skills |
Brand Analyzer Overview This skill enables comprehensive brand analysis and guidelines creation. It analyzes brand requirements, identifies brand personality and positioning, and generates professional brand guidelines documents. The skill uses established brand frameworks including Jung's 12 archetypes and industry-standard brand identity principles. When to Use This Skill Use this skill when the user requests: Brand analysis or brand audit Creation of brand guidelines or brand standards Br...
|
998 |
| 7357 | canslim-screener | tradermonty/claude-trading-skills |
CANSLIM Stock Screener - Phase 3 (Full CANSLIM) Overview This skill screens US stocks using William O'Neil's proven CANSLIM methodology, a systematic approach for identifying growth stocks with strong fundamentals and price momentum. CANSLIM analyzes 7 key components: C urrent Earnings, A nnual Growth, N ewness/New Highs, S upply/Demand, L eadership/RS Rank, I nstitutional Sponsorship, and M arket Direction. Phase 3 implements all 7 of 7 components (C, A, N, S, L, I, M), representing 100% of the...
|
998 |
| 7358 | stream | getstream/agent-skills |
No SKILL.md available for this skill. View on GitHub Installs 421 Repository getstream/agent-skills GitHub Stars 10 First Seen Mar 31, 2026
|
998 |
| 7359 | stock-watcher | agentbay-ai/agentbay-skills |
Stock Watcher Skill This skill provides comprehensive stock watchlist management capabilities, allowing users to track their favorite stocks and get performance summaries using real-time data from 同花顺 (10jqka.com.cn). 自选股行情查看 当你要求查看自选股行情时,系统会直接显示以下信息: 每只股票的代码和名称 近期表现指标(涨跌幅等关键数据) 详细信息链接(可点击查看) 无需额外命令,直接为你呈现简洁明了的行情概览。 管理自选股 添加股票 使用股票代码(6位数字)添加到自选股: 例如:添加 600053 九鼎投资 删除股票 通过股票代码删除自选股: 例如:删除 600053 查看自选股列表 显示当前所有自选股的完整列表 清空自选股列表 完全清空所有自选股 数据来源 主要使用 同花顺 (10jqka.com.cn) 作为数据源: 股票页面 : https://stockpage...
|
997 |
| 7360 | bilibili-analyzer | aidotnet/moyucode |
B站视频内容分析工具。提供视频URL后,自动下载视频、拆解成帧图片,然后使用AI分析内容,最终生成高质量的专题文档或实操教程。 核心特点: - 不是简单的时间线记录,而是重新组织整理成一篇完整的文档 - 实操类视频 → 生成可直接使用的操作教程 - 知识类视频 → 生成结构化的专题文档 - 报告中插入关键截图,使用 `` 格式 Source & Documentation | FFmpeg | 视频拆帧 | [官网](https://ffmpeg.org/) / [文档](https://ffmpeg.org/ffmpeg.html) | Bilibili API | 视频下载 | [API文档](https://github.com/SocialSisterYi/bilibili-API-collect) Installation 1. 安装 .NET 10 SDK 脚本使用 .NET 10 单文件执行功能,需要安装 .NET 10 SDK。 下载地址: [https://dotne...
|
997 |
| 7361 | mapbox-store-locator-patterns | mapbox/mapbox-agent-skills |
Store Locator Patterns Skill Comprehensive patterns for building store locators, restaurant finders, and location-based search applications with Mapbox GL JS. Covers marker display, filtering, distance calculation, interactive lists, and directions integration. When to Use This Skill Use this skill when building applications that: Display multiple locations on a map (stores, restaurants, offices, etc.) Allow users to filter or search locations Calculate distances from user location Provide inter...
|
997 |
| 7362 | senior-fullstack | alirezarezvani/claude-skills |
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
|
997 |
| 7363 | qwenchance | thananon/9arm-skills |
Staying on Track Long, multi-step work fails three ways: looping , over-thinking , and running out of context . Run the checklist below before each step . When a trigger fires, do the matching action — don't deliberate about it. Before each step — run this Check Trigger fires when... Do this Looping? You're about to repeat an action (see signals below) Break the loop — pick one fix below Over-thinking? You've reasoned past ~1000 words without acting Stop. Act on your current best decision, or as...
|
997 |
| 7364 | fix-merge-conflicts | cursor/plugins |
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
|
997 |
| 7365 | inngest | sickn33/antigravity-awesome-skills |
Inngest Integration You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers. You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures. Your core...
|
996 |
| 7366 | asc-wall-submit | rudrankriyam/asc-skills |
asc wall submit Use this skill to add or update a Wall of Apps entry without introducing new CLI surface area. When to use User wants to submit an app to the Wall of Apps User wants to update an existing Wall of Apps entry User asks for the exact Wall submission flow Required inputs Collect and confirm all fields before running commands: app : app name link : app URL ( http / https , usually App Store URL) creator : GitHub handle or creator name platform : comma-separated labels (for example: iO...
|
996 |
| 7367 | etf-premium | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. ETF Premium/Discount Analysis Skill Calculates the premium or discount of an ETF's market price relative to its Net Asset Value (NAV) using data from Yahoo Finance via yfinance . Why this matters: An ETF's market price can diverge from the value of its underlying holdings (NAV). When you buy at a premium, you're overpaying relative to the asset...
|
996 |
| 7368 | mobile-apps-create | forcedotcom/sf-skills |
Salesforce Mobile Route the user to the right SDK-family skill for building Salesforce-connected mobile apps. Do not implement features here; child skills own scenario detection and step-by-step instructions. Before routing Disambiguate on two dimensions: SDK family (Mobile SDK vs. Agentforce SDK) and platform (iOS vs. Android). They are not mutually exclusive — an app can use both SDKs. If the user's intent could plausibly map to either SDK, ask before routing. Guessing wrong wastes the user's ...
|
996 |
| 7369 | avatar-video | heygen-com/skills |
Avatar Video Create AI avatar videos with full control over avatars, voices, scripts, scenes, and backgrounds. Build single or multi-scene videos with exact configuration using HeyGen's /v2/video/generate API. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X GET "https://api.heygen.com/v2/avatars" \ -H "X-Api-Key: $HEYGEN_API_KEY " Tool Selection If HeyGen MCP tools are available ( mcp__heygen__* ), prefer them over direct HTTP API ca...
|
995 |
| 7370 | pixabay-downloader | serpdownloaders/skills |
Pixabay Downloader — Coming Soon (Browser Extension) Download free stock photos, illustrations, vectors, videos, music, and sound effects from Pixabay in original quality. This extension is currently in development and has not been released yet. Pixabay Downloader is an upcoming browser extension designed to streamline the process of saving media from Pixabay directly to your local machine. Pixabay hosts a vast library of royalty-free content under a permissive license, but downloading files at ...
|
995 |
| 7371 | shopify-content | jezweb/claude-skills |
Shopify Content Create and manage Shopify store content — pages, blog posts, navigation menus, and SEO metadata. Produces live content in the store via the Admin API or browser automation. Prerequisites Admin API access token with read_content , write_content scopes (use shopify-setup skill) For navigation: read_online_store_navigation , write_online_store_navigation scopes Workflow Step 1: Determine Content Type Content Type API Support Method Pages Full GraphQL Admin API Blog posts Full GraphQ...
|
995 |
| 7372 | agent-planner | ruvnet/ruflo |
name: planner type: coordinator color: "4ECDC4" description: Strategic planning and task orchestration agent capabilities: task_decomposition dependency_analysis resource_allocation timeline_estimation risk_assessment priority: high hooks: pre: | echo "🎯 Planning agent activated for: $TASK" memory_store "planner_start_$(date +%s)" "Started planning: $TASK" post: | echo "✅ Planning complete" memory_store "planner_end_$(date +%s)" "Completed planning: $TASK" Strategic Planning Agent You are a stra...
|
995 |
| 7373 | scientific-writing | k-dense-ai/scientific-agent-skills |
Scientific Writing Overview This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill. Scientific writing is a process for communicating research with precision and clarity. Write manuscripts using IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/S...
|
995 |
| 7374 | pinterest-downloader | serpdownloaders/skills |
Pinterest Downloader (Browser Extension) Download Pinterest videos, images, pins, and post text in one browser workflow. Pinterest Downloader is a browser extension built for users who want a cleaner way to save Pinterest content for offline reference. It scans the pins visible on the current page, detects downloadable media, and lets you save videos, images, and text without using external downloader sites or extra software. Save Pinterest videos as MP4 files Download images and pin media in av...
|
994 |
| 7375 | agent-workflow-automation | ruvnet/ruflo |
name: workflow-automation description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization type: automation color: "E74C3C" tools: mcp__github__create_workflow mcp__github__update_workflow mcp__github__list_workflows mcp__github__get_workflow_runs mcp__github__create_workflow_dispatch mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__cl...
|
994 |
| 7376 | explainer | marswaveai/skills |
/pika:explainer Generate a ~60–80s URL explainer video: drive a real browser through the URL along a beat-sheet timeline, generate an avatar lipsync of the narration, and composite it all in a 1280×800 macOS Sonoma frame with a 240-pixel inner avatar (246-pixel outer including 3px white stroke ring) at canvas (20, 476) and element-targeted zoom on every mid-section beat. Works on any URL — product pages, docs sites, blog posts, launches. GitHub URLs activate a repo-aware mode (README scan + live...
|
994 |
| 7377 | jina-reader | sundial-org/awesome-openclaw-skills |
Jina Reader Extract clean web content via Jina AI — without exposing your server IP. Read a URL { baseDir } /scripts/reader.sh "https://example.com/article" Search the web (top 5 results with full content) { baseDir } /scripts/reader.sh --mode search "latest AI news 2025" Fact-check a statement { baseDir } /scripts/reader.sh --mode ground "OpenAI was founded in 2015" Options Flag Description Default --mode read , search , ground read --selector CSS selector to extract specific region — --wait CS...
|
993 |
| 7378 | git-workflow | jezweb/claude-skills |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
993 |
| 7379 | forge | boshu2/agentops |
Forge Skill Typically runs automatically via SessionEnd hook. Extract knowledge from session transcripts. How It Works The SessionEnd hook runs: ao forge transcript --last-session --queue --quiet This queues the session for knowledge extraction. Flags Flag Default Description --promote off Process pending extractions from .agents/knowledge/pending/ and promote to .agents/learnings/ . Absorbs the former extract skill. Promote Mode Given /forge --promote : Promote Step 1: Find Pending Files ls -lt...
|
992 |
| 7380 | arize-ai-provider-integration | github/awesome-copilot |
Arize AI Integration Skill SPACE — Most --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Note: ai-integrations create does not accept --space — AI integrations are account-scoped. Use --space only with list , get , update , and delete . Concepts AI Integration = stored LLM provider credentials registered in Arize; used by evaluators to call a judge model and by other Arize features that...
|
992 |
| 7381 | awwwards-landing-page | eng0ai/eng0-template-skills |
Awwwards Landing Page A stunning portfolio landing page with smooth scroll animations using Locomotive Scroll, GSAP, and Framer Motion. Tech Stack Framework: Next.js Animation: Locomotive Scroll, GSAP, Framer Motion Package Manager: pnpm or npm Dev Port: 3000 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git _temp_templa...
|
992 |
| 7382 | redux-toolkit | mindrally/skills |
Redux Toolkit You are an expert in Redux Toolkit for state management in React and Next.js applications. Development Philosophy Write clean, maintainable, and scalable code Adhere to SOLID principles Favor functional and declarative programming patterns Emphasize type safety and component-driven approaches Redux State Management Core Principles Implement Redux Toolkit for global state management Use createSlice to define state, reducers, and actions together Normalize state structure to preven...
|
992 |
| 7383 | react-performance | affaan-m/ecc |
React Performance Performance optimization patterns for React 18/19 and Next.js, adapted from Vercel Labs react-best-practices (MIT, v1.0.0). This skill organizes rules by priority and provides decision-tree guidance for active code review and refactoring. When to Activate Writing or reviewing React/Next.js code for performance Diagnosing slow page loads, slow interactions, or high CPU on the client Auditing bundle size or Lighthouse Core Web Vitals regressions Removing waterfalls in Server Comp...
|
992 |
| 7384 | github-automation | ruvnet/ruflo |
GitHub Automation Skill Purpose GitHub workflow automation, PR management, and repository coordination. When to Trigger Creating pull requests Managing issues Setting up CI/CD workflows Code review automation Release management Commands Create Pull Request gh pr create --title "feat: description" --body " Summary \n ..." Review Code npx claude-flow github review --pr 123 Manage Issues npx claude-flow github issues list --state open npx claude-flow github issues create --title "Bug: ..." Setup Wo...
|
991 |
| 7385 | brand-visual-generator | kostja94/marketing-skills |
Components: Brand Visual Identity Guides visual identity for consistent brand presentation. Companies with consistent branding see up to 23-33% revenue lift; 94% of consumers say consistency influences buying decisions. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context f...
|
990 |
| 7386 | hairy-utils | hairyf/skills |
Based on @hairy/utils v1.47.0. Focuses on core utility functions for JavaScript/TypeScript development. Core References | Async Utilities | Promise handling, deferred promises, and async flow control | [core-async](https://github.com/hairyf/skills/blob/main/skills/hairy-utils/references/core-async.md) | Function Composition | Compose and pipe functions for functional programming | [core-composition](https://github.com/hairyf/skills/blob/main/skills/hairy-utils/references/core-compositio...
|
990 |
| 7387 | toutiao-publisher | guanyang/super-publisher |
Toutiao Publisher Skill Manage Toutiao (Today's Headlines) account, maintain persistent login session, and publish articles. When to Use This Skill Trigger when user: Asks to publish to Toutiao/Today's Headlines Wants to manage Toutiao login Mentions "toutiao" or "头条号" Core Workflow Step 1: Authentication (One-Time Setup) The skill requires a one-time login. The session is persisted for subsequent uses. Browser will open for manual login (scan QR code) python scripts/run.py auth_manager.p...
|
990 |
| 7388 | agent-repo-architect | ruvnet/ruflo |
name: repo-architect description: Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows type: architecture color: "9B59B6" tools: Bash Read Write Edit LS Glob TodoWrite TodoRead Task WebFetch mcp__github__create_repository mcp__github__fork_repository mcp__github__search_repositories mcp__github__push_files mcp__github__create_or_update_file mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp...
|
990 |
| 7389 | game-designer | opusgamelabs/game-creator |
Game UI/UX Designer You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play. Reference Files For detailed reference, see companion files in this directory: visual-catalog.md — All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle ...
|
990 |
| 7390 | databricks-core | databricks/databricks-agent-skills |
Databricks Core skill for Databricks CLI, authentication, and data exploration. Product Skills For specific products, use dedicated skills: databricks-jobs - Lakeflow Jobs development and deployment databricks-pipelines - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines) databricks-apps - Full-stack TypeScript app development and deployment databricks-lakebase - Lakebase Postgres Autoscaling project management databricks-model-serving - Model Serving endpoint management a...
|
990 |
| 7391 | twill-cloud-coding-agent | twillai/skills |
Twill Cloud Coding Agent Use this skill to run Twill workflows through the public v1 API. Setup Set API key and optional base URL: export TWILL_API_KEY = "your_api_key" export TWILL_BASE_URL = " ${TWILL_BASE_URL :- https : / / twill.ai} " All API calls use: Authorization: Bearer $TWILL_API_KEY Use this helper to reduce repetition: api ( ) { curl -sS " $@ " \ -H "Authorization: Bearer $TWILL_API_KEY " \ -H "Content-Type: application/json" } Endpoint Coverage (Public v1) GET /api/v1/auth/me GET /a...
|
990 |
| 7392 | skill-creator | langchain-ai/deepagents |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
990 |
| 7393 | arize-evaluator | github/awesome-copilot |
Arize Evaluator Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . This skill covers designing, creating, and running evaluators on Arize — both LLM-as-judge (template) evaluators and code evaluators (deterministic, no LLM required). An evaluator defines the judge; a task is how you run it against real data. Prerequisites Proceed directly with the task — run the ax comma...
|
990 |
| 7394 | mobile-platform-offline-validate | forcedotcom/sf-skills |
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
|
990 |
| 7395 | pdb-database | google-deepmind/science-skills |
RCSB Protein Data Bank skill Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://www.rcsb.org/pages/usage-policy , then (2) create the file recording the notification text and timestamp. Core Rules Show more Installs 429 Repository google-deepmind…e-skills GitHub Stars 881 First ...
|
990 |
| 7396 | cx-data-pipeline | coralogix/cx-cli |
Data Pipeline Skill Use this skill when configuring how Coralogix processes, enriches, and transforms data. It covers parsing rules (extract structured fields from raw logs), enrichments (add context from lookup tables), Events2Metrics (derive metrics from log/span events), and recording rules (precompute PromQL expressions). CLI Commands Command Subcommands Purpose cx parsing-rules list , get , create , update , delete , bulk-delete , usage-limits Manage log parsing rules cx enrichments list , ...
|
989 |
| 7397 | rev-u3d-dump | p4nda0s/reverse-skills |
rev-u3d-dump - Unity IL2CPP Symbol Dumper Extract C method names, addresses, and type definitions from Unity IL2CPP builds for IDA/Ghidra analysis. Overview Unity IL2CPP compiles C to native code. The original class/method names are stripped from the binary but preserved in global-metadata.dat . This skill recovers the mapping between native function addresses and their original C names. Key Files in Unity Build File Location Purpose Native binary iOS: Frameworks/UnityFramework.framework/UnityFr...
|
989 |
| 7398 | project-manager | 404kidwiz/claude-supercode-skills |
Project Manager Purpose Provides project management expertise specializing in planning, execution, monitoring, and closure of projects. Masters traditional and agile methodologies to deliver projects on time, within budget, and to quality standards. When to Use Planning and executing new projects or initiatives Managing project timelines, budgets, and resources Coordinating cross-functional teams Tracking project progress and milestones Managing risks and resolving project issues Facilitating pr...
|
988 |
| 7399 | ai-video-gen | heygen-com/skills |
Video Generation (HeyGen API) Generate AI videos from text prompts. Supports multiple providers (VEO 3.1, Kling, Sora, Runway, Seedance), configurable aspect ratios, and optional reference images for image-to-video generation. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v1/workflows/executions" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"workflow_type": "GenerateVi...
|
988 |
| 7400 | inject | boshu2/agentops |
DEPRECATED (removal target: v3.0.0) — Use ao lookup --query "topic" for on-demand learnings retrieval, or see .agents/AGENTS.md for knowledge navigation. This skill and the ao inject CLI command still work but are no longer called from hooks or other skills. Inject Skill On-demand knowledge retrieval. Not run automatically at startup (since ag-8km). Inject relevant prior knowledge into the current session. How It Works In the default manual startup mode, MEMORY.md is auto-loaded by Claude Code a...
|
988 |