feishu-pdf-downloader

Download files from Feishu cloud drive using a file token.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill feishu-pdf-downloader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-pdf-downloader
Source: https://github.com/wulaosiji/skills/tree/main/feishu-pdf-downloader
Command: npx skills add https://github.com/wulaosiji/skills --skill feishu-pdf-downloader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill allows users to download files, particularly PDFs, directly from Feishu/Lark cloud drive when they only have a file token, streamlining document access and processing.

Core Features & Use Cases

  • Direct File Download: Download any file type from Feishu cloud drive using its unique file token.
  • Credential Management: Automatically loads Feishu app credentials from a local .env file for seamless authentication.
  • Post-Download Processing: Integrates with other skills (like the pdf skill) for further document analysis after downloading.
  • Use Case: A user needs to download a PDF report shared via a Feishu link. They can use this skill with the file token from the URL to get the PDF locally for offline review or further processing.

Quick Start

Download the file with token 'I5YrbUXUjoruioxtmPWcZSkpnJc' and save it as 'document.pdf'.

Frequently Asked Questions about feishu-pdf-downloader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a PDF from a Feishu cloud drive link?

To download a PDF from a Feishu cloud drive link, you need to extract the file token from the link URL and provide it to the downloader. The skill uses this token along with your Feishu app credentials to retrieve the file locally via the drive API.

What credentials do I need to download files from Feishu?

You need a Feishu app ID and app secret to authenticate with the Feishu drive API. The skill automatically loads these credentials from a local .env file to securely access and download your cloud drive files.

Can I download other file types from Feishu or only PDFs?

You can download any file type stored in the Feishu cloud drive, not just PDFs. The skill uses the provided file token to retrieve the specific document or file directly from the drive API for local processing.

How do I extract and process content from a downloaded Feishu PDF?

After downloading a Feishu PDF, you can extract and process its content by integrating with other document analysis skills. The downloader retrieves the file locally, enabling downstream skills to parse and analyze the PDF content.

Does the Feishu file downloader work with Lark cloud drive?

Yes, the Feishu file downloader works with Lark cloud drive. It uses the same drive API and file token mechanism to authenticate and retrieve files from both Feishu and Lark platforms seamlessly.