← 返回 Skills 市场
hith3sh

Content Repurpose to LinkedIn

作者 Jay · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ pending
29
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install content-repurpose-to-linkedin
功能描述
Turn source content into polished LinkedIn posts and publish them with confirmation. Uses ClawLink to discover LinkedIn tools and publish posts after user ap...
使用说明 (SKILL.md)

Content Repurpose to LinkedIn

Turn source content into polished LinkedIn posts and publish them through ClawLink. Use this skill when users want to transform articles, notes, or other content into professional LinkedIn posts.

This skill uses ClawLink for hosted connection flows and credentials so you do not need to configure LinkedIn API access yourself.

Setup in 3 Steps

Step 1: Install Step 2: Pair Account Step 3: Connect LinkedIn
Install Pair App-specific connection GIF coming soon
Run the install command in OpenClaw Sign in and approve the device Open the dashboard and connect LinkedIn

How It Works

┌─────────────────┐     ┌──────────────┐     ┌──────────────────┐
│   OpenClaw      │────▶│   ClawLink   │────▶│ LinkedIn API      │
│   (User Chat)   │     │   (OAuth)    │     │ (Posts/Content)  │
└─────────────────┘     └──────────────┘     └──────────────────┘
         │                       │                       │
         │  1. Install Plugin    │                       │
         │  2. Pair Device       │                       │
         │  3. Connect LinkedIn  │                       │
         │                       │  4. Secure Token      │
         │                       │  5. Proxy Requests    │
         │                       │                       │
         ▼                       ▼                       ▼
   ┌──────────┐           ┌──────────┐           ┌──────────┐
   │  SKILL   │           │ Dashboard│           │ LinkedIn │
   │  File    │           │ Auth     │           │ Profile │
   └──────────┘           └──────────┘           └──────────┘

Install

Install the verified ClawLink plugin from ClawHub. After the user confirms, complete the full setup so ClawLink tools are visible in the next OpenClaw chat.

openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart

Then tell the user: "OpenClaw has been restarted. Send /new as a standalone message to start a fresh chat, then ask for LinkedIn posting again."

Good Trigger Phrases

  • "Turn this article into a LinkedIn post"
  • "Repurpose my notes into 3 LinkedIn post options"
  • "Draft a founder update for LinkedIn"
  • "Rewrite this thread for LinkedIn and post it"
  • "Take this blog post and make it into a short professional post"
  • "Create a LinkedIn post from this content"

Workflow

1. Understand the Source and Goal

Ask for:

  • the source content
  • the target audience
  • the tone
  • whether the goal is reach, authority, storytelling, or announcing something
  • whether the user wants one post or several variants

If the source is long, first summarize the key ideas before drafting.

2. Pull Out the Strongest Angle

Do not just compress content. Choose the best LinkedIn angle:

  • opinion
  • lesson learned
  • founder update
  • case study
  • contrarian insight
  • practical checklist
  • behind-the-scenes story

If there are several possible angles, give the user 2-3 options first.

3. Draft for LinkedIn, Not for Blogs

Good LinkedIn posts are usually:

  • shorter than the source
  • hook-first
  • easy to scan
  • written in plain language
  • built around one idea

Prefer:

  • a strong opening line
  • short paragraphs
  • one concrete takeaway
  • a simple CTA when useful

Avoid:

  • sounding robotic
  • stuffing hashtags
  • preserving blog structure
  • making unsupported claims

4. Offer Variants Before Publishing

When the user has not specified a format, generate 2-3 options such as:

  • concise and professional
  • personal/founder voice
  • tactical/educational

Let the user choose or edit one before posting.

5. Discover the Live LinkedIn Tools

  1. Call clawlink_list_integrations to confirm LinkedIn is connected.
  2. Call clawlink_list_tools with integration linkedin.
  3. If the exact posting tool is unclear, call clawlink_search_tools with a short query such as create post, publish text post, or organization post.
  4. Call clawlink_describe_tool before any publish, comment, or delete action.
  5. Use the returned schema and guidance as the source of truth.

6. Preview and Confirm

