pinterest

Translate natural language requests into Pinterest API calls for content and analytics.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/gnestor/claude-workflow-plugin --skill pinterest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinterest
Source: https://github.com/gnestor/claude-workflow-plugin/tree/main/.claude/skills/pinterest
Command: npx skills add https://github.com/gnestor/claude-workflow-plugin --skill pinterest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage Pinterest content and analytics by translating natural language requests into API calls. Applied to tasks like listing boards, creating pins, uploading pins with SEO metadata, and analyzing pin performance across boards and sections. Implements OAuth authentication, token management, board/pin CRUD operations, section management, analytics endpoints, and bulk workflows with error handling.

Core Features & Use Cases

  • Authentication with Pinterest via OAuth2 and token management.
  • Board management: list, create, update, delete, and summarize boards.
  • Pin management: create, update, delete, list pins, and pin analytics.
  • Board sections: create, update, delete, and manage sections.
  • Bulk uploads with SEO metadata and optional delay controls.
  • Bulk and sequential workflows with optional moderation before publishing.

Quick Start

Ask the agent to manage boards and pins, for example: Create a board called Summer 2025 and upload a pin to it.

Frequently Asked Questions about pinterest

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

FAQPage Schema
How do I bulk upload pins with SEO metadata to Pinterest boards?

You can bulk upload pins with SEO metadata by translating natural language requests into Pinterest API calls. The workflow supports optional delay controls and sequential processing to manage large volumes of pins across boards and sections.

Can I manage Pinterest boards and sections through natural language commands?

Yes, Pinterest board and section management is handled by translating natural language into API CRUD operations. You can list, create, update, delete, and summarize boards and their sections directly.

How does OAuth authentication work for Pinterest API integrations?

OAuth authentication for the Pinterest API uses OAuth2 with token management. This process allows secure access to your Pinterest account so the agent can execute board, pin, and analytics operations.

What is the best way to analyze pin performance across Pinterest boards?

Analyzing pin performance is done by requesting analytics through natural language, which triggers the Pinterest analytics API endpoints. This provides performance metrics across your boards and sections.

Does the Pinterest API support bulk workflows with moderation before publishing?

Yes, bulk and sequential workflows support optional moderation before publishing pins. This allows you to review pin content and SEO metadata prior to the final API upload.

Why are my Pinterest bulk uploads failing during sequential workflows?

Bulk upload failures during sequential workflows are managed through built-in error handling. Optional delay controls between API calls help prevent rate limiting and ensure reliable pin creation.