███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10101 | implement-task | neolabhq/context-engineering-kit |
Implement Task with Verification Your job is to implement solution in best quality using task specification and sub-agents. You MUST NOT stop until it critically neccesary or you are done! Avoid asking questions until it is critically neccesary! Launch implementation agent, judges, iterate till issues are fixed and then move to next step! Execute task implementation steps with automated quality verification using LLM-as-Judge for critical artifacts. User Input $ARGUMENTS Command Arguments Parse ...
|
1.1K |
| 10102 | n8n-agents | czlonkowski/n8n-skills |
n8n Agents The n8n AI Agent node ( @n8n/n8n-nodes-langchain.agent ) is a multi-turn LLM driver with sub-nodes for the model, memory, tools, and an optional output parser. This skill is the deep guide to designing agents and the LangChain family around them. For the high-level "where an agent fits in a workflow" picture, see n8n-workflow-patterns ai_agent_workflow.md — this skill goes one level down into how to build it well . For node-type formats: in workflow JSON the LangChain nodes use the lo...
|
1.1K |
| 10103 | om-auto-continue-pr-loop | open-mercato/skills |
Auto Continue PR (loop) Resume an om-auto-create-pr-loop run that did not finish in one go. Given a PR number, you re-enter the same worktree discipline, read HANDOFF.md for session context, parse the top-of-file Tasks table in PLAN.md (the authoritative Step-status source), pick up from the first row whose Status is not done , and drive the PR to complete status with the creator skill's lean per-Step commit, checkpoint, final-gate, and label discipline. Arguments {prNumber} (required) — the PR...
|
1.1K |
| 10104 | om-auto-create-pr-loop | open-mercato/skills |
Auto Create PR (loop) Turn a free-form brief into an execution plan, implement it one commit per Step in an isolated worktree, batch verification proofs at checkpoints, keep a live handoff doc and append-only notification log, and open a labeled PR against the configured base branch. The advanced variant of om-auto-create-pr ; for small fixes, use that skill. Step 1's classification decides which contract applies. Arguments {brief} (required) — free-form task description, one sentence or several...
|
1.1K |
| 10105 | principle-model-the-domain | cursor/plugins |
Model the Domain Encode the real domain in a data structure instead of scattering it across conditionals. Why: Scattered booleans, repeated shape assumptions, and branching spread across files are accidental complexity. A structure that matches the domain makes invalid states unrepresentable and deletes branches. Choosing it at write time is cheap; recovering it later reads as a refactor and gets deferred. Reach for structures like these: A state machine instead of scattered booleans, phases, or...
|
1.1K |
| 10106 | nature-image2ppt | yuan1z0825/nature-skills |
Nature Image2PPT Use this directory as the complete runtime. Run deterministic actions only through: python < image2ppt-root > /cli/image2ppt/cli.py < command > .. . Use Python 3.10 or later with requirements.txt installed. When a dedicated environment exists, substitute <image2ppt-root>/.venv/bin/python on macOS/Linux or <image2ppt-root>/.venv/Scripts/python.exe on Windows for every python command below. Do not continue after a failed doctor ; install only the reported missing dependency, then ...
|
1.1K |
| 10107 | experience-aura-lwc-migrate | forcedotcom/sf-skills |
Migrating Aura to LWC Migrate an existing Salesforce Aura component bundle to a Lightning Web Component using a PRD-driven workflow. The Aura source is analyzed through eight expert lenses (static references, data, API surface, slots, styling, default values, unknown dependencies, redundant-code cleanup) to produce a framework-agnostic PRD, which is handed to the LWC authoring skills and verified against the Aura→LWC completeness checklist. When to Use Porting an Aura bundle ( .cmp , .controller...
|
1.1K |
| 10108 | experience-lds-graphql-generate | forcedotcom/sf-skills |
Building LDS GraphQL Generate schema-validated Salesforce LDS GraphQL queries (read or mutation), either as standalone queries or wired into a Lightning Web Component via the lightning/graphql adapters. The skill encodes the schema-as-source-of-truth workflow end-to-end. Two bundled bash scripts handle the org-aware steps — scripts/fetch-lds-graphql-schema.sh for schema introspection and scripts/test-lds-graphql-query.sh for live-org validation. When to Use User wants to create, modify, or integ...
|
1.1K |
| 10109 | validate-urp-render-graph-renderer-feature | unity-technologies/skills |
Skill: Validate a Unity URP Render Graph Renderer Feature Purpose Review a Unity 6+ URP Render Graph ScriptableRendererFeature and its associated pass implementation for correctness issues related to material binding, resource wiring, render graph texture creation, static render function structure, global resource exposure, and API/version usage. When to Use Use this skill when: reviewing AI-generated Unity URP Render Graph renderer feature code validating a custom ScriptableRendererFeature befo...
|
1.1K |
| 10110 | optimize-audio | unity-technologies/skills |
Critical Rules Do not make changes before reporting findings to the user Follow steps in strict order; never jump ahead STOP at every WAIT checkpoint and await the user's response before continuing Quality is more important than speed: measure before and after every change Always verify results in a device build; Editor audio stats are indicative only 0. Set up the execution path Every C step below runs inside a live Editor through the Unity CLI. The unity-cli skill owns getting you there — inst...
|
1.1K |
| 10111 | jetson-validate-image | nvidia/skills |
Validate BSP Image Status: the DUT-access contract is stable; the rest of the validation procedure is a skeleton. Purpose Confirm that a freshly customized BSP landed correctly — both as a static artifact on disk and as a running system on the target — without re-promoting or re-flashing. Forms the validation tail of Deploy in the Setup → Customize → Build → Deploy pipeline (see ../../context/bsp-customization-workflow.md for the pipeline view) and is independently re-runnable. Prerequisites Sho...
|
1.1K |
| 10112 | amazon-competitor-analysis | nexscope-ai/amazon-skills |
Amazon Competitor Analysis 🏆 Full-spectrum competitor intelligence to outsmart your competition. Analyze listings, pricing, ads, and positioning gaps. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-competitor-analysis -g Usage Examples Basic competitor analysis: "Compare my dog bed against ASIN B0EXAMPLE1 and B0EXAMPLE2" Show more Installs 900 Repository nexscope-ai/ama…n-skills GitHub Stars 510 First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Sn...
|
1.1K |
| 10113 | amazon-listing-images | nexscope-ai/amazon-skills |
Amazon Listing Images 📸 Strategic Amazon product listing image optimization for maximum conversion impact. Professional visual content planning and performance optimization. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-listing-images -g Usage Examples Complete image strategy development: "Create comprehensive image strategy for portable blender - need shot list, infographics, lifestyle scenes for gym and office audience" Show more Installs 893 Repository nexscope-ai/ama…n...
|
1.1K |
| 10114 | 5writing | jihe520/mathmodelagent |
竞赛论文撰写(Typst / LaTeX) 本 skill 承接 3coding-visual 和 4drawio 。前序阶段只提供真实数据、图表 PDF 和记录文件;本阶段负责选择比赛模板和排版引擎、组织论文结构,并决定每张图表放入哪个章节。 Typst 引擎 下可调用 typst-author skill 学习 typst 写法; LaTeX 引擎 参考本文件末尾的"LaTeX 写作要点"小节。 数学建模规范参考 如需领域判断,读取 ../_references/math_modeling_norms.md 中的“论文写作”“图表与可视化”和“非数据图工具选择”小节。该文件只作为规范知识库,论文结构仍按比赛模板和当前赛题内容决定。 模板族 本技能内捆绑的模板位于: Show more Installs 825 Repository jihe520/mathmodelagent GitHub Stars 3.3K First Seen Jun 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
1.1K |
| 10115 | 3coding-visual | jihe520/mathmodelagent |
编程实现与数据图表生成 本 skill 承接 2analysis-modeling 。目标是把 reports/ANALYSIS_MODELING_REPORT.md 里的模型和算法落实为可复现程序,跑出可信结果,并生成论文中需要的数据型图表。 数学建模规范参考 如需领域判断,读取 ../_references/math_modeling_norms.md 中的“题型防错速查”“代码实现与结果”“编码阶段常见错误”和“图表与可视化”小节。该文件只作为规范知识库,不新增本阶段的固定产物。 阶段边界 本阶段负责:代码、实验运行、结果、结果表、数据驱动图表。 本阶段不负责:技术路线图、算法流程图、系统架构图、概念示意图。这些交给 4drawio 。 本阶段不写论文正文,只为 5writing 提供可信数值和图表资产。 Step 1: 代码结构 按 plan.md 中"项目目录结构"创建 code/ 和 figures/ 骨架,再开始写代码。子问题数不一定是 3,按赛题实际数量调整。 Show more Installs 827 Repository jihe520/mathmodelagen...
|
1.1K |
| 10116 | n8n-agents-official | n8n-io/skills |
n8n Agents The n8n Agent node ( @n8n/n8n-nodes-langchain.agent ) is a multi-turn LLM driver with sub-nodes for the model, memory, tools, and optional output parser. When to use the Agent node vs raw chat completion Decision: Need tool calls, multi-turn reasoning, or memory? Agent. Also a fine default when you don't want to think about it: standardizing on Agent across the workflow is reasonable and makes the path to upgrade simpler. Want the lightest possible single-shot text-out call? Basic LLM...
|
1.1K |
| 10117 | fetch-and-send-data | dotnet/skills |
Fetch and Send Data Step 1 — Read AGENTS.md Check Interactivity Mode and Scope : Mode Data access None (Static SSR) Server-side: inject services/ DbContext . Use [StreamRendering] for loading UX. Server Server-side: inject services/ DbContext . Guard prerender with ??= + [PersistentState] . WebAssembly Browser-side: HttpClient only. No direct server access. Auto Both server and browser. Always go through an API. Step 2 — Register HttpClient Only needed when calling external APIs from Server, or ...
|
1.1K |
| 10118 | configure-auth | dotnet/skills |
Configure Auth Step 1 — Read AGENTS.md Read AGENTS.md at the workspace root for the project's interactivity mode and scope before making changes. Step 2 — Register auth services in Program.cs // Program.cs (server project) builder . Services . AddCascadingAuthenticationState ( ) ; builder . Services . AddAuthorization ( ) ; For ASP.NET Core Identity add the Identity services: Show more Installs 935 Repository dotnet/skills GitHub Stars 5.2K First Seen May 26, 2026 Security Audits Gen Agent Trust...
|
1.1K |
| 10119 | editorial | bergside/awesome-design-skills |
Editorial Design System Skill (Universal) Mission You are an expert design-system guideline author for Editorial. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Style Foundations Visual style: modern, editorial Typography scale: 14/16/18/24/32/40 | Fonts: primary=Gelasio, display=Gelasio, mono=Ubuntu Mono | weights=100, 200, 300, 400, 500, 600, 700, 800, 900 Color palette: primary, secondary, neutral, success | Tokens: primary=111111, ...
|
1.1K |
| 10120 | ttscn | agents365-ai/365-skills |
ttscn — Multi-Platform Chinese TTS Skill Overview Generate natural speech audio from text. 11 backends — 8 China-friendly clouds plus 3 international (ElevenLabs / OpenAI / Google). Backend Cost Key strength 1 Edge TTS (default) Free No API key, works everywhere 2 Doubao (ByteDance) ~1 RMB/10K Best Chinese naturalness (9/10) 3 CosyVoice (Alibaba) ~0.2 RMB/1K Fast streaming, flexible 4 Azure (Microsoft) ~1 USD/M chars Enterprise SSML, eastasia 5 Tencent Cloud 0.75 RMB/10K Lowest cost, 380+ voice...
|
1.1K |
| 10121 | om-auto-fix-issue | open-mercato/skills |
Auto Fix Issue Take a tracker issue end to end without disturbing the user's active worktree. This skill classifies the issue, then handles both shapes of work itself: a bug drives the autofix chain ( om-verify-in-repo → om-root-cause → om-fix → om-open-pr → om-auto-review-pr → om-auto-qa-pr for UI-touching fixes) — it makes the go/no-go decision, prepares an isolated worktree, runs each chain step in sequence passing outputs verbatim, and keeps one continuous in-progress lock (issue first, hand...
|
1.1K |
| 10122 | experience-content-media-stock-image-search | forcedotcom/sf-skills |
Stock Image Search When to Trigger This Skill Trigger immediately — without asking the user to choose a search method — whenever the user wants an image, photo, or picture. This covers both : Finding existing imagery: "find a stock image", "search for a photo of X", "get a royalty-free image", "find an ethical image", editorial or news photography Requests phrased ambiguously as creating or generating: "create an image of a sunset", "generate a picture of a team meeting", "make me a mountain ima...
|
1.1K |
| 10123 | experience-ui-bundle-2gp-deploy | forcedotcom/sf-skills |
Package an existing UI Bundle (2GP) How to take a UI Bundle that already exists in the current project (under <packageDir>/uiBundles/<name>/ , where <packageDir> is the package directory from sfdx-project.json — commonly force-app/main/default ) and ship it as a second-generation package (2GP), then install / upgrade / uninstall it in another org. This is reference knowledge, not a runbook to execute top-to-bottom. The user already has a project and a built (or buildable) bundle. Read their inte...
|
1.1K |
| 10124 | ssh | openhands/extensions |
SSH Skill This skill provides capabilities for establishing and managing SSH connections to remote machines. Windows PowerShell equivalents for SSH config creation, key paths, ssh-agent, and permissions are in references/windows.md . Capabilities Establish SSH connections using password or key-based authentication Generate and manage SSH key pairs Configure SSH for easier connections Execute commands on remote machines Transfer files between local and remote machines Manage SSH configurations an...
|
1.1K |
| 10125 | to-spec | pandoscope/skills |
This skill takes the current conversation context and codebase understanding and produces a spec (you may know this document as a PRD). Do NOT interview the user — just synthesize what you already know. The issue tracker and triage label vocabulary should have been provided to you — run /setup-matt-pocock-skills if not. Process Explore the repo to understand the current state of the codebase, if you haven't already. Use the project's domain glossary vocabulary throughout the spec, and respect an...
|
1.1K |
| 10126 | writing-adrs | pandoscope/skills |
Writing ADRs ADRs live in docs/adr/ and use sequential numbering: 0001-slug.md , 0002-slug.md , etc. Create the docs/adr/ directory lazily — only when the first ADR is needed. Template {Short title of the decision} {1-3 sentences: what's the context, what did we decide, and why.} That's it. An ADR can be a single paragraph. The value is in recording that a decision was made and why — not in filling out sections. As short as possible — caveman mode preferred ( caveman skill). Hard limit: precisi...
|
1.1K |
| 10127 | to-tickets | pandoscope/skills |
To Tickets Break a plan, spec, or conversation into a set of tickets — tracer-bullet vertical slices, each declaring the tickets that block it. The issue tracker and triage label vocabulary should have been provided to you — run /setup-matt-pocock-skills if not. Process 1. Gather context Work from whatever is already in the conversation context. If the user passes a reference (a spec path, an issue number or URL) as an argument, fetch it and read its full body and comments. 2. Explore the codeba...
|
1.1K |
| 10128 | postgres-best-practices | neondatabase/postgres-skills |
No SKILL.md available for this skill. View on GitHub Installs 387 Repository neondatabase/po…s-skills GitHub Stars 9 First Seen Mar 12, 2026
|
1.1K |
| 10129 | n8n-self-hosting | czlonkowski/n8n-skills |
Deploying self-hosted n8n This skill takes a fresh Linux VM (Ubuntu/Debian, root or sudo SSH) to a running, HTTPS, production n8n via Docker Compose behind Caddy (automatic Let's Encrypt TLS). It is for self-hosted n8n on Docker — not n8n Cloud, and not for building workflows (that's the rest of this pack). Two deployment modes. The architectures differ, so pick the mode before doing anything . You drive this end-to-end over SSH: preflight → install Docker → lay down the project → generate secre...
|
1.1K |
| 10130 | next-cache-components | vercel-labs/openreview |
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
|
1.1K |
| 10131 | n8n-debugging-official | n8n-io/skills |
n8n Debugging When something breaks, the cause is almost always: Parameter misconfiguration (wrong value, wrong type, missing field). Stale assumptions (different version, different behavior than you remember). Paths misconfigured or misconnected (wrong output index, wrong merge input, missing wire, IF/Switch wired to the wrong branch). Upstream data stripped (an intermediate node replaced $json with its own output, so downstream $json.x resolves to null even though "it should be there"). Fix: r...
|
1.1K |
| 10132 | service-itsm-agentic-setup-cmdb-configure | forcedotcom/sf-skills |
Enable the CMDB Feature (Service Cloud ITSM) Takes an org from "CMDB off" to "CMDB feature enabled" by walking the first three layers of the CMDB prerequisite stack in order. Every call runs through the Salesforce-hosted Headless-360 MCP server (server key headless-360 ) via its four meta-tools ( discover , describe , dispatch_readonly , dispatch ). The org is derived from the OAuth JWT bound to the current MCP session — the skill never handles an org id, alias, or credentials — so this works id...
|
1.1K |
| 10133 | sprite-editor | unity-technologies/skills |
Sprite Editor Sprite metadata (rects, borders, pivots, outlines) lives inside the importer, not in a file you can edit — reaching it means running C through a live Editor. The unity-cli skill owns getting you there — installing the CLI, confirming a connected Editor, adding the project's com.unity.pipeline package, telling a genuinely absent Editor apart from one stuck in Safe Mode, and discovering the Editor's command catalog. Follow it first; don't re-derive any of it here. Two things it can't...
|
1.1K |
| 10134 | service-itsm-agentic-setup-cmdb-access-assign | forcedotcom/sf-skills |
Assign a User CMDB Access (Service Cloud ITSM) Grants a specific user the ability to read and work with CMDB (Configuration Management Database) data by assigning the license-backed CMDB permission sets and their permission-set licenses. Every call runs through the Salesforce-hosted Headless-360 MCP server (server key headless-360 ) via its four meta-tools ( discover , describe , dispatch_readonly , dispatch ). The org is derived from the OAuth JWT bound to the current MCP session — the skill ne...
|
1.1K |
| 10135 | service-itsm-agentic-setup-cmdb-discovery-configure | forcedotcom/sf-skills |
Enable CMDB Asset Discovery (Service Cloud ITSM) Turns on Asset Discovery for CMDB by enabling the service-cloud-itsm-discovery-integration feature, then grants a user access to the Discovery page by assigning the IT Service Discovery Manager permission set (and its permission-set license). This is the final layer of CMDB setup — it runs only after the base CMDB feature is enabled, users have CMDB access, and the CMDB Foundation content bundle is installed. Every call runs through the Salesforce...
|
1.1K |
| 10136 | service-itsm-agentic-setup-cmdb-coordinate | forcedotcom/sf-skills |
CMDB Setup Orchestrator (Service Cloud ITSM) Guide the user through enabling the Configuration Management Database (CMDB) in Service Cloud ITSM by presenting the ordered setup layers, delegating each to a specialized child skill, and tracking progress until CMDB is usable end-to-end. Each child skill runs through the Salesforce-hosted Headless-360 MCP server , so the same flow works against production and sandbox — the org is bound to the current MCP session, with no per-user MCP install. Goal A...
|
1.1K |
| 10137 | service-itsm-incident-priority-configure | forcedotcom/sf-skills |
Configuring the Incident Priority Matrix (sf CLI) Configures the Incident Priority Matrix for Salesforce ITSM — the grid that derives an Incident's Priority from its Impact and Urgency . Covers viewing the matrix, enabling / disabling it, adding / changing / removing / seeding cells, toggling the manual-override preference, and reading / setting the default (fallback) priority. Every read and write dispatches through the sf CLI — no MCP dispatcher, no /headless/invoke/* route, no Aura controller...
|
1.1K |
| 10138 | service-itsm-agentic-setup-cmdb-bundle-deploy | forcedotcom/sf-skills |
Deploy the CMDB Foundation Bundle (Service Cloud ITSM) Installs the CMDB Foundation (base) content bundle — the out-of-the-box configuration-item types, schema, and content that make CMDB usable. This is Layer 4 , the final layer of the CMDB setup stack, and it requires the CMDB feature to already be enabled (Layer 2). Every call runs through the Salesforce-hosted Headless-360 MCP server (server key headless-360 ) via its four meta-tools ( discover , describe , dispatch_readonly , dispatch ). Th...
|
1.1K |
| 10139 | localization | unity-technologies/skills |
App Store Localization You are an expert in App Store internationalization and localization strategy. Your goal is to help the user expand to new markets by localizing their App Store presence effectively. Initial Assessment Check for app-marketing-context.md — read it for current markets and languages Ask for the App ID (to see current localizations) Ask: Is the app itself localized (UI, content) or just the store listing? Ask: Which markets are they considering? Ask: Budget — professional tran...
|
1.1K |
| 10140 | gke-ai-troubleshooting-tpu-vbar-oom | google/skills |
TPU Connection Failure and VBAR OOM Troubleshooting Use this skill to systematically diagnose and prevent vbar_control_agent segfaults and Out-Of-Memory (OOM) errors on TPU v6e nodes. ⚠️ Prerequisites Cloud Logging must be enabled for the project. Access to the project and cluster via gcloud or equivalent tool. 🔍 Diagnostic Workflow Step 0: Context Acquisition & Time Window Definition Independently gather required context using available GCP/GKE tools or use the provided {variable} placeholders:...
|
1.1K |
| 10141 | break | jakubkrehel/skills |
Break This skill takes one component and renders it on a fresh page under every scenario that can actually reach it. That page is the deliverable: a visual report the user scrolls through, every state side by side, with the breaks marked. A component built against one happy path looks finished right up until real content arrives. It observes rather than judges. A finding here is something that visibly broke on the page, named in the vocabulary of the domain skill that owns the fix. Reviewing cod...
|
1.1K |
| 10142 | flutter-app-size | flutter/skills |
flutter-app-size-optimization Goal Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a configured Flutter environment and target platform availability. Decision Logic Use the following decision tree to determine the correct measurement and o...
|
1K |
| 10143 | video-edit | heygen-com/skills |
Video Edit — Pro Pack on RunComfy runcomfy.com · Wan 2.7 Edit-Video · Kling Motion-Control Pro · Lucy Edit Restyle · GitHub Video edit, intent-routed. This skill doesn't lock you to one model — it picks the right video-edit model in the RunComfy catalog based on what the user actually wants: general restyle, motion transfer from a reference clip, or lightweight identity-stable outfit / background swap. npx skills add agentspace-so/runcomfy-skills --skill video-edit -g Pick the right model for th...
|
1K |
| 10144 | vip-loan | binance/binance-skills-hub |
Binance Vip-loan Skill Vip-loan request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/loan/vip/request/interestRate (GET) Get Borrow Interest Rate(USER_DATA) loanCoin recvWindow Yes /sapi/v1/loan/vip/collateral/data (GET) Get Collateral Asset Data(USER_DATA) None collateralCoin, recvWindow Yes /sapi/v1/loan/vip/loanable/data (GET)...
|
1K |
| 10145 | grimoire-morpho-blue | franalgaba/grimoire |
Grimoire Morpho Blue Skill Use this skill to query Morpho Blue deployment metadata and vault snapshots for spell params. Preferred invocations: grimoire venue morpho-blue ... npx -y @grimoirelabs/cli venue morpho-blue ... (no-install) bun run packages/cli/src/index.ts venue morpho-blue ... (repo-local) grimoire-morpho-blue ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter morpho-blue --chain 8453 --rpc-url <rpc> --json Use --format spell to emi...
|
1K |
| 10146 | opencli-rs | nashsu/opencli-rs-skill |
opencli-rs Blazing fast Rust CLI tool that turns 55+ websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Single 4.7MB binary, zero runtime dependencies. Rule: use opencli-rs for supported sites instead of playwright or browser tools. Syntax opencli-rs < site > < command > [ --option value ] [ --format json ] If opencli-rs is not installed or missing, you can install it with curl -fsSL https://raw.githubusercontent.com/nashsu/opencli-rs/main/scripts/install.sh | ...
|
1K |
| 10147 | grimoire-pendle | franalgaba/grimoire |
Grimoire Pendle Skill Use this skill to inspect Pendle metadata and preflight Pendle routing configuration before running spells. Preferred invocations: grimoire venue pendle ... npx -y @grimoirelabs/cli venue pendle ... (no-install) bun run packages/cli/src/index.ts venue pendle ... (repo-local) grimoire-pendle ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter pendle --chain 1 --rpc-url <rpc> --json Commands grimoire venue pendle info [--base-...
|
1K |
| 10148 | react-vendoring | vercel/next.js |
React Vendoring Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries. App Router Vendoring React is NOT resolved from node_modules for App Router. It's vendored into packages/next/src/compiled/ during pnpm build (task: copy_vendor_react() in taskfile.js ). Pages Router resolves React from node_modules normally. Two channels : stable ( compiled/react/ ) and experimental ( compiled/react-experimental/ ). The runtime bundle webpack config...
|
1K |
| 10149 | make-pr | remotion-dev/remotion |
Ensure we are not on the main branch, make a branch if necessary. For all packages affected, run Prettier to format the code: bunx prettier --experimental-cli src --write Commit the changes, use the following format: [package-name]: [commit-message] For example, @remotion/shapes: Add heart shape. The package name must be obtained from package.json. If multiple packages are affected, use the one that you think if most relevant. Push the changes to the remote branch. Use the gh CLI to creat...
|
1K |
| 10150 | loom-video-downloader | serpdownloaders/skills |
Loom Downloader (Browser Extension) Download Loom-hosted videos from watch pages and embeds directly in your browser for offline viewing. Loom Downloader is a browser extension built for users who want a cleaner way to save Loom videos without falling back to developer tools, network tabs, or command-line utilities. It works on standard Loom share pages and supported embeds, detects the active media source, and exports the final result as a usable local file for offline playback. Save supported ...
|
1K |