pinterest

Installation
SKILL.md

Pinterest API v5 Skill

This skill provides tools and instructions for working with Pinterest API v5.

Quick Start

  1. Create App: Follow the guide in references/setup_guide.md to get your App ID and App Secret.
  2. Get Token: Run the authorization script:
    python3 scripts/auth.py
    
    The script will open a browser, perform OAuth authorization, and output the Access Token.

Core Features

1. Pin Management

  • Create Pin: POST /v5/pins
  • Get Pin Info: GET /v5/pins/{pin_id}
  • Delete Pin: DELETE /v5/pins/{pin_id}
Installs
4
First Seen
Apr 5, 2026
pinterest from skills.volces.com