BeClaude

html-to-pdf

41Community RegistryGeneralby aviz

description: Convert HTML to PDF with pixel-perfect rendering and excellent Hebrew/RTL support. Use when the user asks t

Community PluginView Source

Overview

A collection of useful skills for Claude Code by aviz.

Available Skills

SkillDescription
find-my-projectFind your first agentic project by identifying daily pain points
whatsappWhatsApp automation - send messages, get group members, send images/voice
speech-generatorGenerate speech audio with ElevenLabs TTS
music-generatorGenerate AI music with ElevenLabs Music API
nano-banana-posterGenerate marketing posters using Google GenAI
image-generationGenerate images with Gemini or fal.ai FLUX
presentation-architectCreate detailed presentation blueprints
html-to-pdfConvert HTML to PDF with RTL support
html-to-pptxConvert HTML to PowerPoint with Hebrew/RTL support
gh-pages-deployDeploy to GitHub Pages + set homepage URL in repo About panel
calendarGoogle Calendar integration
gmailGmail automation via Google Apps Script
zoom-meetingSchedule Zoom meetings with calendar invites
get-contactFind contact details by name (CRM lookup)
transcribeAudio/video → SRT subtitles + text (ElevenLabs/Groq/Gemini)
translate-videoTranslate video subtitles with RTL-safe embedding
embed-subtitlesBurn subtitles into video with FFmpeg
youtube-uploaderUpload videos to YouTube with metadata
wordpress-publisherPublish posts to WordPress with media
claudability-analyzerAnalyze any profession for Claude automation opportunities
deep-interviewAdaptive interview to extract and organize expertise
creative-seedsInject creative absurdity before brainstorming tasks
learnTeach Claude any topic via web research — retains as permanent skill
tutorial-creatorCreate professional tutorials from screen recordings
tutorial-narration-writerWrite narration scripts in casual, friendly style
x-bookmarks-fetcherDownload X (Twitter) bookmarks via official X API v2 — text + images + videos. OAuth 2.0, no scraping

Installation

  1. Clone this repository:
bash
git clone https://github.com/aviz/claude-skills-library.git
  1. Copy the skills you want to your Claude Code skills folder:

Windows users: Use PowerShell (not Command Prompt)

bash
cp -r claude-skills-library/skills/SKILL_NAME ~/.claude/skills/
  1. Configure environment variables as needed (see each skill's README)
  1. Restart Claude Code to load the new skills

Requirements

Some skills require additional setup:

  • whatsapp: Green API account and credentials
  • speech-generator: ElevenLabs API key
  • nano-banana-poster: Gemini API key
  • html-to-pdf: Run npm install in the skill's scripts folder
  • calendar: Google Apps Script deployment (included)
  • tutorial-creator: Requires speech-generator, transcribe, music-generator, youtube-uploader skills
  • tutorial-narration-writer: No additional setup needed (text-only skill)
  • x-bookmarks-fetcher: X developer app with OAuth 2.0 enabled, callback http://127.0.0.1:8765/callback. See skill's SETUP.md

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/html-to-pdf.md https://raw.githubusercontent.com/aviz85/claude-skills-library/main/SKILL.md
3
Invoke in Claude Code
/html-to-pdf
View source on GitHub

Frequently Asked Questions

What is html-to-pdf?

description: Convert HTML to PDF with pixel-perfect rendering and excellent Hebrew/RTL support. Use when the user asks t

How to install html-to-pdf?

To install html-to-pdf, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /html-to-pdf.

What is html-to-pdf best for?

html-to-pdf is a community categorized under General. Created by aviz.