pcloud

Manage files and folders via the pCloud cloud storage API.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Tai-ch0802/skills-bundle --skill pcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pcloud
Source: https://github.com/Tai-ch0802/skills-bundle/tree/main/pcloud
Command: npx skills add https://github.com/Tai-ch0802/skills-bundle --skill pcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and tools for interacting with the pCloud cloud storage API, enabling seamless integration of cloud storage functionalities into applications.

Core Features & Use Cases

  • File Management: Upload, download, copy, rename, delete, and manage files and folders.
  • Authentication: Supports OAuth 2.0 and legacy Digest login for secure access.
  • Sharing & Links: Create public links, share folders with users, and manage upload links.
  • Media & Archiving: Handle video/audio streaming, generate thumbnails, and manage ZIP archives.
  • Use Case: Integrate pCloud into your application to allow users to store and manage their files, share documents, or back up data directly from your service.

Quick Start

Use the pcloud skill to upload the file 'my_document.pdf' to the root folder.

Frequently Asked Questions about pcloud

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

FAQPage Schema
How do I upload files to pCloud cloud storage via the API?

To upload files to pCloud cloud storage, you use HTTP JSON requests to programmatically send data to specified folders. This skill facilitates file uploads, downloads, and folder creation directly through the pCloud API.

Does the pCloud API support media streaming and ZIP archive management?

Yes, you can stream media and manage archives with the pCloud API. This skill supports video and audio streaming, thumbnail generation, and ZIP archive management through HTTP JSON requests.

How do I download files from pCloud cloud storage programmatically?

To download files from pCloud cloud storage, you issue HTTP JSON requests targeting the specific file path. This skill enables programmatic file downloads alongside other management operations like copy, rename, and delete.

How does the pCloud API handle user authentication for secure access?

The pCloud API handles user authentication through OAuth 2.0 and legacy Digest login. This skill facilitates secure access to cloud storage functionalities by integrating with these specific authentication flows.