scrape-profile

scrape-profile is a skill for Claude Code, Codex from MSApps-Mobile/claude-plugins. It costs 27 tokens per session (212 once invoked), scanned A, original, MIT.

A procedure for extracting professional information from a LinkedIn profile, such as a person's name, headline, jobs, education, and skills.

In plain words
What is it for?
Use it to collect information from a LinkedIn profile for a professional summary, provided the user confirms the scrape and the necessary access is available.
Why use it?
It gathers profile details into a structured summary instead of requiring manual copying. It also requires a valid profile link and an Apify access token.

Skill for Claude CodeCodex

Part of the linkedin-scraper plugin — 3 skills, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/msapps-mobile/claude-plugins/scrape-profile
Any agent
npx skills add MSApps-Mobile/claude-plugins --skill scrape-profile
Clone the repo
git clone --depth 1 https://github.com/MSApps-Mobile/claude-plugins

Made for: Claude Code, Codex.

Or install linkedin-scraper, the plugin that ships this one along with the rest of its 3 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scrape-profile

README.md
[![agentmods](https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/scrape-profile.svg)](https://agentmods.dev/skills/msapps-mobile/claude-plugins/scrape-profile)
Your own site
<a href="https://agentmods.dev/skills/msapps-mobile/claude-plugins/scrape-profile"><img src="https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/scrape-profile.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 212 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00212
Opus 5 $0.00014 $0.00106
Sonnet 5 $0.00005 $0.00042
Haiku 4.5 $0.00003 $0.00021

Measured 3d ago against content hash c7aedca04adb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scrape-profile scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/linkedin-scraper/skills/scrape-profile/SKILL.md · 23 lines

What it actually says

Scrape LinkedIn Profile

Extract professional data from a LinkedIn profile using the Apify LinkedIn Profile Scraper actor.

Requirements

  • A valid Apify API token (set as APIFY_TOKEN environment variable)
    • A LinkedIn profile URL

    • Workflow

      1. Validate input: Confirm the user has provided a valid LinkedIn profile URL
        1. Run the Apify actor: Use the Apify LinkedIn Profile Scraper to extract profile data
          1. Parse and format: Structure the extracted data into a clean summary
            1. Present results: Display the formatted profile data to the user

            2. Important Notes

              • Always confirm with the user before initiating a scrape
                • Respect rate limits and LinkedIn terms of service
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 23 lines · 27 tokens per session scan A c7aedca04adb

Subscribe to this mod's changes

scrape-profile is a skill published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 8d ago), licensed MIT. It adds 27 tokens to every session and 212 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

wiki

Markdown-first knowledge base where the LLM acts as librarian. Ingests raw sources, compiles and interlinks topic files, self-maintains an index. No vector DB or embeddings required -- uses LLM-native navigation over structured markdown up to 400K words.

SethGammon/Citadel · 56 tokens

data-realestate

국토교통부 실거래가 신고 데이터로 아파트·오피스텔·연립다세대·단독다가구·상업업무용 부동산의 매매·전월세 시세를 조회해 드립니다(별도 API 키 없이 바로 사용). 다음과 같은 요청 시 사용하세요: "잠실 리센츠 2024년 매매 실거래가 찾아줘" "강남구 아파트 실거래가 알려줘" "마포구 아파트 전세 실거래 보여줘" "성수동 오피스텔 월세 시세 조회해줘" "용산구 상업업무용 건물 거래내역 찾아줘" "전세 보증금 추이 알려줘" "이 단지 평형별 시세 비교해줘" 지역·단지·거래년월로 실거래를 조회해 중위값·최소·최대와 대표 거래를 요약하고, 입지 분석이나 투자 검토로…

modu-ai/moai-cowork · 230 tokens

red-team-adversarial

Adversarial security and resilience analysis — auto-triggered during /review and /test based on task classification. Provides attack surface analysis, boundary testing, auth bypass attempts, dependency chain attacks, and Beast Mode stress testing.

KbWen/agentic-os · 50 tokens

Abnormal Security Messages

Abnormal Security message analysis: message retrieval, email header inspection, attachments, sender reputation, delivery context, and SPF/DKIM/DMARC authentication results.

WYRE-AI/msp-claude-plugins · 37 tokens