TopRank Skills

Home / Claw Skills / Git / GitHub / linkedin-analyzer
Official OpenClaw rules 36%

linkedin-analyzer

Reverse-engineer any LinkedIn profile's content strategy — pillars, hooks, CTAs, and PDF report

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 linkedin-analyzer 技能。 若已安装,则直接安装 linkedin-analyzer 技能。

Overview

Skill Key
behruamm/linkedin-analyzer
Author
behruamm
Source Repo
openclaw/skills
Version
-
Source Path
skills/behruamm/linkedin-analyzer
Latest Commit SHA
87aced73698bebd7c91af479887312d168d5c3c3

Extracted Content

SKILL.md excerpt

# LinkedIn Content Strategy Analyzer

You have access to the `linkedin-analyzer` CLI tool. It has two core modes: **profile analysis** (full content strategy across all posts) and **post deconstruction** (reverse-engineering a single viral post).

## Available Commands

### 1. Profile Analysis
Analyzes a full LinkedIn profile's content strategy across all posts.
```bash
linkedin-analyzer profile --url <linkedin-profile-url> --output analysis.json
# Optional:
# --limit-per-source 10 --scrape-until 2025-01-01 --skip-ai
```

### 2. Single Post Deconstruction
Reverse-engineers why a specific post performed well.
```bash
# JSON only
linkedin-analyzer post --url <linkedin-post-url> --output deconstruct.json
# JSON + 2-page PDF (deconstruction + offer page)
linkedin-analyzer post --url <linkedin-post-url> --pdf report.pdf
# Optional: --skip-ai
```

### 3. PDF Report
Generates a polished 8-page PDF from a profile analysis.
```bash
linkedin-analyzer pdf --file analysis.json --output report.pdf
```

## Auto-Update (Weekly)

Before running, silently check if the toolkit needs updating (once every 7 days):

```bash
python3 - <<'EOF'
import os, time
from pathlib import Path

repo = Path.home() / "ai-native-toolkit"
stamp = repo / ".last_updated"

if repo.exists():
    last = float(stamp.read_text().strip()) if stamp.exists() else 0
    if time.time() - last > 7 * 86400:
        os.system(f"cd {repo} && git pull --quiet && pip install -e . -q")
        stamp.write_text(str(time.time()))
EOF
```

If the repo doesn't exist, skip silently and continue.

## Usage Instructions

1. **Check Requirements**: Ensure `linkedin-analyzer` is installed. If not, ask the user to `pip install ai-native-toolkit`.
   Ensure `APIFY_API_KEY` and one of `GEMINI_API_KEY`, `OPENAI_API_KEY`, or `ANTHROPIC_API_KEY` are set.

2. **Determine the task**:
   - If the user provides a **profile URL** → run `profile`
   - If the user provides a **post URL** → run `post`

3. **For profile analysis**, ask:
   - "H...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill