← 返回 Skills 市场
zykqyer

issuu_downloader

作者 zykqyer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
121
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install issuu-downloader
功能描述
Download any public Issuu document as a high-quality PDF with automatic proxy detection and anti-blocking features for reliable access.
使用说明 (SKILL.md)

Issuu PDF Downloader (Professional Edition)

A robust and reliable tool to download any publicly available document from Issuu.com and convert it into a high-quality PDF. This version includes anti-blocking measures and auto-proxy detection. Please use VPN if you located in a restricted region.

Key Features

  • Anti-503 Logic: Enhanced retry mechanism to bypass temporary service blocks.
  • Auto-Proxy Detection: Automatically detects local proxies (Clash/V2Ray) on common ports (7890, 1080, 1087).
  • Smart Probing: Uses a refined page detection algorithm to ensure all pages are captured.
  • High-Fidelity PDF: Direct JPG-to-PDF conversion to maintain original resolution.

How to Use

Simply provide the Issuu URL to the AI:

"Download this Issuu link for me: https://issuu.com/example/docs/manual"

Troubleshooting for Restricted Regions

If you encounter "Access Denied" or "503 Error":

  1. Enable Proxy: Ensure your VPN/Proxy is active.
  2. Switch Node: Try a different server location (US or UK recommended).
  3. Manual Proxy: You can explicitly provide a proxy:

    "Use proxy http://127.0.0.1:7890 to download this Issuu link..."

Disclaimer

For educational purposes only. Users are responsible for complying with Issuu's Terms of Service and copyright laws.

安全使用建议
This skill appears to do what it says, but check these before installing: - Dependency install: it needs Python packages (requests, img2pdf, urllib3). Ensure the agent environment can install and run these safely (use a sandbox or virtualenv). - Network activity: the skill will probe localhost proxy ports (127.0.0.1:7890, 1080, 1087) and make quick requests to https://www.google.com to detect proxies, then fetch images from image.isu.pub. If you want to avoid external network calls, do not run it. - Output mismatch: skill.yaml declares a structured JSON output but the Python entrypoint returns only a file path string — callers/integrations may need adaptation. - Files written: it creates a 'downloads' directory and writes the PDF there. Make sure you are comfortable with that location and have space. - Legal/ToS: using tools to bypass geographic blocks or download copyrighted content may violate Issuu's terms or copyright law. Only use on public content you have rights to access. - If uncertain, run the code in an isolated environment on a non-sensitive test URL first, and review/modify the code if you want different behavior (e.g., change proxy probing, output format, or output path).
功能分析
Type: OpenClaw Skill Name: issuu-downloader Version: 1.0.0 The skill performs automated local network probing in main.py by scanning specific ports (7890, 1080, 1087) on the localhost to detect proxies, and validates them by making an external request to google.com. While these features are aligned with the stated purpose of bypassing regional restrictions in SKILL.md, automated environment discovery and local port scanning are risky behaviors often associated with system fingerprinting and unauthorized network mapping.
能力评估
Purpose & Capability
The name, SKILL.md and code all align: the code fetches JPEG pages from Issuu and converts them to a PDF and implements proxy detection and retry logic. One minor incoherence: skill.yaml declares a structured output object (status, file_path, message) but the entrypoint run_skill returns just a file path (string). Also registry metadata/version (1.0.0) and skill.yaml (1.1.0) differ, which is likely a packaging oversight but not malicious.
Instruction Scope
SKILL.md instructs only to provide an Issuu URL (and optionally a proxy). The runtime instructions and code limit actions to probing local proxies on 127.0.0.1, testing a public host (https://www.google.com) to detect proxies, and fetching image pages from image.isu.pub. These network calls are coherent with auto-proxy detection and downloading pages. The skill writes files to a local downloads directory. No instructions to read unrelated user files or access environment secrets are present.
Install Mechanism
There is no explicit install spec, but a requirements.txt lists PyPI packages (requests, img2pdf, urllib3). That is a common installation approach but means dependencies will need to be installed in the agent environment (moderate-risk compared to instruction-only). No remote archives or obscure URLs are used.
Credentials
The skill requests no environment variables, no external credentials, and no config paths. The code does make outbound network requests (to google.com for proxy tests and image.isu.pub for images), which is proportional to its stated proxy-detection and download purpose.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or global agent settings. It writes outputs to a local 'downloads' directory only. It can be invoked autonomously by the agent (default), which is normal and expected for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install issuu-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /issuu-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: High-reliability Issuu PDF downloader (Professional Edition). - Implements anti-503 logic for bypassing temporary site blocks. - Features auto-proxy detection for common local proxy software (Clash/V2Ray). - Converts all pages to high-fidelity PDFs, preserving original quality. - Includes troubleshooting steps and proxy support for users in restricted regions.
元数据
Slug issuu-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

issuu_downloader 是什么?

Download any public Issuu document as a high-quality PDF with automatic proxy detection and anti-blocking features for reliable access. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 issuu_downloader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install issuu-downloader」即可一键安装,无需额外配置。

issuu_downloader 是免费的吗?

是的,issuu_downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

issuu_downloader 支持哪些平台?

issuu_downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 issuu_downloader?

由 zykqyer(@zykqyer)开发并维护,当前版本 v1.0.0。

💬 留言讨论