Skip to main content
ClaudeWave

Claude Code Skills · page 12

Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.

12,847 skills1-command install
  1. Minute-level data analysis and backtesting. Retrieves minute candlesticks through OKX/Tushare/yfinance and can be used both for analysis and as input to the backtest engine.

  2. Machine-learning predictive strategy based on sklearn walk-forward training, feature engineering, and signal generation. Suitable for any OHLCV data.

  3. mootdx28.1k

    Mootdx A-share market data via TCP-direct 通达信 servers. Free, no API key, no IP rate limits. Use as the stable A-share OHLCV fallback when akshare's East Money scrape is throttled.

  4. Multi-factor cross-sectional stock ranking. Combines factor standardization, equal-weight or IC-weighted scoring, and TopN portfolio construction. Suitable for multi-instrument portfolio strategies.

  5. OKX cryptocurrency market data interface. Uses the OKX V5 REST API to retrieve spot, derivatives, index, and other crypto market data, including real-time prices, candlesticks, funding rates, open interest, and more. No authentication required, free to use.

  6. On-chain data analysis — active addresses / whale tracking / TVL / DEX liquidity, interpretation and signal generation using on-chain valuation metrics such as MVRV / NVT / SOPR.

  7. Advanced options strategies: volatility-surface modeling (SABR / Local Vol), dynamic Greeks rebalancing, calendar spreads, volatility arbitrage and skew trading, and option market-making basics.

  8. Option P&L analysis methodology: payoff diagrams, breakeven calculation, multi-leg strategy visualization, and Greeks-based scenario analysis.

  9. Options strategy framework supporting Black-Scholes pricing, Greeks analysis, and multi-leg backtesting. Suitable for cryptocurrency and equity options.

  10. Pair trading strategy. Trades mean reversion using the spread/ratio Z-score of two correlated instruments. Requires at least two instruments.

  11. Performance attribution analysis — Brinson sector/stock-selection attribution, factor alpha/beta decomposition, market-timing evaluation, and benchmark comparison framework.

  12. Perpetual futures funding rate analysis and cash-carry basis trading — funding rate regimes, annualized basis signals, carry trade construction, and funding rate arbitrage between exchanges.

  13. Export backtest strategies to indicator/strategy code for major trading platforms — TradingView, 通达信, 同花顺, 东方财富, MT5.

  14. Quantitative statistical methods: ADF unit-root / cointegration tests, GARCH volatility modeling, regression diagnostics (heteroskedasticity / autocorrelation), Bootstrap, and hypothesis testing.

  15. 金融监管知识库:A股涨跌停/ST退市新规/融券、港股T+0/做空机制、美股PDT/熔断、加密监管政策、跨境税务基础

  16. Professional financial research report generation — standard structure (summary / views / main body / risks / recommendation), Markdown formatting standards, rating system, and terminology guide.

  17. Goal-driven finance research workflow: attach a research-only objective, track criteria, and add evidence while avoiding live trading execution.

  18. Risk measurement and stress testing — VaR/CVaR/max drawdown calculation, Monte Carlo simulation, extreme-value tail-risk analysis, and historical scenario stress testing.

  19. Seasonal/calendar-effect strategy. Generates trading signals from time-based patterns such as month-of-year effects and day-of-week effects. Suitable for any OHLCV data.

  20. 行业轮动分析——申万行业景气度评分、行业动量排名、产业链传导、估值/盈利/资金流多维比较框架

  21. 市场情绪分析——恐贪指数/Put-Call Ratio/融资融券/北向资金信号解读、社交媒体舆情量化框架

  22. Shadow Account — 从用户交割单提炼盈利模式(3-5 条人话规则)→ 跨 A股/港股/美股/crypto 多市场回测 → 差值归因 → 8-section PDF 报告。叙事:你的影子,没有情绪噪音。

  23. smc28.1k

    Smart Money Concepts (ICT) signal engine. Uses the smartmoneyconcepts library to implement institutional-trading-school analysis of BOS, ChoCH, FVG, and order blocks (OB).

  24. Social media intelligence: financial signal extraction from Twitter/X, Telegram, Discord, and Reddit for sentiment-driven trading strategies.

  25. Stablecoin supply and flow analysis — USDT/USDC mint-burn signals, exchange stablecoin reserves, on-chain stablecoin velocity, and capital rotation indicators for crypto market timing.

  26. Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.

  27. Core technical indicator collection (trend EMA/ADX + mean-reversion BB/RSI + volume-price OBV/volume ratio), generates a composite signal via three-dimensional voting. Pure pandas implementation for any OHLCV data.

  28. Token unlock schedule analysis and project treasury tracking — vesting cliffs, linear unlocks, team/investor/ecosystem token releases, treasury diversification, and sell pressure forecasting.

  29. Analyze a user's trade journal (CSV/Excel broker export). Parses 同花顺/东方财富/富途/generic formats, produces a trading profile and 4 behavior diagnostics (disposition effect, overtrading, chasing, anchoring). Use the `analyze_trade_journal` tool.

  30. tushare28.1k

    tushare是一个财经数据接口包,拥有丰富的数据内容,如股票、基金、期货、数字货币等行情数据,公司财务、基金经理等基本面数据。该模块通过标准化API方式统一了数据资产的对外服务方式,以帮助有需要的技术用户更实时、简洁、轻量的使用相关数据。

  31. US ETF fund flow analysis, sector rotation breadth, and style factor flows — track institutional capital movement via ETF creation/redemption, sector breadth signals, and thematic momentum.

  32. Valuation methodology — absolute valuation with DCF / DDM / SOTP, relative valuation with PE-Band / PB-ROE / EV-EBITDA, sensitivity analysis, and valuation-trap detection.

  33. Export a Vibe-Trading backtest strategy to a runnable vnpy CtaTemplate Python class — supports A-share equities, futures, and crypto via BarGenerator + ArrayManager.

  34. Volatility strategy. Trades mean reversion based on percentile ranking of historical volatility (HV). Suitable for any OHLCV data.

  35. Read web pages, articles, and document links by converting URLs into Markdown text. Use the `read_url` tool directly, without bash. Sends the full URL to the third-party Jina Reader (r.jina.ai).

  36. yfinance global market data interface — retrieve OHLCV, financials, insider transactions, and institutional holdings for US stocks, HK stocks, ETFs, and indices via Yahoo Finance. Free, no API key required.

  37. 东方财富(Eastmoney)免费免鉴权数据接口,覆盖资金流向、龙虎榜、融资融券、大宗交易、股东户数、限售解禁、行业概念板块、券商研报、财经新闻、美股/港股三大报表+主要指标、全市场选股与代码搜索。所有请求经共享 IP 限速层节流(东财按源 IP 限流并临时封禁突发请求),通过 Vibe-Trading 工具直接调用,无需 token。

  38. U.S. SEC EDGAR fetch interface — resolve a ticker to its CIK, list recent filings (10-K / 10-Q / 8-K and friends) with primary-document URLs, and pull XBRL companyfacts financial series. Free, no API key; rate-limited by IP so every request is throttled and carries a contact User-Agent. United States only.

  39. repomix27.5k

    |

  40. Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

  41. >-

  42. Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

  43. |

  44. Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.

  45. guide27.5k

    安裝 Repomix Explorer agent skill,在 Claude Code 與支援 Agent Skills 格式的 AI 助手中分析本機與遠端程式碼庫。

  46. Create forensically sound bit-for-bit disk images using dd and dcfldd

  47. Detect dangerous ACL misconfigurations in Active Directory using ldap3

  48. Perform static analysis of Android APK malware samples using apktool

  49. Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect

  50. Analyze advanced persistent threat (APT) group techniques using MITRE

  51. Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query

  52. Analyzes bootkit and advanced rootkit malware that infects the Master

  53. Analyze Chromium-based browser artifacts using Hindsight to extract browsing

  54. Campaign attribution analysis involves systematically evaluating evidence

  55. Monitor Certificate Transparency logs using crt.sh and Certstream to

  56. Detect abnormal access patterns in AWS S3, GCS, and Azure Blob Storage

  57. Extract and analyze Cobalt Strike beacon configuration from PE files

  58. Parse and analyze Cobalt Strike Malleable C2 profiles using dissect.cobaltstrike

  59. Analyzes malware command-and-control (C2) communication protocols to

  60. Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain

  61. Perform comprehensive forensic analysis of disk images using Autopsy

  62. Analyzes DNS query logs to detect data exfiltration via DNS tunneling,

  63. Investigate compromised Docker containers by analyzing images, layers,

  64. Parse and analyze email headers to trace the origin of phishing emails,

  65. Perform static and symbolic analysis of Solidity smart contracts using

  66. Reverse engineer Go-compiled malware using Ghidra with specialized scripts

  67. Detect and analyze heap spray attacks in memory dumps using Volatility3

  68. Analyzes indicators of compromise (IOCs) including IP addresses, domains,

  69. >-

  70. Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod,

  71. Uses the Linux Audit framework (auditd) with ausearch and aureport utilities

  72. Analyzes malicious Linux ELF (Executable and Linkable Format) binaries

  73. Detect kernel-level rootkits in Linux memory dumps using Volatility3

  74. Examine Linux system artifacts including auth logs, cron jobs, shell

  75. Analyze Windows LNK shortcut files and Jump List artifacts to establish

  76. Analyzes malicious VBA macros embedded in Microsoft Office documents

  77. Perform static analysis of malicious PDF documents using peepdf, pdfid,

  78. URLScan.io is a free service for scanning and analyzing suspicious URLs.

  79. Executes malware samples in Cuckoo Sandbox to observe runtime behavior

  80. Use the Malpedia platform and API to research malware family relationships,

  81. Use Sysinternals Autoruns to systematically identify and analyze malware

  82. Detect sandbox evasion techniques in malware samples by analyzing timing

  83. Analyzes RAM memory dumps from compromised systems using the Volatility framework to identify malicious processes,

  84. Performs Linux memory acquisition using LiME (Linux Memory Extractor)

  85. Analyze the NTFS Master File Table ($MFT) to recover metadata and content

  86. Detect and analyze covert communication channels used by malware including

  87. Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port

  88. Craft, send, sniff, and dissect network packets using Scapy for protocol

  89. Analyzes network traffic captures and flow data to identify adversary activity during security incidents, including

  90. Analyzes network traffic generated by malware during sandbox execution

  91. Captures and analyzes network packet data using Wireshark and tshark

  92. Parse Office 365 Unified Audit Logs via Microsoft Graph API to detect

  93. Analyze Microsoft Outlook PST and OST files for email forensic evidence

  94. Identifies and unpacks UPX-packed and other packed malware samples to

  95. Analyzes malicious PDF files using PDFiD, pdf-parser, and peepdf to

  96. Detect and analyze Linux persistence mechanisms including crontab entries,

  97. Detect PowerShell Empire framework artifacts in Windows event logs by

  98. Parse Windows PowerShell Script Block Logs (Event ID 4104) from EVTX