okhp3-pinterest-comment
Portable, platform-specific drafting contract. Runtime context is supplied by the caller.
A Pinterest comment is a response to a supplied Pin and thread, not a Pin
creation or comment-management action.
Scope
Draft one comment or reply for a supplied Pin using its conversation context
and source packet. Do not post, react, highlight, delete, filter, report,
message, or moderate any content.
Public artifact boundary
Use <PIN_REFERENCE>, <PARENT_COMMENT>, <DESTINATION>,
<SOURCE_PACKET>, and <PUBLIC_LINK> as placeholders. Do not retain a real
account, person, board, organization, project, campaign, topic, bias, or
private history. Gather necessary inputs at runtime only.
Process
- Confirm the Pin, parent comment if replying, acting identity, intended
audience, and supplied facts. Return
NEEDS INPUT when the target context is
missing.
- Write one concise contribution: answer, acknowledgement, clarification,
correction, or question. Keep factual corrections tied to supplied evidence.
- Do not add a mention, link, call to action, or emoji pattern unless supplied
and appropriate to the named conversation. Do not simulate participation or
create repetitive engagement.
- Do not offer to change comment controls or use comment-management functions.
The acting account may have different rights to comment, reply, edit,
highlight, filter, or report content; those controls are outside this skill.
- Remove private, sensitive, copyrighted, or unsupported content. Return a
draft and post handoff only.
Platform boundary
Pinterest supports comments and replies on Pins, while comment management and
visibility controls are separate account actions. This package prepares text
without assuming a comment can be posted or highlighted.
Output contract
Return Reply target, Draft, Purpose, Claim note, Mention or link note, Context gap, and Comment handoff.
Validation
Before return, verify the Pin and reply target are known, claims trace to
supplied context, no management action is implied, and the response does not
manufacture engagement.
Current platform references
Public-neutrality gate
Keep this package portable for public distribution. Do not embed a person name,
account handle or URL, private identifier, employer or organization identity,
product or project name, campaign name, board-specific subject, or user-specific
topic in instructions, examples, references, or evaluations. Resolve runtime
context from the current request. See ../PUBLIC-NEUTRALITY.md.
About
Portable, account-neutral platform-drafting contract.
MIT License -- free to use, fork, and adapt.
1---2name: okhp3-pinterest-comment3description: Draft a Pinterest comment or reply from supplied Pin and conversation context. Use when the user wants a concise, grounded response under a named Pin. It returns a draft only and does not comment, react, highlight, delete, filter, report, message, or moderate content.4license: MIT5---67# okhp3-pinterest-comment89Portable, platform-specific drafting contract. Runtime context is supplied by the caller.1011A Pinterest comment is a response to a supplied Pin and thread, not a Pin12creation or comment-management action.1314## Scope1516Draft one comment or reply for a supplied Pin using its conversation context17and source packet. Do not post, react, highlight, delete, filter, report,18message, or moderate any content.1920## Public artifact boundary2122Use `<PIN_REFERENCE>`, `<PARENT_COMMENT>`, `<DESTINATION>`,23`<SOURCE_PACKET>`, and `<PUBLIC_LINK>` as placeholders. Do not retain a real24account, person, board, organization, project, campaign, topic, bias, or25private history. Gather necessary inputs at runtime only.2627## Process28291. Confirm the Pin, parent comment if replying, acting identity, intended30 audience, and supplied facts. Return `NEEDS INPUT` when the target context is31 missing.322. Write one concise contribution: answer, acknowledgement, clarification,33 correction, or question. Keep factual corrections tied to supplied evidence.343. Do not add a mention, link, call to action, or emoji pattern unless supplied35 and appropriate to the named conversation. Do not simulate participation or36 create repetitive engagement.374. Do not offer to change comment controls or use comment-management functions.38 The acting account may have different rights to comment, reply, edit,39 highlight, filter, or report content; those controls are outside this skill.405. Remove private, sensitive, copyrighted, or unsupported content. Return a41 draft and post handoff only.4243## Platform boundary4445Pinterest supports comments and replies on Pins, while comment management and46visibility controls are separate account actions. This package prepares text47without assuming a comment can be posted or highlighted.4849## Output contract5051Return `Reply target`, `Draft`, `Purpose`, `Claim note`, `Mention or link52note`, `Context gap`, and `Comment handoff`.5354## Validation5556Before return, verify the Pin and reply target are known, claims trace to57supplied context, no management action is implied, and the response does not58manufacture engagement.5960## Current platform references6162- [Pinterest Help: Comment on a Pin](https://help.pinterest.com/en/article/comment-on-a-pin) (retrieved 2026-08-11) documents comments, replies, and related comment-management controls.6364## Public-neutrality gate6566Keep this package portable for public distribution. Do not embed a person name,67account handle or URL, private identifier, employer or organization identity,68product or project name, campaign name, board-specific subject, or user-specific69topic in instructions, examples, references, or evaluations. Resolve runtime70context from the current request. See `../PUBLIC-NEUTRALITY.md`.7172## About7374Portable, account-neutral platform-drafting contract.75MIT License -- free to use, fork, and adapt.