adminbot-linkedin-from-twitter

Generate LinkedIn paper announcements from Twitter/X drafts or threads stored in a Google Sheets spreadsheet.

1|3|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/akhkim/adminbot --skill adminbot-linkedin-from-twitter-akhkim
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adminbot-linkedin-from-twitter
Source: https://github.com/akhkim/adminbot/tree/main/openclaw-adminbot/extensions/adminbot/skills/adminbot-linkedin-from-twitter
Command: npx skills add https://github.com/akhkim/adminbot --skill adminbot-linkedin-from-twitter-akhkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a paper's Twitter/X announcement into a polished LinkedIn post requires manually hunting down the draft, reassembling fragmented threads, and rewriting casual tweet shorthand into professional prose. This Skill automates that lookup and rewrite so lab members get a ready-to-review LinkedIn draft grounded in the actual source material. ## Core Features & Use Cases - Spreadsheet Source Lookup: Finds the paper row in the PaperPublish Google Sheet by normalized title matching, reading twitter_draft or Twitter Thread columns via gog or gws. - Thread Reconstruction: Combines a main post plus author thread continuations in posted order, excluding unrelated replies and quote-tweets. - LinkedIn Rewrite: Converts X shorthand into 900-1,600 character professional posts with preserved author credits, links, and at most three relevant hashtags, without inventing claims or metrics. - Approval-Gated Publishing: Routes actual publication through adminbot_prepare_paper_social_posts with platforms=["linkedin"], keeping public posting behind the T4 approval gate. - Use Case: A lab member asks to turn a paper's X thread into a LinkedIn post; the Skill locates the spreadsheet row, fetches the thread, and returns a formatted draft with a source note. ## Quick Start Ask AdminBot to create a LinkedIn post for a specific paper from its Twitter draft or thread, for example by saying "Turn the Twitter thread for our latest paper into a LinkedIn post."

Frequently Asked Questions about adminbot-linkedin-from-twitter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a Twitter thread into a LinkedIn post?▼

Provide the paper title or thread URL and the Skill locates the twitter_draft or Twitter Thread column in the PaperPublish spreadsheet, reconstructs the thread in posted order, and rewrites it as a 900-1,600 character LinkedIn post with preserved links and credits.

How does the skill find the right paper in the spreadsheet?▼

It matches papers by case-insensitive normalized title, ignoring punctuation, repeated spaces, and prefixes like "paper:". If multiple rows match, it asks the user to choose before drafting.

What happens if the Twitter thread cannot be fetched?▼

If the thread page is blocked, private, deleted, or requires login, the Skill reports exactly which source failed and asks the user to paste the thread text, unless a twitter_draft cell is already available as a fallback.

Can this skill publish the LinkedIn post directly?▼

No. Public posting is a T4 action that must go through adminbot_prepare_paper_social_posts with platforms=["linkedin"] after the user confirms the exact text. The Skill itself only produces drafts.

What are the limitations of the generated LinkedIn drafts?▼

Drafts stay factual to the source material and never invent performance numbers, novelty claims, venue acceptance, or affiliations. Hashtags are capped at three and only used when supported by the paper topic.