Overview
- Skill Key
- chrisling-dev/links-to-pdfs
- Author
- chrisling-dev
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chrisling-dev/links-to-pdfs
- Latest Commit SHA
- 87e5e4516c50a6a37092ec33d72b88b005eb6454
Scrape documents from Notion, DocSend, PDFs, and other sources into local PDF files. Use when the user needs to download, archive, or convert web documents to PDF format. Supports authentication flows for protected documents and session persistence via profiles. Returns local file paths to downloaded PDFs.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 scraper 技能。 若已安装,则直接安装 scraper 技能。
# docs-scraper CLI tool that scrapes documents from various sources into local PDF files using browser automation. ## Installation ```bash npm install -g docs-scraper ``` ## Quick start Scrape any document URL to PDF: ```bash docs-scraper scrape https://example.com/document ``` Returns local path: `~/.docs-scraper/output/1706123456-abc123.pdf` ## Basic scraping **Scrape with daemon** (recommended, keeps browser warm): ```bash docs-scraper scrape <url> ``` **Scrape with named profile** (for authenticated sites): ```bash docs-scraper scrape <url> -p <profile-name> ``` **Scrape with pre-filled data** (e.g., email for DocSend): ```bash docs-scraper scrape <url> -D email=user@example.com ``` **Direct mode** (single-shot, no daemon): ```bash docs-scraper scrape <url> --no-daemon ``` ## Authentication workflow When a document requires authentication (login, email verification, passcode): 1. Initial scrape returns a job ID: ```bash docs-scraper scrape https://docsend.com/view/xxx # Output: Scrape blocked # Job ID: abc123 ``` 2. Retry with data: ```bash docs-scraper update abc123 -D email=user@example.com # or with password docs-scraper update abc123 -D email=user@example.com -D password=1234 ``` ## Profile management Profiles store session cookies for authenticated sites. ```bash docs-scraper profiles list # List saved profiles docs-scraper profiles clear # Clear all profiles docs-scraper scrape <url> -p myprofile # Use a profile ``` ## Daemon management The daemon keeps browser instances warm for faster scraping. ```bash docs-scraper daemon status # Check status docs-scraper daemon start # Start manually docs-scraper daemon stop # Stop daemon ``` Note: Daemon auto-starts when running scrape commands. ## Cleanup PDFs are stored in `~/.docs-scraper/output/`. The daemon automatically cleans up files older than 1 hour. Manual cleanup: ```bash docs-scraper cleanup # Delete...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
romeosy
OpenClaw Chinese AI-enhanced knowledge management skill
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
axtonliu
Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.
axtonliu
Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "画图", "流程图", "思维导图", "可视化", "diagram", "标准Excalidraw", "standard excalidraw", "Excalidraw动画", "动画图", "animate".
bocao9107
HiVulse Documentation Generator