linkedin-cli
Automates LinkedIn tasks via CLI for profile fetching, connection management, and post creation, enhancing outreach and recruiting workflows.
Install this skill
Security score
The linkedin-cli skill was audited on Mar 4, 2026 and we found 25 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
External URL reference
| 29 | 1. Go to [app.linkedapi.io](https://app.linkedapi.io) and sign up or log in |
External URL reference
| 118 | linkedin person fetch https://www.linkedin.com/in/username --json -q |
External URL reference
| 121 | linkedin person fetch https://www.linkedin.com/in/username --experience --education --json -q |
External URL reference
| 124 | linkedin person fetch https://www.linkedin.com/in/username --posts --posts-limit 5 --json -q |
External URL reference
| 183 | linkedin company fetch https://www.linkedin.com/company/name --json -q |
External URL reference
| 186 | linkedin company fetch https://www.linkedin.com/company/name --employees --employees-position "Engineer" --json -q |
External URL reference
| 189 | linkedin company fetch https://www.linkedin.com/company/name --dms --posts --posts-limit 10 --json -q |
External URL reference
| 219 | linkedin message send https://www.linkedin.com/in/username 'Hey, loved your latest post!' --json -q |
External URL reference
| 231 | linkedin message get https://www.linkedin.com/in/username --json -q |
External URL reference
| 232 | linkedin message get https://www.linkedin.com/in/username --since 2024-01-15T10:30:00Z --json -q |
External URL reference
| 312 | linkedin post fetch https://www.linkedin.com/posts/username_activity-123 --json -q |
External URL reference
| 315 | linkedin post fetch https://www.linkedin.com/posts/username_activity-123 \ |
External URL reference
| 337 | --attachments "https://example.com/report.pdf:document:Q4 Report" --json -q |
External URL reference
| 341 | --company-url https://www.linkedin.com/company/name --json -q |
External URL reference
| 353 | linkedin post react https://www.linkedin.com/posts/username_activity-123 --type like --json -q |
External URL reference
| 356 | linkedin post react https://www.linkedin.com/posts/username_activity-123 --type celebrate \ |
External URL reference
| 357 | --company-url https://www.linkedin.com/company/name --json -q |
External URL reference
| 369 | linkedin post comment https://www.linkedin.com/posts/username_activity-123 'Great insights!' --json -q |
External URL reference
| 372 | linkedin post comment https://www.linkedin.com/posts/username_activity-123 'Well said!' \ |
External URL reference
| 373 | --company-url https://www.linkedin.com/company/name --json -q |
External URL reference
| 450 | linkedin navigator company fetch https://www.linkedin.com/sales/company/97ural --employees --dms --json -q |
External URL reference
| 451 | linkedin navigator company fetch https://www.linkedin.com/sales/company/97ural \ |
External URL reference
| 485 | linkedin navigator message send https://www.linkedin.com/in/username \ |
External URL reference
| 517 | See [Building Workflows](https://linkedapi.io/docs/building-workflows/) for the workflow JSON schema. |
External URL reference
| 536 | - **URL normalization.** All LinkedIn URLs in responses are normalized to `https://www.linkedin.com/...` format without trailing slashes. |