Agent Skills

Agent Skills are ready-to-use skills for AI agents like Claude Code. Each skill teaches the agent a specific LinkedIn workflow so you can accomplish complex tasks with a simple prompt.

Source code available on GitHub.

How it works

Once a skill is installed, your AI agent automatically detects it and gains new capabilities. You interact with the agent as usual:

Run an outreach sequence for product managers at fintech companies in New York.

Find all decision makers at Acme Corp and send them personalized connection requests.

Get my conversation history with https://linkedin.com/in/john-doe and draft a follow-up.

The agent understands the full workflow, breaks it into steps, and executes everything autonomously.

Prerequisites

All skills are powered by LinkedIn CLI, which needs to be installed first:

bash
npm install -g @linkedapi/linkedin-cli
linkedin setup

You'll need your Linked API Token and Identification Token from app.linkedapi.io.

Installation

Copy the desired skill folder into your Claude Code skills directory:

Project-level (recommended):

bash
mkdir -p .claude/skills
cp -r linkedin-skills/linkedin .claude/skills/

Global (available in all projects):

bash
cp -r linkedin-skills/linkedin ~/.claude/skills/

Available skills

SkillDescription
LinkedInGeneral-purpose LinkedIn automation – profiles, search, messages, connections, posts, and more