← 返回 Skills 市场
shaopanguo

Academic Social Publisher

作者 Chopin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install academic-social-publisher
功能描述
Generate platform-optimized academic content from papers for ResearchGate, LinkedIn, and WeChat. Activated when Chopin shares a paper/article and wants to cr...
使用说明 (SKILL.md)

Academic Social Publisher

Transform academic papers into engaging social media content for ResearchGate, LinkedIn, and WeChat. Optionally generate a video.

Input

Provide or forward the paper with:

  • Title
  • Authors
  • Abstract / key points
  • Publication venue / conference
  • Link to paper
  • (Optional) Specific angle or highlight to emphasize

Output Platforms

1. ResearchGate Post

  • Tone: Academic, formal
  • Length: 300-500 words
  • Content: Full abstract highlight + methodology punchline + link
  • Includes: Hashtags (#FormationControl #EventTriggered #MultiAgentSystems etc.)

2. LinkedIn Post

  • Tone: Professional but conversational, storytelling-driven
  • Length: 150-300 words (shorter for feed algorithm)
  • Content: Hook opener → key contribution → why it matters → CTA (read paper / connect)
  • Format: Short paragraphs, emoji sparingly, line breaks for readability

3. WeChat Article (公众号风格)

  • Tone: Chinese, semi-formal, accessible to educated non-specialists
  • Length: 800-1500 characters
  • Content: 标题 (catchy) → 背景 → 核心贡献 → 亮点解读 → 结语
  • Style: Use "我们" for warmth, include 2-3 emoji, technical terms with brief explanations

4. Video Introduction Script (Optional — always generated, video production depends on config)

  • Length: 60-90 seconds narration (~150-200 words)
  • Structure:
    • Opening hook (1 sentence, intriguing question or surprising fact)
    • What this paper is about (1-2 sentences)
    • Why it matters (1 sentence)
    • Key contribution (1-2 sentences)
    • Closing CTA
    • Scene/slideshow suggestions for visuals
  • Output: Always produces a complete narration script

Video Production (Optional — requires config)

Video generation is opt-in and requires setup. Without an API key, the skill still produces the full script for manual use.

Option A: Full AI Video Pipeline (requires API key)

Requires one of:

  • HeyGen — text-to-video with avatar, best for presenter-style research talk
  • Runway / Pika / Kling — AI video clips from text/image prompts
  • ElevenLabs — already configured for TTS voice

Pipeline:

  1. Generate narration audio via ElevenLabs (or configured TTS)
  2. Generate slide/image assets via image generation
  3. Compose video via ffmpeg
  4. (Optional) Enhance with HeyGen/Runway API

Option B: Script-Only Mode (no API key needed)

Even without video API keys, always:

  • ✅ Generate full video narration script with scene directions
  • ✅ Suggest slide content and visual layout
  • ✅ Provide timing cues

User can take the script and produce the video manually or with their own tools.

Workflow

  1. Parse paper info (title, authors, abstract, venue)
  2. Identify 3 key talking points
  3. Draft ResearchGate version
  4. Adapt to LinkedIn voice
  5. Adapt to WeChat Chinese style
  6. Generate video narration script (always)
  7. If video API configured: produce audio/video
  8. Output all versions clearly separated

Configuration

To enable video generation, add to your skill config or environment:

# Example: TTS only (already has sag/ElevenLabs)
video:
  enabled: true
  tts: elevenlabs  # uses existing sag tool
  # Generate slides as images

# Example: Full pipeline
video:
  enabled: true
  tts: elevenlabs
  video_api: heygen  # or runway/pika/kling
  api_key: YOUR_KEY

If video.enabled: false or no API key, skip video production and deliver script only.

Platform Best Practices

See references/platform-guides.md for detailed character limits, hashtag strategies, and posting tips per platform.

安全使用建议
This skill appears coherent and low-risk when used for text generation only. Before enabling optional video production, consider: 1) Only provide API keys for services you trust and limit their scope; confirm where the skill stores those keys (agent config vs. remote storage) and be prepared to revoke them if needed. 2) The full video pipeline references ffmpeg and third-party video/TTS APIs — ensure those tools are installed locally or that you intend to use remote APIs. 3) The skill generates content but does not, in its instructions, automatically post to external accounts; if you later integrate automated posting, review and restrict posting permissions. If you want higher assurance, ask the skill author to document exact storage and transmission behavior for any API keys and the exact commands used for video composition.
功能分析
Type: OpenClaw Skill Name: academic-social-publisher Version: 1.0.0 The academic-social-publisher skill is designed to generate social media content and video scripts from academic papers for platforms like ResearchGate, LinkedIn, and WeChat. The instructions in SKILL.md and the guidance in references/platform-guides.md are consistent with the stated purpose, and there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the instructions: the skill converts paper metadata into posts for ResearchGate, LinkedIn, WeChat and always produces a video narration script. No unexplained credentials, binaries, or unrelated capabilities are required for its core function.
Instruction Scope
Instructions stay on-topic (parse paper metadata, produce platform-specific text and an optional video script). They do mention optional calls to third-party video/TTS services (HeyGen, Runway, Pika, Kling, ElevenLabs) and use of ffmpeg in a full pipeline; those are optional and only used if the user configures an API key. The SKILL.md does not instruct the agent to read unrelated files or environment variables, nor to auto-post to external accounts (it only generates content).
Install Mechanism
No install spec and no code files — instruction-only — so nothing will be written to disk or downloaded by default.
Credentials
The registry declares no required env vars or primary credential. The SKILL.md documents optional API keys for third-party video/TTS services if the user opts into video production. That is proportionate, but these API keys are sensitive and the README does not specify how/where keys are stored or scoped.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills or system-wide configs. Autonomous invocation remains enabled by default (platform normal), but nothing in the skill grants it extra persistent power.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install academic-social-publisher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /academic-social-publisher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Academic Social Publisher - Generate social media content from academic papers for ResearchGate, LinkedIn, and WeChat, each tailored to platform style and best practices. - Optionally generate a video introduction script for research promotion, with full video generation if API keys are provided. - Supports both English and Chinese outputs, including accessible WeChat articles with localized style. - Outputs structured, multi-platform posts and narration scripts, adaptable for both manual and automated sharing. - Allows researchers to amplify their influence, share new publications, and run research awareness campaigns efficiently.
元数据
Slug academic-social-publisher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Academic Social Publisher 是什么?

Generate platform-optimized academic content from papers for ResearchGate, LinkedIn, and WeChat. Activated when Chopin shares a paper/article and wants to cr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Academic Social Publisher?

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

Academic Social Publisher 是免费的吗?

是的,Academic Social Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Academic Social Publisher 支持哪些平台?

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

谁开发了 Academic Social Publisher?

由 Chopin(@shaopanguo)开发并维护,当前版本 v1.0.0。

💬 留言讨论