[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sergebulaev-linkedin-thread-monitor-en":3,"guides-for-sergebulaev-linkedin-thread-monitor":529,"similar-k17dgcf54ngejnzge913yagzy986mw83-en":530},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":226,"parentExtension":246,"providers":302,"relations":306,"repo":307,"tags":526,"workflow":527},1778697045057.979,"k17dgcf54ngejnzge913yagzy986mw83",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Track which of your LinkedIn comments earned author replies. Flags the 6-24h Kevin Payne window where thread momentum peaks, classifies threads as hot/warm/cool/dormant, and routes warm ones to linkedin-reply-handler for follow-up drafts. Powered by Apify, no LinkedIn login. Triggers on \"what threads need follow-up\", \"author replied\", \"monitor my comments\". Not for analyzing likers on a post (use linkedin-engager-analytics).",{"claudeCode":12},"sergebulaev/linkedin-skills","linkedin-thread-monitor","https://github.com/sergebulaev/linkedin-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":239},1778697282277.1624,"kn7d8k26e9jrpghewysazw44bx86ny48","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,104,108,111,114,117,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of tracking LinkedIn comments that have earned author replies and identifies a specific user need to respond within a critical time window.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers unique value by flagging the 'Kevin Payne window,' classifying thread momentum, and routing for follow-ups, powered by Apify without requiring a login, exceeding basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears fully implemented, covering the workflow from comment fetching to response drafting and pattern flagging, with clear usage instructions and fallback mechanisms.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on monitoring LinkedIn comments for author replies and managing follow-up actions, with clear non-goals explicitly stated.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality, including its reliance on Apify, exclusion of LinkedIn login, and specific triggers and non-goals.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill appears to be a single, focused capability rather than a collection of tools, making the concept of scoped tools less directly applicable.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md details the dependency on `APIFY_TOKEN` and explains its fallback mechanism, and input parameters are clearly defined.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","As this skill does not expose distinct tools or commands, this check is not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's input requirements (LinkedIn handle, optional window) and output (report format) are clearly defined and appear to be minimal for the task.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT License, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-11, which is within the last 3 months.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill does not appear to use third-party dependencies beyond those explicitly mentioned (Apify client and potentially libraries for response drafting), and no lockfile mechanism is evident for them.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill relies on an `APIFY_TOKEN`, which is handled via environment variables and not echoed in output, indicating appropriate secret management.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill fetches data via the Apify API and processes URLs, and the SKILL.md does not indicate any explicit instructions to execute arbitrary code from external sources.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses the Apify API and local Python scripts, with no indication of runtime downloads or remote execution of code not part of the bundle.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill focuses on API calls and data processing; there are no indications of operations that would modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the provided code snippets or documentation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill collects user LinkedIn comments and reply data via Apify but does not appear to exfiltrate confidential user data or credentials.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden-steering tricks, control characters, or unusual Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's code appears to be standard Python and is not obfuscated via methods like base64 encoding or runtime fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure, relying on API calls or user-provided URLs.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are no open issues in the last 90 days and no closed issues in the last 90 days, indicating either a new project or no recent issues requiring attention.",{"category":100,"check":101,"severity":102,"summary":103},"Versioning","Release Management","warning","While the repository has a recent commit, there is no clear versioning indicated in the SKILL.md frontmatter or GitHub releases, and installation instructions do not reference a specific version tag.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The skill's inputs (LinkedIn handle, optional window) are clearly defined, and the logic for fetching and processing data appears sound.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is primarily read-only, focusing on data collection and analysis, with no destructive operations requiring guards.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The SKILL.md mentions fallback mechanisms for when `APIFY_TOKEN` is not set, suggesting some level of error handling for missing prerequisites.",{"category":105,"check":115,"severity":42,"summary":116},"Logging","The skill focuses on data collection and analysis via API calls, and there are no destructive actions or outbound calls that would typically require a local audit log.",{"category":118,"check":119,"severity":120,"summary":121},"Compliance","GDPR","info","The skill operates on LinkedIn comments and profile data, which may contain personal information. While Apify's privacy policy should be consulted, there's no explicit indication of personal data being submitted to a third party without consent or sanitization beyond what Apify provides.",{"category":118,"check":123,"severity":24,"summary":124},"Target market","The skill targets LinkedIn, a global platform, and the documentation does not indicate any regional restrictions, making its target market 'global'.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard Python libraries and the Apify API, suggesting good cross-platform compatibility, with a fallback for missing API keys.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README is comprehensive, detailing installation, usage, features, and optional integrations like Apify and Publora.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This extension is a single skill and does not expose multiple tools or commands.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","This is a single skill and does not expose multiple tools with overlapping functionalities.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as tracking author replies, classifying threads, and routing for follow-ups, are described in the SKILL.md and appear to be implemented.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for various platforms (claude.ai, Desktop, OpenClaw, Claude Code) and includes copy-pasteable commands.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The SKILL.md mentions a fallback for missing API tokens and notes that response drafting is delegated to `linkedin-reply-handler`, implying error handling for dependencies.",{"category":149,"check":150,"severity":42,"summary":151},"Execution","Pinned dependencies","The skill does not appear to bundle or declare specific pinned dependencies for its Python components, relying on typical environment setups.",{"category":33,"check":153,"severity":42,"summary":154},"Dry-run preview","The skill is primarily analytical and does not perform state-changing operations that would require a dry-run mode.",{"category":156,"check":157,"severity":42,"summary":158},"Protocol","Idempotent retry & timeouts","The skill primarily interacts with the Apify API and does not perform state-changing operations that would require idempotency or hard timeouts within its own execution.",{"category":118,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no indication of telemetry collection in the provided documentation or code. If any were present, it would likely be opt-in given the project's transparent nature.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The description precisely states the skill tracks LinkedIn comments for author replies, classifies threads, and routes them, with specific triggers and explicit non-goals.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The `description` field in SKILL.md is concise and effectively summarizes the core capability and triggers.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured and of moderate length, delegating detailed output specifications to `references/output-spec.md`.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed specifications for output formats are provided in a separate `references/output-spec.md` file, demonstrating progressive disclosure.",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","The skill is not an exploration or audit-style skill; it performs a direct task of data collection and classification.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md provides clear examples of how to invoke the skill and what output to expect, including sample runs.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md documents failure modes like missing `APIFY_TOKEN` and the fallback mechanism, providing recovery steps.",{"category":105,"check":185,"severity":24,"summary":186},"Tool Fallback","The skill explicitly documents a fallback for when `APIFY_TOKEN` is not set, making its reliance on external services non-critical.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The documentation implies halting or falling back gracefully when key dependencies like `APIFY_TOKEN` are missing, preventing unexpected state.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and explicitly references related skills like `linkedin-reply-handler` for specific tasks, rather than assuming their presence.",1778697282171,"This skill tracks LinkedIn comments for author replies, classifies thread momentum using the 'Kevin Payne window,' and routes 'warm' threads for follow-up drafting via `linkedin-reply-handler`. It utilizes Apify for data fetching without requiring a LinkedIn login and includes a fallback for manual URL input.",[197,198,199,200,201],"Tracks LinkedIn comments for author replies","Flags the optimal 'Kevin Payne window' for responses","Classifies threads as hot, warm, cool, or dormant","Routes warm threads for follow-up drafts","Utilizes Apify for data fetching (no login required)",[203,204,205],"Analyzing likers on a post (use `linkedin-engager-analytics`)","Handling the initial drafting of posts or comments (delegated to other skills)","Replacing the user's LinkedIn login","3.0.0","4.4.0","To help LinkedIn users efficiently manage their comment threads by identifying and prioritizing those that require timely follow-up, maximizing engagement momentum.","High quality implementation with strong documentation, clear purpose, and robust error handling. The only minor point is the lack of explicit versioning for the skill itself.",95,"Excellent LinkedIn comment tracker and follow-up manager, leveraging Apify for data and offering clear workflow guidance.",[213,214,215,216,217],"linkedin","social-media","automation","comment-tracking","apify","global","community",[221,222,223],"Identifying which LinkedIn threads need follow-up daily","Ensuring timely responses to comments within peak momentum windows","Automating the drafting of responses for prioritized threads",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":235,"testCoverage":237},{"hasLockfile":226},false,1778697268417,{"descriptionLength":229,"readmeSize":230},428,13666,{"closedIssues90d":8,"forks":232,"hasChangelog":226,"openIssues90d":8,"pushedAt":233,"stars":234},7,1778529402000,66,{"hasNpmPackage":226,"license":236,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":238},true,{"updatedAt":240},1778697282277,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/linkedin-thread-monitor","sergebulaev","linkedin-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":257,"providers":288,"relations":297,"tags":298,"workflow":299},1778697045057.9766,"k17bg3ahwtt998cj512cdc040x86m16m",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"sourceUrl":14},"10 Claude Code skills for LinkedIn marketing: post writing, comment drafting, reply handler, hook extractor, humanizer (rewrite + audit + emoji + detector + rules sub-tools), profile optimizer, content planner, employee advocacy, thread monitor (author replies), engager analytics (likers + commenters ICP segmentation).",{"claudeCode":244},"LinkedIn Marketing Skills",{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":266,"relations":281,"tags":283,"workflow":284},1778697045057.9763,"k176j3xsc6s8d7x965bmtk87dh86mhsx",{"reviewCount":8},{"description":262,"installMethods":263,"name":253,"sourceUrl":14},"Claude Code skills for LinkedIn growth: post writing, comment drafting, reply handler, hook extractor, humanizer (with bundled audit + AI-detector spread tester + emoji detector + rule explainer), profile optimizer, content planner, employee advocacy, thread monitor (author-reply tracking), engager analytics (likers/commenters ICP segmentation).",{"claudeCode":12},{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":265},"marketplace",{"evaluate":267,"extract":275},{"promptVersionExtension":268,"promptVersionScoring":207,"score":269,"tags":270,"targetMarket":218,"tier":219},"3.1.0",85,[213,271,272,214,273,274],"marketing","content-creation","productivity","ai-agents",{"commitSha":276,"license":236,"marketplace":277,"plugin":279},"HEAD",{"name":244,"pluginCount":278},1,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd7eh8yxvx7bp76mv9rcfdjk0x86m12a",[274,272,213,271,273,214],{"evaluatedAt":285,"extractAt":286,"updatedAt":287},1778697061113,1778697045058,1778697380899,{"evaluate":289,"extract":294},{"promptVersionExtension":206,"promptVersionScoring":207,"score":290,"tags":291,"targetMarket":218,"tier":293},98,[213,271,214,272,292,215],"ai-writing","verified",{"commitSha":276,"license":236,"plugin":295},{"mcpCount":8,"provider":280,"skillCount":296},10,{"parentExtensionId":259,"repoId":282},[292,215,272,213,271,214],{"evaluatedAt":300,"extractAt":286,"updatedAt":301},1778697076028,1778697380663,{"evaluate":303,"extract":305},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":304,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":276},{"parentExtensionId":248,"repoId":282},{"_creationTime":308,"_id":282,"identity":309,"providers":310,"workflow":522},1778697040628.7039,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":311,"discover":504,"github":507},{"commitSha":276,"extensions":312},[313,326,355,370,382,396,406,417,451,465,483,496],{"basePath":255,"description":262,"displayName":244,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":255,"description":251,"displayName":244,"installMethods":327,"license":236,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":256},{"claudeCode":244},"plugin manifest at .claude-plugin/plugin.json",[330,332,333,334,337,339,341,343,345,347,349,351,353],{"path":331,"priority":319},".claude-plugin/plugin.json",{"path":321,"priority":319},{"path":323,"priority":324},{"path":335,"priority":336},"skills/linkedin-comment-drafter/SKILL.md","medium",{"path":338,"priority":336},"skills/linkedin-content-planner/SKILL.md",{"path":340,"priority":336},"skills/linkedin-employee-advocacy/SKILL.md",{"path":342,"priority":336},"skills/linkedin-engager-analytics/SKILL.md",{"path":344,"priority":336},"skills/linkedin-hook-extractor/SKILL.md",{"path":346,"priority":336},"skills/linkedin-humanizer/SKILL.md",{"path":348,"priority":336},"skills/linkedin-post-writer/SKILL.md",{"path":350,"priority":336},"skills/linkedin-profile-optimizer/SKILL.md",{"path":352,"priority":336},"skills/linkedin-reply-handler/SKILL.md",{"path":354,"priority":336},"skills/linkedin-thread-monitor/SKILL.md",{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-comment-drafter","Draft a LinkedIn comment on someone else's post from its URL. Use when the user pastes a post URL and asks to comment, engage, or be first commenter. Produces 1-3 variants in the user's voice, picks a reaction, and schedules via Publora on approval. Not for replying to existing comments (use linkedin-reply-handler).","linkedin-comment-drafter",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-comment-drafter/SKILL.md",[362,364,366,368],{"path":363,"priority":319},"SKILL.md",{"path":365,"priority":336},"references/comment-templates.md",{"path":367,"priority":336},"references/examples.md",{"path":369,"priority":336},"references/voice-rules.md",{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-content-planner","Generate a 7-day LinkedIn content plan from a theme, audience, and pillars. Produces per-day post pillar, format, hook type, CTA, posting time, daily comment targets, and a weekly inbound-readiness check. Use when the user wants to plan a week or month of content, not draft a single post.","linkedin-content-planner",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-content-planner/SKILL.md",[377,378,380],{"path":363,"priority":319},{"path":379,"priority":336},"references/example-plan-week.md",{"path":381,"priority":336},"references/pillars-framework.md",{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-employee-advocacy","Stand up and run a LinkedIn employee advocacy program for a marketing or sales team. Covers 14-day launch playbook, brand-guideline governance, per-post time budget, cadence benchmarks, and team ROI (reach, engagement, pipeline). Triggers on \"employee advocacy\", \"get the team posting\", \"scale LinkedIn across team\", \"advocacy ROI\".","linkedin-employee-advocacy",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-employee-advocacy/SKILL.md",[389,390,392,394],{"path":363,"priority":319},{"path":391,"priority":336},"references/advocacy-principles.md",{"path":393,"priority":336},"references/governance-playbook.md",{"path":395,"priority":336},"references/team-cadence-matrix.md",{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-engager-analytics","Pull the people who liked or commented on any LinkedIn post and segment them by ICP fit (peer / aspirational / prospect / other). Produces an engager roster, tier breakdown, and outbound action lists (follow back, comment-drop, DM-able with one-line openers). Powered by Apify, no LinkedIn login. Triggers on \"who liked my post\", \"who engaged\", \"engagers report\", \"audience analytics\". Not for tracking author replies to your comments (use linkedin-thread-monitor).","linkedin-engager-analytics",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-engager-analytics/SKILL.md",[403,404],{"path":363,"priority":319},{"path":405,"priority":336},"references/output-spec.md",{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-hook-extractor","Reverse-engineer the hook formula from a viral LinkedIn post URL. Returns which of the 10 canonical 2026 formulas it uses (anaphora, R.I.P., year-pivot, time-anchor, self-proving, odd-money, paid-vs-free, curiosity-gap, contrarian, comment-gate), why it worked, and a blank template. Use to learn from a competitor's post, not to write your own (use linkedin-post-writer).","linkedin-hook-extractor",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-hook-extractor/SKILL.md",[413,414,416],{"path":363,"priority":319},{"path":415,"priority":336},"references/classification-rules.md",{"path":367,"priority":336},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-humanizer","Scrub AI tells from any text draft OR audit a finished post against the 2026 algorithm heuristic checklist. Tier-based rewriter (forensic / strict / aesthetic / all) plus `--mode audit` for detection-only pass-fail review covering length, hook, CTA, format penalties, AI vocab. Sub-tools: emoji-pattern detector, multi-detector spread tester (GPTZero, Originality.ai, ZeroGPT, Sapling, Copyleaks), rule explainer. Triggers on \"humanize\", \"de-AI\", \"review this draft\", \"audit before posting\", \"is this ready\".","linkedin-humanizer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-humanizer/SKILL.md",[424,425,427,429,431,433,435,436,438,440,442,444,447,449],{"path":363,"priority":319},{"path":426,"priority":336},"references/audit-ai-tells.md",{"path":428,"priority":336},"references/audit-checklist.md",{"path":430,"priority":336},"references/audit-examples.md",{"path":432,"priority":336},"references/detector-list.md",{"path":434,"priority":336},"references/emoji-patterns.md",{"path":367,"priority":336},{"path":437,"priority":336},"references/rules-explainer.md",{"path":439,"priority":336},"references/scrub-rules.md",{"path":441,"priority":336},"references/tier-rationale.md",{"path":443,"priority":336},"references/voice-fingerprint.md",{"path":445,"priority":446},"scripts/detectors.env.example","low",{"path":448,"priority":446},"scripts/requirements.txt",{"path":450,"priority":446},"scripts/test_detectors.py",{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-post-writer","Draft a new LinkedIn post from scratch using a 2026 hook formula (anaphora, R.I.P., year-pivot, time-anchor, self-proving, paid-vs-free, curiosity-gap, odd-money, contrarian). Runs the humanizer pass and schedules via Publora on approval. Use when the user asks to write a post, needs a hook, or wants a proven format. Not for reviewing existing drafts (use linkedin-humanizer --mode audit).","linkedin-post-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-post-writer/SKILL.md",[458,459,461,463],{"path":363,"priority":319},{"path":460,"priority":336},"references/algorithm-heuristics.md",{"path":462,"priority":336},"references/hook-formulas.md",{"path":464,"priority":336},"references/humanizer-checklist.md",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-profile-optimizer","Audit and rewrite a LinkedIn profile end-to-end for 2026: headline, About 7-step, Featured, banner, photo, Experience metrics, Skills, custom URL, recommendations. Triggers on \"review my profile\", \"rewrite my headline\", \"fix my About\", \"optimize banner\", \"profile audit\", \"LinkedIn bio\". Converts resume-style profiles to ones that convert 3-5x better.","linkedin-profile-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-profile-optimizer/SKILL.md",[472,473,475,477,479,481],{"path":363,"priority":319},{"path":474,"priority":336},"references/about-section-templates.md",{"path":476,"priority":336},"references/banner-photo-specs.md",{"path":478,"priority":336},"references/experience-skills-rules.md",{"path":480,"priority":336},"references/featured-section-playbook.md",{"path":482,"priority":336},"references/profile-headline-formulas.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":325,"sourceLanguage":18,"type":245},"skills/linkedin-reply-handler","Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publora on approval. Not for top-level comments (use linkedin-comment-drafter).","linkedin-reply-handler",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-reply-handler/SKILL.md",[490,491,492,494],{"path":363,"priority":319},{"path":367,"priority":336},{"path":493,"priority":336},"references/reply-templates.md",{"path":495,"priority":336},"references/threading-rules.md",{"basePath":242,"description":10,"displayName":13,"installMethods":497,"rationale":498,"selectedPaths":499,"source":325,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-thread-monitor/SKILL.md",[500,501,502],{"path":363,"priority":319},{"path":405,"priority":336},{"path":503,"priority":336},"references/thread-timing.md",{"sources":505},[506],"manual",{"closedIssues90d":8,"description":508,"forks":232,"homepage":14,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":230,"stars":234,"topics":509},"Claude Code skills for LinkedIn growth: write human-sounding posts, craft comments that get noticed, analyze your feed, and build a publishing cadence — all from your terminal. Plug-and-play skills for content creators, founders, and marketers using Claude Code.",[274,510,511,512,513,514,515,272,213,516,517,518,519,520,521],"ai-content","ai-marketing","anthropic","awesome-claude","claude-code","claude-skills","linkedin-automation","llm-tools","mcp","personal-branding","prompt-engineering","social-media-automation",{"classifiedAt":523,"discoverAt":524,"extractAt":525,"githubAt":525,"updatedAt":523},1778697044829,1778697040628,1778697042787,[217,215,216,213,214],{"evaluatedAt":240,"extractAt":286,"updatedAt":528},1778697382621,[],[531,563,581,607,632,664],{"_creationTime":532,"_id":533,"community":534,"display":535,"identity":541,"providers":545,"relations":556,"tags":559,"workflow":560},1778675056600.264,"k17169sg21srwv5sf3enw3dgcd86m4sh",{"reviewCount":8},{"description":536,"installMethods":537,"name":539,"sourceUrl":540},"When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.",{"claudeCode":538},"alirezarezvani/claude-skills","Social Content","https://github.com/alirezarezvani/claude-skills",{"basePath":542,"githubOwner":543,"githubRepo":515,"locale":18,"slug":544,"type":245},"marketing-skill/skills/social-content","alirezarezvani","social-content",{"evaluate":546,"extract":555},{"promptVersionExtension":206,"promptVersionScoring":207,"score":547,"tags":548,"targetMarket":218,"tier":293},100,[271,214,272,549,550,551,213,552,553,554],"content-strategy","scheduling","twitter","instagram","tiktok","facebook",{"commitSha":276,"license":236},{"parentExtensionId":557,"repoId":558},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[272,549,554,552,213,271,550,214,553,551],{"evaluatedAt":561,"extractAt":562,"updatedAt":561},1778685179349,1778675056600,{"_creationTime":564,"_id":565,"community":566,"display":567,"identity":569,"providers":570,"relations":576,"tags":577,"workflow":578},1778697045057.9768,"k17dz15gvrb43xhfd5e5py21vx86nhbq",{"reviewCount":8},{"description":357,"installMethods":568,"name":358,"sourceUrl":14},{"claudeCode":12},{"basePath":356,"githubOwner":243,"githubRepo":244,"locale":18,"slug":358,"type":245},{"evaluate":571,"extract":575},{"promptVersionExtension":206,"promptVersionScoring":207,"score":572,"tags":573,"targetMarket":218,"tier":293},99,[213,214,271,574,215],"commenting",{"commitSha":276},{"parentExtensionId":248,"repoId":282},[215,574,213,271,214],{"evaluatedAt":579,"extractAt":286,"updatedAt":580},1778697090742,1778697381062,{"_creationTime":582,"_id":583,"community":584,"display":585,"identity":591,"providers":595,"relations":601,"tags":603,"workflow":604},1778691705439.1672,"k17a4x9mc3v2zyer0y85vd2bjh86nj1w",{"reviewCount":8},{"description":586,"installMethods":587,"name":589,"sourceUrl":590},"When the user wants to reach developers on LinkedIn, create technical content for B2B audiences, or understand when LinkedIn beats Twitter. Trigger phrases include \"LinkedIn,\" \"LinkedIn for developers,\" \"B2B developer marketing,\" \"engineering managers,\" \"reaching CTOs,\" or \"technical LinkedIn content.\"",{"claudeCode":588},"jonathimer/devmarketing-skills","linkedin-technical","https://github.com/jonathimer/devmarketing-skills",{"basePath":592,"githubOwner":593,"githubRepo":594,"locale":18,"slug":589,"type":245},"skills/linkedin-technical","jonathimer","devmarketing-skills",{"evaluate":596,"extract":600},{"promptVersionExtension":206,"promptVersionScoring":207,"score":572,"tags":597,"targetMarket":218,"tier":293},[213,598,599,549,214],"developer-marketing","b2b",{"commitSha":276},{"repoId":602},"kd74f65yh7zvhb9s83jpzx33cd86nd64",[599,549,598,213,214],{"evaluatedAt":605,"extractAt":606,"updatedAt":605},1778692443484,1778691705439,{"_creationTime":608,"_id":609,"community":610,"display":611,"identity":617,"providers":621,"relations":626,"tags":628,"workflow":629},1778690923100.0317,"k178s10hpb7tefhznd4y9aw0sx86me2k",{"reviewCount":8},{"description":612,"installMethods":613,"name":615,"sourceUrl":616},"LinkedIn post writing with hook formulas, formatting rules, and engagement patterns. Covers post types, algorithm signals, character limits, and content pillars. Use for: LinkedIn posts, professional content, thought leadership, B2B content, personal branding. Triggers: linkedin post, linkedin content, linkedin writing, linkedin strategy, linkedin engagement, linkedin algorithm, linkedin hook, linkedin formatting, thought leadership, professional content, b2b content, linkedin growth",{"claudeCode":614},"inferen-sh/skills","linkedin-content","https://github.com/inferen-sh/skills",{"basePath":618,"githubOwner":619,"githubRepo":620,"locale":18,"slug":615,"type":245},"guides/social/linkedin-content","inferen-sh","skills",{"evaluate":622,"extract":625},{"promptVersionExtension":206,"promptVersionScoring":207,"score":572,"tags":623,"targetMarket":218,"tier":293},[213,272,214,624,271],"writing",{"commitSha":276},{"repoId":627},"kd75bmkxfkvvw504knzzpkzjph86n71t",[272,213,271,214,624],{"evaluatedAt":630,"extractAt":631,"updatedAt":630},1778691443037,1778690923100,{"_creationTime":633,"_id":634,"community":635,"display":636,"identity":642,"providers":647,"relations":657,"tags":660,"workflow":661},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":637,"installMethods":638,"name":640,"sourceUrl":641},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":639},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":643,"githubOwner":644,"githubRepo":645,"locale":18,"slug":646,"type":245},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":648,"extract":656},{"promptVersionExtension":206,"promptVersionScoring":207,"score":547,"tags":649,"targetMarket":218,"tier":293},[650,651,652,653,215,654,655],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":276,"license":236},{"parentExtensionId":658,"repoId":659},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[215,654,655,651,650,653,652],{"evaluatedAt":662,"extractAt":663,"updatedAt":662},1778699613343,1778699234184,{"_creationTime":665,"_id":666,"community":667,"display":668,"identity":674,"providers":676,"relations":683,"tags":685,"workflow":686},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":669,"installMethods":670,"name":672,"sourceUrl":673},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":671},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":255,"githubOwner":675,"githubRepo":672,"locale":18,"slug":672,"type":245},"zagmoai",{"evaluate":677,"extract":682},{"promptVersionExtension":206,"promptVersionScoring":207,"score":547,"tags":678,"targetMarket":218,"tier":293},[679,680,273,215,681],"google-docs","google-sheets","api-client",{"commitSha":276},{"repoId":684},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[681,215,679,680,273],{"evaluatedAt":687,"extractAt":688,"updatedAt":689},1778699485884,1778699468747,1778699509178]