Skip to main content

write-post

Generate a LinkedIn post using the LinkedIn Writer MCP server. Use this skill whenever the user wants to write a LinkedIn post, create social media content, draft a post from research, or generate a post with an image. Triggers on: 'write a post', 'create a LinkedIn post', 'draft a post about', 'turn this into a post', 'generate a post', or any request involving LinkedIn content creation. Also use when the user has a guideline.md and research.md ready.

설치로 이동

소스 정보

저장소
Arindam200/awesome-ai-apps
최근 소스 활동
2026년 5월 8일 06:34
감지된 SKILL.md 언어
영어
스타
15,432
포크
1,780

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
write-post
description
Generate a LinkedIn post using the LinkedIn Writer MCP server. Use this skill whenever the user wants to write a LinkedIn post, create social media content, draft a post from research, or generate a post with an image. Triggers on: 'write a post', 'create a LinkedIn post', 'draft a post about', 'turn this into a post', 'generate a post', or any request involving LinkedIn content creation. Also use when the user has a guideline.md and research.md ready.
# Write LinkedIn Post Generate a LinkedIn post using the `linkedin-writer` MCP server. ## Working Directory All output goes into `outputs/{slug}/` relative to the project root. Derive the slug from: - The dataset seed/guideline filename if the user references one (e.g., `my-topic_seed.md` → `my-topic`) - Otherwise, slugify the topic (lowercase, hyphens, no special chars, max 60 chars) Create the directory if it doesn't exist. ## Input Preparation The working directory needs `guideline.md` and `research.md`. If the user provides raw text for the guideline, create `guideline.md` in the working directory: ```markdown # LinkedIn Post Guideline ## Topic [What the post is about] ## Angle [What perspective or approach to take] ## Target Audience [Who this post is for] ## Key Points to Cover [3-5 bullet points] ## Tone [How it should sound] ``` If `research.md` is in a different location, copy it into the working directory. ## Execution Read the `WORKFLOW_INSTRUCTIONS` from `src/writing/routers/prompts.py` and follow those steps exactly, using the `linkedin-writer` MCP tools. Pass `outputs/{slug}/` as the working directory path to each tool. ## After Completion Present the final `outputs/{slug}/post.md` content to the user. If an image was generated, mention `outputs/{slug}/post_image.png`.
GitHub에서 보기