Before any publish action:

  1. Show the final post text exactly as it will appear.
  2. Confirm whether it should publish to a personal profile or organization if relevant.
  3. Call clawlink_preview_tool first when available.
  4. Execute with clawlink_call_tool only after explicit confirmation.

Getting Connected

  1. Install the ClawLink plugin (see Install above).
  2. Pair the plugin with clawlink_begin_pairing if it is not configured yet.
  3. Open https://claw-link.dev/dashboard?add=linkedin and connect LinkedIn.
  4. Call clawlink_list_integrations to verify the connection is active.

Good Workflow Behavior

  • Suggest edits to improve clarity before posting.
  • Preserve claims and facts from the source; do not invent outcomes or metrics.
  • Ask if the user wants a CTA, hashtags, or a shorter version.
  • If the user wants several posts from one source, make them meaningfully different.
  • If the post is for a company page, verify the target entity before publishing.

Rules

  • Always use ClawLink tools for LinkedIn publishing. Do not ask for separate LinkedIn credentials.
  • Do not invent LinkedIn tool names or schemas. Use the live ClawLink catalog in the current turn.
  • Ask for confirmation before publishing, commenting, or deleting any LinkedIn content.
  • Never publish a draft automatically just because the user asked for help writing it.
  • If LinkedIn is not connected, direct the user to https://claw-link.dev/dashboard?add=linkedin.

Example Prompts

  • Turn this blog post into 3 LinkedIn post options for startup founders.
  • Rewrite these product notes into one polished LinkedIn launch post.
  • Take this long transcript and create a short authority-building LinkedIn post.
  • Draft a LinkedIn post from these bullet points, then ask me before posting it.

Notes

  • LinkedIn integration slug is linkedin.
  • Tool names may include create_post, organization_post, share_post, or similar — discover the exact name from the live catalog.
  • LinkedIn API requires specific permissions for organization posting — verify the connected account has appropriate access.

Error Handling

Status / Error Meaning
Tool not found The tool name does not exist in the current catalog. Verify with clawlink_list_tools --integration linkedin.
Missing connection LinkedIn is not connected. Direct the user to https://claw-link.dev/dashboard?add=linkedin.
Write rejected User did not confirm publishing.
InvalidArgument Invalid parameter. Review the tool schema with clawlink_describe_tool.

Troubleshooting: Tools Not Visible

  1. Check that the ClawLink plugin is installed:
    openclaw plugins list
    
  2. If the plugin is installed but tools are missing, tell the user to send /new as a standalone message to reload the catalog.
  3. If a fresh chat does not help, run:
    openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
    openclaw gateway restart
    
  4. After restart, tell the user to send /new again and retry.

Resources

Related Skills


Powered by ClawLink — an integration hub for OpenClaw

ClawLink Logo

能力标签
requires-oauth-tokenrequires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-repurpose-to-linkedin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-repurpose-to-linkedin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Full rewrite to new standard: added tool reference tables, 3-step GIF table, architecture diagram, code examples, error handling, and troubleshooting.
v0.1.0
Initial release of "content-repurpose-to-linkedin" skill. - Turn any source content into polished LinkedIn posts, optimized for engagement and clarity. - Integrated with ClawLink for secure LinkedIn publishing—no manual API setup required. - Guides users step by step: from drafting multiple post options to confirming before publishing. - Follows LinkedIn best practices for format, tone, and audience targeting. - Discovers live LinkedIn publishing tools via ClawLink, ensuring up-to-date workflows. - Strong error handling and clear setup instructions included.
元数据
Slug content-repurpose-to-linkedin
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Content Repurpose to LinkedIn 是什么?

Turn source content into polished LinkedIn posts and publish them with confirmation. Uses ClawLink to discover LinkedIn tools and publish posts after user ap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 Content Repurpose to LinkedIn?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-repurpose-to-linkedin」即可一键安装,无需额外配置。

Content Repurpose to LinkedIn 是免费的吗?

是的,Content Repurpose to LinkedIn 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Repurpose to LinkedIn 支持哪些平台?

Content Repurpose to LinkedIn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Repurpose to LinkedIn?

由 Jay(@hith3sh)开发并维护,当前版本 v0.1.1。

💬 留言讨论