Source profileQuality 74/100Review permissions

mediause/agent-skills/linkedin/SKILL.md

linkedin

Use when handling MediaUse LinkedIn automation tasks, including jobs and people search, timeline and inbox retrieval, profile reads, safe connect/message flows, and Sales Navigator workflows, with Windows install, key onboarding, strict context/auth flow, full dynamic command map, and safety/rate controls.

Source repository stars
9
Declared platforms
0
Static risk flags
2
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Operate LinkedIn workflows with a consistent setup for search, profile intelligence, inbox/thread reads, and guarded outreach actions.

Best for

  • Use when handling MediaUse LinkedIn automation tasks, including jobs and people search, timeline and inbox retrieval, profile reads, safe connect/message flows, and Sales Navigator workflows, with Windows install, key o…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/mediause/agent-skills --skill "linkedin"
Safe inspection promptEditorial

Inspect the Agent Skill "linkedin" from https://github.com/mediause/agent-skills/blob/766e5075b28b3acd541436a7e3b3e21cdc38da01/linkedin/SKILL.md at commit 766e5075b28b3acd541436a7e3b3e21cdc38da01. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    3.1 Discover and plugin setup

    Review the “3.1 Discover and plugin setup” section in the pinned source before continuing.

    Review and apply the “3.1 Discover and plugin setup” source section.
  2. 02

    6. Workflow Examples

    Review the “6. Workflow Examples” section in the pinned source before continuing.

    Review and apply the “6. Workflow Examples” source section.
  3. 03

    always run once before each workflow (auto-upgrade latest)

    powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex" mediause --version

    powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex" mediause --version
  4. 04

    Scope

    Use this skill when the task targets LinkedIn operations such as:

    Search: jobs, people, sales navigator leadsRead: timeline, inbox, thread snapshot, job detail, jobs preferences, sent invitations, services pageProfile: read, experience, projects, analytics
  5. 05

    1. Install MediaUse CLI (Windows Only)

    Use the official install script for Windows:

    https://release.mediause.dev/install.ps1Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.Windows: supported

Permission review

Static risk signals and limitations

Runs scripts

medium · line 25

The documentation asks the agent to run terminal commands or scripts.

Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.

Network access

medium · line 30

The documentation includes network, browsing, or remote request actions.

powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"

Runs scripts

medium · line 68

The documentation asks the agent to run terminal commands or scripts.

First step on every run: execute install script once to auto-install or auto-upgrade the latest MediaUse CLI.

Network access

medium · line 316

The documentation includes network, browsing, or remote request actions.

powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score74/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars9SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
mediause/agent-skills
Skill path
linkedin/SKILL.md
Commit
766e5075b28b3acd541436a7e3b3e21cdc38da01
License
Not declared
Collected
2026-07-28
Default branch
master
View the original SKILL.md

MediaUse LinkedIn Skill

Operate LinkedIn workflows with a consistent setup for search, profile intelligence, inbox/thread reads, and guarded outreach actions.

Scope

Use this skill when the task targets LinkedIn operations such as:

  • Search: jobs, people, sales navigator leads
  • Read: timeline, inbox, thread snapshot, job detail, jobs preferences, sent invitations, services page
  • Profile: read, experience, projects, analytics
  • Post analytics: summarize visible post counters
  • Outreach: safe connect, safe send message
  • Sales Navigator: inbox, message, thread

LinkedIn operations in this skill require a logged-in account context. Guest mode is not supported for linkedin plugin actions.

1. Install MediaUse CLI (Windows Only)

Use the official install script for Windows:

Run:

powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"

Then verify:

mediause --version

Current support status:

  • Windows: supported
  • Linux: not supported yet
  • macOS: not supported yet

Recommended skill install path:

  • .mediause/skills/linkedin/SKILL.md

2. Get and Configure MediaUse Key

2.1 Apply for key

  1. Open https://mediause.dev/
  2. Sign in to your account.
  3. Open Project.
  4. Create or copy your API key.

2.2 Configure key in CLI

mediause manage key <your_key> --json

3. Core Flow (Mandatory Order)

Always follow this order:

First step on every run: execute install script once to auto-install or auto-upgrade the latest MediaUse CLI.

  1. Discover site and commands.
  2. Login and add account with auth login linkedin.
  3. Bind account context with use account.
  4. Check status with auth health and account health.
  5. Execute LinkedIn dynamic actions.
  6. Verify with trace/task.

