[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sergebulaev-linkedin-reply-handler-en":3,"guides-for-sergebulaev-linkedin-reply-handler":527,"similar-k17aw2290xf0wgm318nct99zj986nkks-en":528},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":224,"parentExtension":244,"providers":300,"relations":304,"repo":305,"tags":524,"workflow":525},1778697045057.9788,"k17aw2290xf0wgm318nct99zj986nkks",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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).",{"claudeCode":12},"sergebulaev/linkedin-skills","linkedin-reply-handler","https://github.com/sergebulaev/linkedin-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":237},1778697248213.57,"kn7bbcftrz4spk6bqrk420a2t986n0fb","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,100,104,107,110,113,116,119,122,126,129,133,137,141,144,147,150,154,157,160,163,166,169,172,176,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's purpose (drafting replies to LinkedIn comments) and when to use it (replying to comments, following up), with explicit non-goals (not for top-level comments).",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and usage scenarios within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md is well-structured, stays under the line limit, and delegates detailed information to separate reference files.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to detailed explanations in the `references/` directory, avoiding large embedded data.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill does not appear to involve deep exploration or code review that would necessitate forked context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md includes a clear, end-to-end example demonstrating input, invocation, and expected output.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The documentation addresses the LinkedIn thread flattening 'gotcha' as a specific edge case and explains how it's handled.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill only uses Claude-internal tools and does not rely on external MCP servers, thus no fallback is needed.",{"category":53,"check":54,"severity":39,"summary":55},"Safety","Halt on unexpected state","The skill's primary function is drafting content, not destructive operations, so explicit pre-state checks for halting are not applicable.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; any cross-skill coordination (like URL parsing) is handled internally or via explicitly available libraries.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description clearly identifies the problem of replying to specific LinkedIn comments and the associated challenge of thread flattening.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill offers significant value over a simple prompt by correctly handling LinkedIn's complex thread-flattening logic and integrating with external APIs for publishing.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill addresses its stated use case completely, from URL parsing to drafting and publishing via Publora, with clear handling of LinkedIn's API nuances.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill focuses solely on drafting replies to LinkedIn comments and managing the associated thread logic.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description accurately reflects the skill's functionality, including its specific use cases and limitations.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill utilizes specific helper functions and libraries for distinct tasks like URL parsing and API interaction, rather than a single generalist tool.",{"category":30,"check":80,"severity":39,"summary":81},"Configuration & parameter reference","The skill does not appear to have configurable parameters or environment variables beyond optional API tokens, which are implicitly handled by the libraries.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","The skill's internal functions and referenced libraries have descriptive names.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","The skill's input (URL) and output (drafts, approval card) are specific to its task, and internal library calls are focused.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under the MIT license, which is permissive and widely usable.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The latest commit was on May 11, 2026, indicating recent maintenance activity.",{"category":93,"check":97,"severity":98,"summary":99},"Dependency Management","info","The `requests` and `python-dotenv` libraries are used, but there's no explicit mention of vulnerability scanning or automated update mechanisms for these dependencies.",{"category":101,"check":102,"severity":24,"summary":103},"Security","Secret Management","API tokens (Apify, Publora) are handled via environment variables, not hardcoded, and their usage is not echoed in logs or stdout.",{"category":101,"check":105,"severity":24,"summary":106},"Injection","The skill primarily operates on provided URLs and predefined logic, with no indication of loading or executing untrusted third-party code or data as instructions.",{"category":101,"check":108,"severity":24,"summary":109},"Transitive Supply-Chain Grenades","The skill relies on bundled Python libraries and does not fetch external code or content at runtime.",{"category":101,"check":111,"severity":24,"summary":112},"Sandbox Isolation","The skill operates within the provided Claude Code environment and does not attempt to modify files outside its designated scope.",{"category":101,"check":114,"severity":24,"summary":115},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops that could lead to sandbox escapes.",{"category":101,"check":117,"severity":24,"summary":118},"Data Exfiltration","The skill's primary function is content generation, and it does not appear to read or submit confidential data to third parties.",{"category":101,"check":120,"severity":24,"summary":121},"Hidden Text Tricks","The bundled markdown and code files do not contain any hidden text tricks or malicious Unicode characters.",{"category":123,"check":124,"severity":24,"summary":125},"Hooks","Opaque code execution","The Python code is readable and not obfuscated, base64-encoded, or dynamically fetched.",{"category":57,"check":127,"severity":24,"summary":128},"Structural Assumption","The skill makes no assumptions about user project structure outside of needing the `.env` file for credentials, which is standard practice.",{"category":130,"check":131,"severity":24,"summary":132},"Trust","Issues Attention","With 0 open and 0 closed issues in the last 90 days, the issue engagement rate is not applicable but indicates low current activity.",{"category":134,"check":135,"severity":24,"summary":136},"Versioning","Release Management","The project uses GitHub releases, and the latest release tag indicates recent versioning.",{"category":138,"check":139,"severity":24,"summary":140},"Execution","Validation","The `lib/url_parser.py` handles URL parsing, and the interaction with external APIs like Publora implies validation of inputs and outputs.",{"category":101,"check":142,"severity":39,"summary":143},"Unguarded Destructive Operations","The skill's core function is drafting content and posting via an external API after approval, not performing destructive operations within the user's file system.",{"category":49,"check":145,"severity":24,"summary":146},"Error Handling","The Python libraries (`lib/apify_client.py`, `lib/publora_client.py`) likely include error handling for API interactions, and the skill's overall workflow aims for user approval before critical actions.",{"category":49,"check":148,"severity":39,"summary":149},"Logging","The skill's primary actions (drafting, interacting with external APIs upon approval) do not require local audit logging.",{"category":151,"check":152,"severity":39,"summary":153},"Compliance","GDPR","The skill operates on LinkedIn URLs and comment content; it does not process personal data directly beyond what's on LinkedIn.",{"category":151,"check":155,"severity":24,"summary":156},"Target market","The skill is global in scope, as LinkedIn is a global platform and the functionality is not region-specific.",{"category":57,"check":158,"severity":24,"summary":159},"Runtime stability","The skill relies on standard Python libraries and should function across POSIX-compliant environments.",{"category":30,"check":161,"severity":24,"summary":162},"README","The README is comprehensive, detailing installation, usage, and optional configurations.",{"category":70,"check":164,"severity":39,"summary":165},"Tool surface size","This is a skill with internal logic, not exposed tools in the CLI sense.",{"category":22,"check":167,"severity":39,"summary":168},"Overlapping near-synonym tools","The skill operates as a single unit and does not expose multiple tools with overlapping functionality.",{"category":30,"check":170,"severity":24,"summary":171},"Phantom features","All advertised features, such as handling thread flattening and integrating with Publora, are implemented and described.",{"category":173,"check":174,"severity":24,"summary":175},"Install","Installation instruction","The README provides clear installation instructions for various Claude environments and mentions optional setup for Apify and Publora.",{"category":177,"check":178,"severity":24,"summary":179},"Errors","Actionable error messages","While not explicitly detailed, the use of external libraries for API interaction and the approval gate suggest that errors would be handled and presented to the user.",{"category":138,"check":181,"severity":98,"summary":182},"Pinned dependencies","The skill uses standard Python packages (`requests`, `python-dotenv`), but explicit version pinning or lockfiles are not evident in the provided files.",{"category":70,"check":184,"severity":24,"summary":185},"Dry-run preview","The skill's workflow includes a human approval step before posting, acting as a form of dry-run preview for the generated content and intended action.",{"category":187,"check":188,"severity":39,"summary":189},"Protocol","Idempotent retry & timeouts","The skill's operations do not involve state-changing remote calls that require idempotency or hard timeouts beyond what the underlying libraries provide.",{"category":151,"check":191,"severity":39,"summary":192},"Telemetry opt-in","The skill does not appear to emit any telemetry data.",1778697245438,"This skill drafts replies to specific LinkedIn comments by parsing comment URLs, resolving thread context, and integrating with the Publora API for posting. It correctly handles LinkedIn's two-level thread flattening and provides optional integration with Apify for data fetching.",[196,197,198,199,200],"Drafts replies to specific LinkedIn comments.","Correctly handles LinkedIn's 2-level thread flattening.","Parses LinkedIn comment URLs to identify context.","Integrates with Publora API for approved posting.","Optional integration with Apify for fetching thread data.",[202,203],"Drafting top-level comments on LinkedIn posts.","Automated posting without user approval.","3.0.0","4.4.0","To help users draft contextually relevant replies to existing LinkedIn comments, facilitating deeper engagement on the platform.","All checks passed or were not applicable, indicating a high-quality, well-documented, and production-ready skill.",98,"A production-ready skill for drafting replies to LinkedIn comments, with excellent documentation and handling of complex platform nuances.",[211,212,213,214,215],"linkedin","social-media","content-generation","api","python","global","verified",[219,220,221],"Replying to a specific comment on any LinkedIn post.","Continuing a conversation after an author replied to your comment.","Re-engaging in dormant LinkedIn threads.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":233,"testCoverage":235},{"hasLockfile":224},false,1778697221338,{"descriptionLength":227,"readmeSize":228},372,13666,{"closedIssues90d":8,"forks":230,"hasChangelog":224,"openIssues90d":8,"pushedAt":231,"stars":232},7,1778529402000,66,{"hasNpmPackage":224,"license":234,"smitheryVerified":224},"MIT",{"hasCi":224,"hasTests":236},true,{"updatedAt":238},1778697248213,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/linkedin-reply-handler","sergebulaev","linkedin-skills","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":252,"parentExtension":255,"providers":287,"relations":295,"tags":296,"workflow":297},1778697045057.9766,"k17bg3ahwtt998cj512cdc040x86m16m",{"reviewCount":8},{"description":249,"installMethods":250,"name":251,"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":242},"LinkedIn Marketing Skills",{"basePath":253,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":254},"","plugin",{"_creationTime":256,"_id":257,"community":258,"display":259,"identity":262,"providers":264,"relations":280,"tags":282,"workflow":283},1778697045057.9763,"k176j3xsc6s8d7x965bmtk87dh86mhsx",{"reviewCount":8},{"description":260,"installMethods":261,"name":251,"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":253,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":263},"marketplace",{"evaluate":265,"extract":274},{"promptVersionExtension":266,"promptVersionScoring":205,"score":267,"tags":268,"targetMarket":216,"tier":273},"3.1.0",85,[211,269,270,212,271,272],"marketing","content-creation","productivity","ai-agents","community",{"commitSha":275,"license":234,"marketplace":276,"plugin":278},"HEAD",{"name":242,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd7eh8yxvx7bp76mv9rcfdjk0x86m12a",[272,270,211,269,271,212],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778697061113,1778697045058,1778697380899,{"evaluate":288,"extract":292},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":289,"targetMarket":216,"tier":217},[211,269,212,270,290,291],"ai-writing","automation",{"commitSha":275,"license":234,"plugin":293},{"mcpCount":8,"provider":279,"skillCount":294},10,{"parentExtensionId":257,"repoId":281},[290,291,270,211,269,212],{"evaluatedAt":298,"extractAt":285,"updatedAt":299},1778697076028,1778697380663,{"evaluate":301,"extract":303},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":302,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":275},{"parentExtensionId":246,"repoId":281},{"_creationTime":306,"_id":281,"identity":307,"providers":308,"workflow":520},1778697040628.7039,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":309,"discover":502,"github":505},{"commitSha":275,"extensions":310},[311,324,353,368,380,394,404,415,449,463,481,491],{"basePath":253,"description":260,"displayName":242,"installMethods":312,"rationale":313,"selectedPaths":314,"source":323,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[315,318,320],{"path":316,"priority":317},".claude-plugin/marketplace.json","mandatory",{"path":319,"priority":317},"README.md",{"path":321,"priority":322},"LICENSE","high","rule",{"basePath":253,"description":249,"displayName":242,"installMethods":325,"license":234,"rationale":326,"selectedPaths":327,"source":323,"sourceLanguage":18,"type":254},{"claudeCode":242},"plugin manifest at .claude-plugin/plugin.json",[328,330,331,332,335,337,339,341,343,345,347,349,351],{"path":329,"priority":317},".claude-plugin/plugin.json",{"path":319,"priority":317},{"path":321,"priority":322},{"path":333,"priority":334},"skills/linkedin-comment-drafter/SKILL.md","medium",{"path":336,"priority":334},"skills/linkedin-content-planner/SKILL.md",{"path":338,"priority":334},"skills/linkedin-employee-advocacy/SKILL.md",{"path":340,"priority":334},"skills/linkedin-engager-analytics/SKILL.md",{"path":342,"priority":334},"skills/linkedin-hook-extractor/SKILL.md",{"path":344,"priority":334},"skills/linkedin-humanizer/SKILL.md",{"path":346,"priority":334},"skills/linkedin-post-writer/SKILL.md",{"path":348,"priority":334},"skills/linkedin-profile-optimizer/SKILL.md",{"path":350,"priority":334},"skills/linkedin-reply-handler/SKILL.md",{"path":352,"priority":334},"skills/linkedin-thread-monitor/SKILL.md",{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":323,"sourceLanguage":18,"type":243},"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",[360,362,364,366],{"path":361,"priority":317},"SKILL.md",{"path":363,"priority":334},"references/comment-templates.md",{"path":365,"priority":334},"references/examples.md",{"path":367,"priority":334},"references/voice-rules.md",{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":323,"sourceLanguage":18,"type":243},"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",[375,376,378],{"path":361,"priority":317},{"path":377,"priority":334},"references/example-plan-week.md",{"path":379,"priority":334},"references/pillars-framework.md",{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":323,"sourceLanguage":18,"type":243},"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",[387,388,390,392],{"path":361,"priority":317},{"path":389,"priority":334},"references/advocacy-principles.md",{"path":391,"priority":334},"references/governance-playbook.md",{"path":393,"priority":334},"references/team-cadence-matrix.md",{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":323,"sourceLanguage":18,"type":243},"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",[401,402],{"path":361,"priority":317},{"path":403,"priority":334},"references/output-spec.md",{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":323,"sourceLanguage":18,"type":243},"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",[411,412,414],{"path":361,"priority":317},{"path":413,"priority":334},"references/classification-rules.md",{"path":365,"priority":334},{"basePath":416,"description":417,"displayName":418,"installMethods":419,"rationale":420,"selectedPaths":421,"source":323,"sourceLanguage":18,"type":243},"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",[422,423,425,427,429,431,433,434,436,438,440,442,445,447],{"path":361,"priority":317},{"path":424,"priority":334},"references/audit-ai-tells.md",{"path":426,"priority":334},"references/audit-checklist.md",{"path":428,"priority":334},"references/audit-examples.md",{"path":430,"priority":334},"references/detector-list.md",{"path":432,"priority":334},"references/emoji-patterns.md",{"path":365,"priority":334},{"path":435,"priority":334},"references/rules-explainer.md",{"path":437,"priority":334},"references/scrub-rules.md",{"path":439,"priority":334},"references/tier-rationale.md",{"path":441,"priority":334},"references/voice-fingerprint.md",{"path":443,"priority":444},"scripts/detectors.env.example","low",{"path":446,"priority":444},"scripts/requirements.txt",{"path":448,"priority":444},"scripts/test_detectors.py",{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":323,"sourceLanguage":18,"type":243},"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",[456,457,459,461],{"path":361,"priority":317},{"path":458,"priority":334},"references/algorithm-heuristics.md",{"path":460,"priority":334},"references/hook-formulas.md",{"path":462,"priority":334},"references/humanizer-checklist.md",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":323,"sourceLanguage":18,"type":243},"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",[470,471,473,475,477,479],{"path":361,"priority":317},{"path":472,"priority":334},"references/about-section-templates.md",{"path":474,"priority":334},"references/banner-photo-specs.md",{"path":476,"priority":334},"references/experience-skills-rules.md",{"path":478,"priority":334},"references/featured-section-playbook.md",{"path":480,"priority":334},"references/profile-headline-formulas.md",{"basePath":240,"description":10,"displayName":13,"installMethods":482,"rationale":483,"selectedPaths":484,"source":323,"sourceLanguage":18,"type":243},{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-reply-handler/SKILL.md",[485,486,487,489],{"path":361,"priority":317},{"path":365,"priority":334},{"path":488,"priority":334},"references/reply-templates.md",{"path":490,"priority":334},"references/threading-rules.md",{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":323,"sourceLanguage":18,"type":243},"skills/linkedin-thread-monitor","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).","linkedin-thread-monitor",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-thread-monitor/SKILL.md",[498,499,500],{"path":361,"priority":317},{"path":403,"priority":334},{"path":501,"priority":334},"references/thread-timing.md",{"sources":503},[504],"manual",{"closedIssues90d":8,"description":506,"forks":230,"homepage":14,"license":234,"openIssues90d":8,"pushedAt":231,"readmeSize":228,"stars":232,"topics":507},"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.",[272,508,509,510,511,512,513,270,211,514,515,516,517,518,519],"ai-content","ai-marketing","anthropic","awesome-claude","claude-code","claude-skills","linkedin-automation","llm-tools","mcp","personal-branding","prompt-engineering","social-media-automation",{"classifiedAt":521,"discoverAt":522,"extractAt":523,"githubAt":523,"updatedAt":521},1778697044829,1778697040628,1778697042787,[214,213,211,215,212],{"evaluatedAt":238,"extractAt":285,"updatedAt":526},1778697382439,[],[529,557,587,614,633,664],{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":539,"providers":543,"relations":550,"tags":553,"workflow":554},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":534,"installMethods":535,"name":537,"sourceUrl":538},"Interact with Google Docs - create documents, search by title, read content, and edit text.\nUse when user asks to: create a Google Doc, find a document, read doc content, add text to a doc,\nor replace text in a document. Lightweight alternative to full Google Workspace MCP server with\nstandalone OAuth authentication.\n",{"claudeCode":536},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":540,"githubOwner":541,"githubRepo":542,"locale":18,"slug":537,"type":243},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":544,"extract":549},{"promptVersionExtension":204,"promptVersionScoring":205,"score":545,"tags":546,"targetMarket":216,"tier":217},100,[537,214,547,548,215],"documentation","oauth",{"commitSha":275},{"parentExtensionId":551,"repoId":552},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[214,547,537,548,215],{"evaluatedAt":555,"extractAt":556,"updatedAt":555},1778696994497,1778696833339,{"_creationTime":558,"_id":559,"community":560,"display":561,"identity":567,"providers":573,"relations":580,"tags":583,"workflow":584},1778696505500.0078,"k174n9sd7wv9knh3b8rv7vv2wh86me74",{"reviewCount":8},{"description":562,"installMethods":563,"name":565,"sourceUrl":566},"Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.",{"claudeCode":564},"ReScienceLab/opc-skills","Reddit","https://github.com/ReScienceLab/opc-skills",{"basePath":568,"githubOwner":569,"githubRepo":570,"locale":571,"slug":572,"type":243},"skills/reddit","ReScienceLab","opc-skills","fr","reddit",{"evaluate":574,"extract":578},{"promptVersionExtension":204,"promptVersionScoring":205,"score":545,"tags":575,"targetMarket":216,"tier":217},[572,214,576,212,577],"data-retrieval","information-gathering",{"commitSha":275,"license":579},"Apache-2.0",{"parentExtensionId":581,"repoId":582},"k17b55rp7ccqw91566yq0ax2as86n6rk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[214,576,577,572,212],{"evaluatedAt":585,"extractAt":586,"updatedAt":585},1778696852717,1778696505500,{"_creationTime":588,"_id":589,"community":590,"display":591,"identity":597,"providers":601,"relations":607,"tags":610,"workflow":611},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":592,"installMethods":593,"name":595,"sourceUrl":596},"Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.",{"claudeCode":594},"iterationlayer/skills","generate-social-media-book-promo","https://github.com/iterationlayer/skills",{"basePath":598,"githubOwner":599,"githubRepo":600,"locale":18,"slug":595,"type":243},"skills/generate-social-media-book-promo","iterationlayer","skills",{"evaluate":602,"extract":606},{"promptVersionExtension":204,"promptVersionScoring":205,"score":545,"tags":603,"targetMarket":216,"tier":217},[604,269,212,605,214],"image-generation","book-promotion",{"commitSha":275},{"parentExtensionId":608,"repoId":609},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[214,605,604,269,212],{"evaluatedAt":612,"extractAt":613,"updatedAt":612},1778693472094,1778691104676,{"_creationTime":615,"_id":616,"community":617,"display":618,"identity":621,"providers":622,"relations":629,"tags":630,"workflow":631},1778697045057.978,"k1709qff277g3qreq668nrfj0d86nrrb",{"reviewCount":8},{"description":417,"installMethods":619,"name":620,"sourceUrl":14},{"claudeCode":12},"LinkedIn Humanizer",{"basePath":416,"githubOwner":241,"githubRepo":242,"locale":18,"slug":418,"type":243},{"evaluate":623,"extract":628},{"promptVersionExtension":204,"promptVersionScoring":205,"score":545,"tags":624,"targetMarket":216,"tier":217},[625,626,211,213,627],"ai-detection","text-rewriting","nlp",{"commitSha":275,"license":234},{"parentExtensionId":246,"repoId":281},[625,213,211,627,626],{"evaluatedAt":632,"extractAt":285,"updatedAt":632},1778697181923,{"_creationTime":634,"_id":635,"community":636,"display":637,"identity":643,"providers":647,"relations":657,"tags":660,"workflow":661},1778675056600.264,"k17169sg21srwv5sf3enw3dgcd86m4sh",{"reviewCount":8},{"description":638,"installMethods":639,"name":641,"sourceUrl":642},"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":640},"alirezarezvani/claude-skills","Social Content","https://github.com/alirezarezvani/claude-skills",{"basePath":644,"githubOwner":645,"githubRepo":513,"locale":18,"slug":646,"type":243},"marketing-skill/skills/social-content","alirezarezvani","social-content",{"evaluate":648,"extract":656},{"promptVersionExtension":204,"promptVersionScoring":205,"score":545,"tags":649,"targetMarket":216,"tier":217},[269,212,270,650,651,652,211,653,654,655],"content-strategy","scheduling","twitter","instagram","tiktok","facebook",{"commitSha":275,"license":234},{"parentExtensionId":658,"repoId":659},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[270,650,655,653,211,269,651,212,654,652],{"evaluatedAt":662,"extractAt":663,"updatedAt":662},1778685179349,1778675056600,{"_creationTime":665,"_id":666,"community":667,"display":668,"identity":670,"providers":671,"relations":677,"tags":678,"workflow":679},1778697045057.9768,"k17dz15gvrb43xhfd5e5py21vx86nhbq",{"reviewCount":8},{"description":355,"installMethods":669,"name":356,"sourceUrl":14},{"claudeCode":12},{"basePath":354,"githubOwner":241,"githubRepo":242,"locale":18,"slug":356,"type":243},{"evaluate":672,"extract":676},{"promptVersionExtension":204,"promptVersionScoring":205,"score":673,"tags":674,"targetMarket":216,"tier":217},99,[211,212,269,675,291],"commenting",{"commitSha":275},{"parentExtensionId":246,"repoId":281},[291,675,211,269,212],{"evaluatedAt":680,"extractAt":285,"updatedAt":681},1778697090742,1778697381062]