{
  "markdown": "# Claude Code Skills Library\n\nA collection of useful skills for Claude Code by aviz.\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| **teach-by-doing** | Never teach a principle without an immediate rep — pairs every teaching unit with a hands-on exercise via a research-based ladder (Kolb · Generation Effect · Embodied Cognition) |\n| **find-my-project** | Find your first agentic project by identifying daily pain points |\n| **whatsapp** | WhatsApp automation - send messages, get group members, send images/voice |\n| **speech-generator** | Generate speech audio with ElevenLabs TTS |\n| **music-generator** | Generate AI music with ElevenLabs Music API |\n| **nano-banana-poster** | Generate marketing posters using Google GenAI |\n| **image-generation** | Generate images with Gemini or fal.ai FLUX |\n| **presentation-architect** | Create detailed presentation blueprints |\n| **html-to-pdf** | Convert HTML to PDF with RTL support |\n| **html-to-pptx** | Convert HTML to PowerPoint with Hebrew/RTL support |\n| **gh-pages-deploy** | Deploy to GitHub Pages + set homepage URL in repo About panel |\n| **calendar** | Google Calendar integration |\n| **gmail** | Gmail automation via Google Apps Script |\n| **zoom-meeting** | Schedule Zoom meetings with calendar invites |\n| **get-contact** | Find contact details by name (CRM lookup) |\n| **transcribe** | Audio/video → SRT subtitles + text (ElevenLabs/Groq/Gemini) |\n| **translate-video** | Translate video subtitles with RTL-safe embedding |\n| **embed-subtitles** | Burn subtitles into video with FFmpeg |\n| **youtube-uploader** | Upload videos to YouTube with metadata |\n| **wordpress-publisher** | Publish posts to WordPress with media |\n| **claudability-analyzer** | Analyze any profession for Claude automation opportunities |\n| **deep-interview** | Adaptive interview to extract and organize expertise |\n| **creative-seeds** | Inject creative absurdity before brainstorming tasks |\n| **learn** | Teach Claude any topic via web research — retains as permanent skill |\n| **tutorial-creator** | Create professional tutorials from screen recordings |\n| **tutorial-narration-writer** | Write narration scripts in casual, friendly style |\n| **x-bookmarks-fetcher** | Download X (Twitter) bookmarks via official X API v2 — text + images + videos. OAuth 2.0, no scraping |\n\n## Installation\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/aviz/claude-skills-library.git\n```\n\n2. Copy the skills you want to your Claude Code skills folder:\n\n> **Windows users:** Use **PowerShell** (not Command Prompt)\n\n```bash\ncp -r claude-skills-library/skills/SKILL_NAME ~/.claude/skills/\n```\n\n3. Configure environment variables as needed (see each skill's README)\n\n4. Restart Claude Code to load the new skills\n\n## Requirements\n\nSome skills require additional setup:\n- **whatsapp**: Green API account and credentials\n- **speech-generator**: ElevenLabs API key\n- **nano-banana-poster**: Gemini API key\n- **html-to-pdf**: Run `npm install` in the skill's scripts folder\n- **calendar**: Google Apps Script deployment (included)\n- **tutorial-creator**: Requires speech-generator, transcribe, music-generator, youtube-uploader skills\n- **tutorial-narration-writer**: No additional setup needed (text-only skill)\n- **x-bookmarks-fetcher**: X developer app with OAuth 2.0 enabled, callback `http://127.0.0.1:8765/callback`. See skill's SETUP.md\n\n## License\n\nMIT\n",
  "bytes": 3422,
  "sha": "2db8654ddc752a4807510ec529b00b96cca30408f425d3bde1bfa3cbe5c7a010",
  "repo_slug": "aviz85/claude-skills-library",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_aviz85_claude_skills_library_html_to_pdf_5bb53c84/readme"
}