🎯

word-cloud-generator

🎯Skill

from dkyazzentwatwa/chatgpt-skills

VibeIndex|
What it does

Generates visually compelling word clouds from text input, highlighting the most frequent words through size and color variations.

word-cloud-generator

Installation

Install skill:
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill word-cloud-generator
7
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# ChatGPT Skills Library

A curated collection of AI agent skills for ChatGPT, inspired by [Claude's Agent Skills system](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills). This library provides specialized capabilities that extend ChatGPT's functionality through structured instructions, scripts, and resources.

About

With OpenAI's new skill system for ChatGPT, AI agents can now dynamically load specialized capabilities similar to Claude's skills architecture. This repository adapts the proven Claude skills format to work with ChatGPT, enabling:

  • Progressive disclosure: Skills load only when relevant to the current task
  • Specialized expertise: Domain-specific workflows and tool orchestration
  • Code execution: Python and JavaScript scripts for deterministic operations
  • Structured knowledge: Organized instructions, templates, and reference materials

How Skills Work

Each skill is a self-contained folder containing:

  • SKILL.md: Core instructions with YAML frontmatter (name, description)
  • scripts/: Executable Python/Node.js tools for specialized operations
  • references/: Supporting documentation, specifications, and examples
  • assets/: Templates, configurations, and static resources

When you interact with ChatGPT, the AI evaluates available skills and loads relevant ones dynamically based on your request, similar to how [Claude Skills](https://support.claude.com/en/articles/12512176-what-are-skills) operate.

Available Skills

πŸͺ™ Crypto TA Analyzer

crypto-ta-analyzer/

Comprehensive cryptocurrency and stock technical analysis using 29 proven indicators including Bollinger Bands, Ichimoku Cloud, and On-Balance Volume with divergence detection. Features a 7-tier signal system (STRONG_BUY β†’ STRONG_SELL) with volume confirmation, squeeze detection, and divergence warnings.

Key Features (v2.0):

  • 29 Indicators: RSI, MACD, BB, OBV, Ichimoku, EMA, SMA, MFI, KDJ, SAR, VWAP, ATR + 17 more
  • 7-Tier Signals: STRONG_BUY, BUY, WEAK_BUY, NEUTRAL, WEAK_SELL, SELL, STRONG_SELL
  • Divergence Detection: RSI, MACD, and OBV divergence alerts
  • Bollinger Squeeze: Low volatility breakout detection
  • Volume Confirmation: OBV/MFI agreement scoring
  • Generic Data Converter: Auto-detects CoinGecko, Binance, Yahoo Finance, or any OHLCV format
  • Regime-Aware: Adapts scoring for trending vs ranging markets

Scripts:

  • ta_analyzer.py - Main analysis engine (29 indicators)
  • data_converter.py - Generic multi-source data converter with auto-detection

Use for: Price analysis, trading signals, trend identification, divergence detection, breakout setups, multi-indicator technical assessments

πŸ“„ Document Converter Suite

document-converter-suite/

Convert between 8 document formats with best-effort text-first extraction. Supports 64 conversion paths (full 8Γ—8 matrix) with single file or batch processing.

Supported Formats:

  • Office: PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX)
  • Text: Plain Text (TXT), CSV, Markdown (MD), HTML

Key Features:

  • 64 Conversion Paths: Any format to any format (8Γ—8 matrix)
  • Smart Heading Detection: Font size + bold + ALL CAPS heuristics
  • Multi-Table PPTX: Creates one slide per table (no dropped tables)
  • Data Truncation Warnings: Alerts when XLSX data exceeds limits
  • Batch Processing: Recursive directory conversion with pattern matching
  • High Fidelity: Markdown ↔ HTML and Markdown ↔ DOCX preserve structure well

Scripts:

  • convert.py - Single-file CLI converter
  • batch_convert.py - Batch converter for directories

Use for: Document format conversion, content extraction, batch processing, Markdown/HTML to Office, table extraction to CSV/XLSX

πŸ”§ MCP Builder

mcp-builder/

Comprehensive guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with externa

More from this repository10

🎯
resume-builder🎯Skill

Helps users dynamically create professional, tailored resumes by guiding them through structured resume generation with customizable templates and intelligent content suggestions.

🎯
color-palette-extractor🎯Skill

Extracts and generates color palettes from images by analyzing dominant and complementary colors using computer vision techniques.

🎯
dependency-analyzer🎯Skill

Analyzes software project dependencies, identifying potential conflicts, version mismatches, and security vulnerabilities across libraries and modules.

🎯
video-to-gif🎯Skill

Converts video files into animated GIF images, allowing users to transform video clips into compact, shareable animated graphics.

🎯
ocr-document-processor🎯Skill

ocr-document-processor skill from dkyazzentwatwa/chatgpt-skills

🎯
crypto-ta-analyzer🎯Skill

Performs comprehensive technical analysis on cryptocurrencies and stocks using 29 advanced indicators, generating multi-tier trading signals with divergence detection and volume confirmation.

🎯
qr-code-generator🎯Skill

Generates QR codes from text or URLs, allowing quick and easy visual encoding of information for sharing or scanning.

🎯
icon-generator🎯Skill

Generates custom icons or logos by applying design rules, color palettes, and stylistic transformations based on input parameters or themes.

🎯
document-converter-suite🎯Skill

document-converter-suite skill from dkyazzentwatwa/chatgpt-skills

🎯
background-remover🎯Skill

Removes backgrounds from images using advanced image processing techniques, allowing users to isolate subjects and create transparent or clean image backgrounds.