LinkedIn Post Generator

by NvkAnirudh
Verified

generate_linkedin_post

Create LinkedIn post drafts from YouTube videos by analyzing video transcripts. Input video title, summary, and optional hashtags for customized content. Supports first-person, third-person, or thought-leader tones.

Input Schema

NameRequiredDescriptionDefault
hashtagsNoRelevant hashtags (optional)
includeCallToActionNoWhether to include a call to action
speakerNameNoName of the speaker in the video (optional)
summaryYesSummary of the video content
toneNoTone of the LinkedIn postfirst-person
videoTitleYesTitle of the YouTube video

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hashtags": { "description": "Relevant hashtags (optional)", "items": { "type": "string" }, "type": "array" }, "includeCallToAction": { "default": true, "description": "Whether to include a call to action", "type": "boolean" }, "speakerName": { "description": "Name of the speaker in the video (optional)", "type": "string" }, "summary": { "description": "Summary of the video content", "type": "string" }, "tone": { "default": "first-person", "description": "Tone of the LinkedIn post", "enum": [ "first-person", "third-person", "thought-leader" ], "type": "string" }, "videoTitle": { "description": "Title of the YouTube video", "type": "string" } }, "required": [ "summary", "videoTitle" ], "type": "object" }

You must be authenticated.

Other Tools from LinkedIn Post Generator

Related Tools

ID: 1ym9p61tgu