linkedin-automation
LinkedIn 게시물 및 프로필 관리 자동화
Composio 의 LinkedIn 툴킷을 통해 LinkedIn 게시물 생성, 프로필 관리 및 참여 작업을 자동화하여 시간을 절약하세요. 개발 환경을 벗어나지 않고도 소셜 미디어 워크플로우를 간소화할 수 있습니다.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "linkedin-automation". Create a LinkedIn post saying 'Hello world!'
النتيجة المتوقعة:
Successfully created LinkedIn post with ID 'urn:li:activity:1234567890'. The post is now live on your profile.
استخدام "linkedin-automation". Get my LinkedIn profile info
النتيجة المتوقعة:
Retrieved profile for John Doe: URN 'urn:li:person:ABC123', Headline 'Senior Developer', Location 'San Francisco Bay Area'.
استخدام "linkedin-automation". Upload an image and create a post with it
النتيجة المتوقعة:
Registered image upload, uploaded binary data, and created post 'urn:li:activity:9876543210' with image asset 'urn:li:digitalmediaAsset:C123E456'. Image is now visible on the post.
التدقيق الأمني
آمنAll 44 static analysis findings are false positives from markdown documentation. The external_commands flags are backtick characters in code blocks, network finding is legitimate documentation of MCP endpoint, weak_crypto flags are false matches on tool names, and system_reconnaissance flags are documentation of LinkedIn API URN formats. No executable code present. This is safe documentation for LinkedIn API workflows.
درجة الجودة
ماذا يمكنك بناءه
예약 콘텐츠 게시
마케팅 전문가가 콘텐츠 워크플로우의 일환으로 LinkedIn 게시물 생성 및 게시를 자동화하여 수동 개입 없이 일관된 소셜 미디어 존재감을 유지합니다.
회사 프로필 관리
소셜 미디어 관리자가 Claude Code 내에서 회사 페이지 정보를 조회 및 업데이트하고, 조직 페이지 대신 게시물을 게시하며 참여를 관리합니다.
개발자 통합
개발자가 커스텀 자동화 파이프라인에 LinkedIn 게시 기능을 통합하여 이벤트 또는 배포에 따라 소셜 미디어 업데이트를 트리거합니다.
جرّب هذه الموجهات
Create a LinkedIn post with the text: 'Excited to share our latest product update! Check out our new features.' Make it visible to my connections.
Help me post to LinkedIn with an image. The text should be 'Behind the scenes at our team meetup!' and the image is at /path/to/team-photo.jpg. Make it public.
Get my LinkedIn profile information and also fetch details for company ID 12345678. Show me the key details from both.
Add a comment 'Great insights! Thanks for sharing.' to LinkedIn post with ID 'urn:li:activity:1234567890'. My URN is 'urn:li:person:ABC123'.
أفضل الممارسات
- 모든 LinkedIn 작업을 사용하기 전에 항상 RUBE_SEARCH_TOOLS 를 먼저 호출하여 현재 도구 스키마를 조회하세요
- 작업을 시도하기 전에 RUBE_MANAGE_CONNECTIONS 를 호출하여 LinkedIn 연결 상태가 ACTIVE 인지 확인하세요
- 게시물이 의도한 대상에게 도달하도록 하기 위해 기본값에 의존하기보다 명시적 공개 범위 설정 ('PUBLIC' 또는 'CONNECTIONS') 을 사용하세요
- LinkedIn API.rate limit 를 준수하고 429 오류를 피하기 위해 여러 게시물이나 댓글을 작성할 때 백오프 전략을 구현하세요
تجنب
- 도구 스키마가 변경될 수 있으며 오래된 매개변수를 사용하면 작업이 실패하므로 RUBE_SEARCH_TOOLS 단계를 건너뛰지 마세요
- 게시물, 사용자 또는 조직을 참조할 때 전체 URN 형식 대신 부분 ID 또는 별칭 URL 을 사용하지 마세요
- 지연 없이 연속으로 게시물이나 댓글을 생성하면 LinkedIn.rate limit 가 트리거되어 일시적인 제한이 발생할 수 있으므로 주의하세요
- OAuth 토큰이 무기한 유효하다고 가정하지 마세요. API 호출이 만료된 자격 증명을 나타내는 401 오류를 반환하면 다시 인증하세요