pinterest-publish

Create image and video pins on Pinterest via API v5 with OAuth2.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill pinterest-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinterest-publish
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/addons/officials/crew/selfmedia-operator/skills/pinterest-publish
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill pinterest-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and publishing pins on Pinterest, eliminating the need for manual posting and saving time for content creators.

Core Features & Use Cases

  • Image and Video Pin Creation: Create both image and video pins with board selection.
  • OAuth2 Authentication: Securely connect to Pinterest API using OAuth2 tokens.
  • Use Case: Ideal for social media managers or content creators looking to expand their reach on Pinterest by automating the pinning process.

Quick Start

Use the pinterest-publish skill to create a new image pin with the title 'New Pin', description 'Check out this amazing content!', image URL 'https://example.com/image.jpg', and board ID '123456789'.

Frequently Asked Questions about pinterest-publish

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

FAQPage Schema
How do I automate pin creation on Pinterest using the API?

To automate pin creation on Pinterest, this Skill uses the Pinterest API v5 to publish image and video pins. You need to provide the title, description, media URL, and board ID, and the script handles the request automatically.

Do I need an OAuth2 token to publish pins to Pinterest?

Yes, you need an OAuth2 token to publish pins to Pinterest. The Skill requires this OAuth2 token to securely authenticate with the Pinterest API v5 before creating any image or video pins on your specified boards.

Can I create both image and video pins on Pinterest with this?

Yes, you can create both image and video pins on Pinterest. The Skill supports publishing both media types by submitting the respective image or video URL along with the pin title, description, and target board ID.

What information is required to create a Pinterest pin via API?

To create a Pinterest pin via API, you must provide a title, description, image or video URL, and the destination board ID. An OAuth2 token is also required to authenticate the pin creation request.

How does OAuth2 authentication work for Pinterest API v5?

OAuth2 authentication for Pinterest API v5 works by requiring a valid token to verify your identity before creating pins. This Skill uses your OAuth2 token to securely connect and authorize automated image and video pin publication.