Pinterest API v5 integration. Allows creating and reading pins, managing boards, retrieving profile data and analytics. Use this skill when the user needs to automate Pinterest tasks or access account data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ruslanlanket/pinterest-pubPinterest API v5 Skill
This skill provides tools and instructions for working with Pinterest API v5.
Quick Start
- Create App: Follow the guide in references/setup_guide.md to get your
App IDandApp Secret. - Get Token: Run the authorization script:
The script will open a browser, perform OAuth authorization, and output thepython3 scripts/auth.pyAccess 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}
2. Board Management
- Create Board:
POST /v5/boards - List Boards:
GET /v5/boards - Pins on Board:
GET /v5/boards/{board_id}/pins
3. Analytics
- Account Analytics:
GET /v5/user_account/analytics - Pin Analytics:
GET /v5/pins/{pin_id}/analytics
See references/api_reference.md for a detailed list of endpoints and request examples.
Usage Examples
Creating a Pin (Heuristics)
When creating a pin, you must specify board_id and media_source.
Request body example:
{
"title": "My Awesome Pin",
"description": "Check this out!",
"board_id": "123456789",
"media_source": {
"source_type": "image_url",
"url": "https://example.com/image.jpg"
}
}
Getting All Boards
Use GET /v5/boards to find the required board_id before creating a pin.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ruslanlanket-pinterest-pub": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
vk
Manage VK.com (Vkontakte) community: post content (text, photos, videos) and handle messages. Use for automating community management via VK API.
lightrag
Search and manage knowledge bases using LightRAG API. Supports multiple servers, context-aware writing, and direct information retrieval. Use when the user wants to query a LightRAG-powered knowledge base or use it as context for tasks.
dzen
Publish articles and posts to Dzen.ru (Yandex Zen). Supports text, images, and videos. Requires session cookies and a CSRF token from a logged-in browser session.
threads
Взаимодействие с Threads API для публикации постов (текст, изображения), чтения постов и получения информации о профиле. Используйте, когда пользователю нужно работать с Threads через Graph API.
avito
Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.