Linkedin Post

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: linkedin-post Version: 2.0.1 The skill is a local content management toolkit for LinkedIn posts that allows users to log drafts, hooks, and hashtags to a local directory (~/.local/share/linkedin-post/). The script (scripts/script.sh) uses standard Bash utilities to manage these logs and provides basic search, stats, and export functionality without any network calls, sensitive data access, or malicious execution patterns.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your draft posts, content ideas, schedules, and history may remain on disk and be visible in later commands or exported files.

Why it was flagged

The skill intentionally persists user-provided LinkedIn drafts, edits, schedules, and exports locally for future search and review.

Skill content
All data is stored in `~/.local/share/linkedin-post/` ... `history.log` — centralized activity log recording every command invocation ... Export files saved as `export.json`, `export.csv`, or `export.txt`
Recommendation

Avoid entering sensitive personal, client, or unreleased business information unless you are comfortable storing it locally; review or delete the data directory when needed.