3.1 Discover and plugin setup

mediause plugin list --json
mediause plugin add linkedin --json
mediause linkedin -h
mediause linkedin search -h
mediause linkedin get -h

3.1.1 Mandatory login first

Before any linkedin command, complete login and account binding:

mediause auth login linkedin --json
mediause auth list --json
mediause use account linkedin:<account_id> --policy balanced --json
mediause auth health --json
mediause linkedin account health --json

If login is not completed, linkedin commands return login-required errors.

3.2 Bind context before actions

use account must be executed successfully before any read/write action.

use account argument format:

mediause auth list --json
mediause use account linkedin:<account_id> --policy balanced --json

Do not use linkedin:guest for this plugin. All actions require a logged-in account.

If challenge/risk prompts appear, reopen in visible mode:

mediause use account linkedin:<account_id> --policy balanced --show --json

3.3 Auth health precondition

auth health is valid only after successful use account.

mediause auth health --json

If auth health indicates not logged in/expired:

mediause auth login linkedin --json
mediause use account linkedin:<account_id> --policy balanced --json
mediause auth health --json
mediause linkedin account health --json

4. LinkedIn Dynamic Command Map (v1)

Source schema:

  • plugin: plugin.linkedin
  • manifest: crates/platforms/plugins/linkedin/manifest.yaml

4.1 account.*

  • mediause linkedin account health --json

4.2 search.*

  • mediause linkedin search jobs --query [--location ] [--limit ] --json
  • mediause linkedin search people --keywords [--limit ] --json
  • mediause linkedin search salesnav --keywords [--limit ] --json

4.3 get.*

  • mediause linkedin get timeline [--limit ] --json
  • mediause linkedin get inbox [--limit ] [--unread-only ] --json
  • mediause linkedin get job-detail --job-url --json
  • mediause linkedin get jobs-preferences --json
  • mediause linkedin get sent-invitations --json
  • mediause linkedin get services-read [--profile-url ] [--services-url ] --json
  • mediause linkedin get thread-snapshot --thread-url [--max-scrolls ] --json

4.4 profile.*

  • mediause linkedin profile read [--profile-url ] --json
  • mediause linkedin profile experience [--profile-url ] --json
  • mediause linkedin profile projects [--profile-url ] --json
  • mediause linkedin profile analytics [--profile-url ] --json

4.5 post.*

  • mediause linkedin post analytics [--profile-url ] [--limit ] --json

4.6 engage.*

  • mediause linkedin engage connect --profile-url --expected-name [--note ] [--send ] --json

4.7 message.*

  • mediause linkedin message safe-send --thread-url --expected-name --message [--expected-last-text ] [--send ] --json

4.8 salesnav.*

  • mediause linkedin salesnav inbox [--limit ] [--unread-only ] --json
  • mediause linkedin salesnav message --recipient --subject --body [--send ] --json
  • mediause linkedin salesnav thread --thread-or-recipient [--limit ] --json

5. Operational Constraints (Mandatory)

Apply these constraints for all actions to reduce risk and keep behavior stable.

5.1 Human-like pacing

  • Avoid tight polling loops.
  • Add randomized delay between repeated actions.
  • Mix read and write operations to reduce repetitive behavior signals.

5.2 Frequency limits and minimum spacing

  • Hard stop if operation rate is abnormally high.
  • Stop immediately on repeated challenge/risk prompts.

Suggested limits:

  • Search/read/profile/post analytics: <= 60 per minute
  • Connect and safe-send: <= 20 per hour
  • Sales Navigator message send: <= 20 per hour

Minimum spacing:

  • Search/read/profile/post analytics: >= 1 second between actions
  • Connect and safe-send: >= 20 seconds between actions
  • Sales Navigator message send: >= 20 seconds between actions

Same-target guardrails:

  • Repeated connect/message on same recipient/thread: >= 60 seconds

If a limit is hit:

  1. Pause at least 10 minutes.
  2. Resume with read-only actions first.
  3. Re-check context health before write actions.

5.3 Safety policy

  • Do not bypass platform protections.
  • Do not attempt credential scraping or session hijacking.
  • Respect platform terms and local regulations.
  • Keep fail-closed behavior for connect and safe-send actions.

