linkedin-automation
LinkedIn の投稿とプロフィール管理を自動化
Composio の LinkedIn ツールキットを使用して、LinkedIn 投稿の作成、プロフィール管理、エンゲージメントタスクを自動化することで時間を節約しましょう。開発環境から離れることなく、ソーシャルメディアのワークフローを効率化できます。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「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 のレート制限を尊重し、429 エラーを回避するために、複数の投稿やコメントを作成する際にバックオフ戦略を実装する
回避
- ツールスキーマは変更される可能性があり、古いパラメータを使用すると操作が失敗するため、RUBE_SEARCH_TOOLS ステップをスキップしない
- 投稿、ユーザー、または組織を参照する際に、完全な URN 形式ではなく部分的な ID やバニティ URL を使用しない
- LinkedIn のレート制限をトリガーし、一時的なスロットリングを招く可能性があるため、遅延なしに連続して投稿やコメントを作成しない
- OAuth トークンが無期限に有効であると想定しない。API 呼び出しが認証有効期限切れを示す 401 エラーを返した場合は、再認証する