Loading...
Loading...
Found 5,156 Skills
Crypto wallet management across 7 blockchains via EmblemAI Agent Hustle API. Balance checks, token swaps, portfolio analysis, and transaction execution for Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin.
Crypto market-structure research agent — 24+ indicators across derivatives, options (gamma wall, skew), on-chain (MVRV, smart money signals, DEX hot tokens), and macro sentiment. Powered by OKX CeFi CLI + OnchainOS + direct HTTP for options chain. Use this skill whenever the user asks about: derivatives data, gamma wall, options skew, funding rates, open interest, put/call ratio, MVRV, cost basis, realized price, exchange flows, CEX inflows/outflows, liquidation pressure, whale tracking, smart money flows, fear/greed index, BTC dominance, stablecoin flows, taker volume, basis/backwardation, or any request like "what does the market structure look like", "give me a macro overview", "how are derivatives positioned", "is the market overleveraged", "should I be bullish or bearish based on data", "are whales accumulating or distributing", "show me exchange flows". Also trigger when users mention specific tokens and want deeper analysis beyond simple price action — e.g., "what's going on with ETH right now", "is BTC about to move", "analyze SOL market conditions".
Discounted cash flow (DCF) valuation model built from Longbridge financial data — historical FCF (operating cash flow minus capex), projected FCF with growth assumptions, WACC (Beta / risk-free rate / equity risk premium), terminal value, intrinsic value vs current price, and margin of safety. Triggers: "DCF", "现金流折现", "内在价值", "自由现金流", "WACC", "折现率", "安全边际", "终值", "现金流贴现", "現金流折現", "內在價值", "自由現金流", "折現率", "安全邊際", "DCF model", "discounted cash flow", "intrinsic value", "free cash flow", "WACC", "discount rate", "margin of safety", "terminal value", "Gordon growth".
RWA Alpha v1.1 — Real World Asset Intelligence Trading Skill. NewsNow macro event detection + Polymarket probability confirmation + on-chain price action → auto-trade tokenized treasury/gold/yield/governance tokens via OKX DEX (onchainos CLI). Three modes: Yield Optimizer (conservative) / Macro Trader (balanced) / Full Alpha (aggressive). Multi-chain: Ethereum + Solana via Agentic Wallet TEE signing. Trigger: RWA, real world asset, tokenized treasury, gold token, USDY, OUSG, PAXG, ONDO, CFG, PENDLE, PLUME, OM, GFI, TRU, bIB01, yield rotation, macro trading, macro event, NAV premium, NAV discount, credit expansion, credit tightening.
Advanced options strategy framework via Longbridge — volatility surface concepts (SABR/local vol), dynamic Delta hedging, calendar spread, diagonal spread, volatility arbitrage (long vol/short vol), and skew trading. Triggers: "高级期权", "波动率套利", "日历价差", "对角价差", "动态对冲", "偏斜交易", "SABR", "Long Vol", "Short Vol", "Delta对冲", "伽马交易", "高階期權", "波動率套利", "日曆價差", "對角價差", "動態對沖", "偏斜交易", "advanced options", "calendar spread", "diagonal spread", "volatility arbitrage", "long vol short vol", "skew trade", "dynamic delta hedging", "gamma scalping", "SABR model".
Patterns and conventions for creating a good PR
Expert in SNDA agreements (Subordination, Non-Disturbance, and Attornment) that protect tenants from eviction if the landlord's lender forecloses. Use when tenant is negotiating lease for major space requiring significant investment, lender is requiring subordination, analyzing tenant's foreclosure protection, drafting three-party SNDA agreements, evaluating whether tenant can survive foreclosure, or negotiating with lenders for non-disturbance protection. Key terms include SNDA, non-disturbance, attornment, subordination, foreclosure, lender priority, tenant protection, mortgage, charge, tripartite agreement, lease survival
Filter Etsy products through the EHunt MCP tool `_ehunt_productQuery` (display name: "Etsy Product Query") by multiple dimensions (keywords/URL, price, sales volume, favorites, reviews, listing time, category, types like handmade/vintage, Pick/Bestsell/Raving, etc.). Trigger this skill when users mention EHunt Etsy products, Etsy listing, Etsy product selection, Etsy bestsellers, Etsy handmade, Etsy vintage, ehunt items, Etsy Product Query, or `_ehunt_productQuery`. Even if users don't mention EHunt, this skill should be triggered as long as they search for products on Etsy, check sales volume/price/tags, or filter products.
Filter Etsy stores through multiple dimensions (sales volume, favorites, reviews, store opening time, country, main category, Raving/star label, etc.) via the EHunt MCP tool `_ehunt_storeQuery` (display name: "Etsy Store Query"). Trigger this skill when users mention EHunt Etsy stores, Etsy store search, Etsy seller, Etsy store rankings, Etsy weekly sales stores, ehunt stores, Etsy store query, or _ehunt_storeQuery. Even if users don't mention EHunt, this skill should be triggered as long as they are looking for stores on Etsy, filtering store data, or analyzing store performance.
Deep formal test smell audit based on academic research taxonomy (testsmells.org). Detects 19 categorized smell types — conditional logic, mystery guests, sensitive equality, eager tests, and more — with calibrated severity and research-backed remediation. Use for comprehensive test suite health assessments. For a quick pragmatic review, use test-anti-patterns instead. DO NOT USE FOR: writing new tests (use writing-mstest-tests), evaluating assertion quality specifically (use assertion-quality), or finding test duplication and boilerplate (use exp-test-maintainability).
Refactor Next.js code to improve maintainability, readability, and adherence to App Router best practices. Identifies and fixes God Components, prop drilling, inappropriate 'use client' usage, outdated Pages Router patterns, missing Suspense boundaries, incorrect caching strategies, and useEffect data fetching anti-patterns. Applies modern Next.js 15 patterns including Server Components, Client Components, Server Actions, streaming with Suspense, proper caching strategies, Container-Presentational pattern, layout composition, parallel routes, and intercepting routes.
Refactor NestJS/TypeScript code to improve maintainability, readability, and adherence to best practices. Identifies and fixes circular dependencies, god object services, fat controllers with business logic, deep nesting, and SRP violations. Applies NestJS patterns including proper module organization, provider scopes, custom decorators, guards, interceptors, pipes, DTOs with class-validator, exception filters, CQRS, repository pattern, and event-driven architecture. Transforms code into exemplary implementations following SOLID principles.