5.4 Output and error handling

  • Prefer --json output for machine workflows.
  • Require structured error handling with stable fields/code when available.
  • On challenge/auth wall, stop and return actionable next steps.

6. Workflow Examples

6.1 Jobs pipeline

mediause use account linkedin:<account_id> --json
mediause auth health --json
mediause linkedin search jobs --query "staff software engineer" --location "Singapore" --limit 20 --json
mediause linkedin get job-detail --job-url <job_url> --json
mediause trace last --json

6.2 People search to safe connect

mediause use account linkedin:<account_id> --json
mediause auth health --json
mediause linkedin search people --keywords "founder saas singapore" --limit 10 --json
mediause linkedin engage connect --profile-url <profile_url> --expected-name "<full_name>" --note "Hi, great to connect." --send false --json
mediause trace last --json

6.3 Inbox thread safe-send

mediause use account linkedin:<account_id> --json
mediause auth health --json
mediause linkedin get inbox --limit 20 --unread-only true --json
mediause linkedin message safe-send --thread-url <thread_url> --expected-name "<recipient_name>" --message "Thanks for your reply." --send false --json
mediause trace last --json

6.4 Sales Navigator flow

mediause use account linkedin:<account_id> --json
mediause auth health --json
mediause linkedin search salesnav --keywords "qa manager food" --limit 25 --json
mediause linkedin salesnav thread --thread-or-recipient <thread_or_recipient> --limit 50 --json
mediause trace last --json

7. Execution Checklist

Before run:

Before every run, execute the install script once.

  1. CLI installed via https://release.mediause.dev/install.ps1 on Windows.
  2. PATH updated and mediause --version works.
  3. API key configured and verified.
  4. Account context bound via mediause use account platform:account_id.
  5. auth login linkedin completed for the target account.
  6. auth health checked after context bind.
  7. linkedin account health checked and healthy=true.
  8. If not logged in, run mediause auth login linkedin --json and re-bind context.
  9. Pacing policy is enabled.

During run:

  1. Respect delays and minimum spacing.
  2. Stop on anti-bot/challenge prompts.
  3. Keep connect/safe-send in dry-run first when possible.

After run:

  1. Save logs and outcomes.
  2. Record risk warnings and cooldown events.
  3. Keep activity under conservative limits.

8. Quick Command Reference

# always run once before each workflow (auto-upgrade latest)
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version

# discover
mediause plugin list --json
mediause plugin add linkedin --json
mediause linkedin -h
mediause linkedin search -h
mediause linkedin get -h

# context + status
mediause auth list --json
mediause use account linkedin:<account_id> --json
mediause auth health --json

# key actions
mediause linkedin search jobs --query "data engineer" --limit 10 --json
mediause linkedin search people --keywords "product manager" --limit 10 --json
mediause linkedin get timeline --limit 20 --json
mediause linkedin engage connect --profile-url <profile_url> --expected-name "<name>" --send false --json
mediause linkedin message safe-send --thread-url <thread_url> --expected-name "<name>" --message "hello" --send false --json

# trace
mediause trace last --json

Skill Metadata Maintainer: @mediause-team Last-Updated: 2026-06-09 Version: v1

Alternatives

Compare before choosing

Computed 9831,966

K-Dense-AI/scientific-agent-skills

medchem

Medicinal chemistry filters for compound triage. Apply drug-likeness rules (Lipinski, Veber, CNS), structural alert catalogs (PAINS, NIBR, ChEMBL), complexity metrics, and the medchem query language for library filtering.

Computed 9342,015

coreyhaines31/marketingskills

emails

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," "lifecycle emails," "trigger-based emails," "email funnel," "email workflow," "what emails should I send," "welcome series," or "email cadence." Use this for any multi-email automated flow. For cold out

Computed 9338,313

wshobson/agents

team-communication-protocols

Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not

Computed 9227

MoizIbnYousaf/marketing-cli

free-tool-strategy

Plans free tools, calculators, generators, and interactive widgets that attract target audience through search and social sharing. Engineering as marketing — build something useful, capture leads. Use when someone wants to build a free tool for marketing, says 'free tool', 'calculator', 'generator', 'engineering as marketing', 'side project marketing', 'interactive widget', 'lead generation tool', 'SEO tool', 'growth hack', 'build something to attract users', or wants to attract users through ut