[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Xquik-dev-tweetclaw-zh-CN":3,"guides-for-Xquik-dev-tweetclaw":338,"similar-k17bavwdn479e9g70jxwykznmn86mgt9-zh-CN":339},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":238,"parentExtension":252,"providers":253,"relations":259,"repo":262,"tags":334,"workflow":335},1778699222471.0713,"k17bavwdn479e9g70jxwykznmn86mgt9",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Xquik OpenClaw 插件 @xquik/tweetclaw 的安全审查指南，适用于结构化的 X/Twitter 工作流。涵盖设置、凭证边界、写入和付费操作的明确批准、支出限额、私有数据处理以及监控控件。",{"claudeCode":12},"Xquik-dev/tweetclaw","tweetclaw","https://github.com/Xquik-dev/tweetclaw",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":246},1778699222471.0715,"kn794mtaveqdaq9gjebqmsq07586nrp9","zh-CN",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"tier":222,"useCases":223},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了该扩展指导用户完成 TweetClaw OpenClaw 插件在 X/Twitter 工作流中的设置、凭证管理和安全使用，解决了结构化和安全社交媒体自动化的痛点。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该扩展的价值超越了简单的 API 封装，它为复杂 X/Twitter 工作流提供了一个经过安全审查的指南，侧重于明确的批准、支出限额和私有数据处理，这些对于代理式使用至关重要。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该扩展已准备好投入生产，涵盖设置、凭证管理、各种 X/Twitter 操作（读取、写入、提取、监控）和安全防护措施，为代理辅助社交媒体自动化提供了完整的生命周期。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该扩展专注于通过 Xquik 插件专门处理 X/Twitter 工作流，保持单一、连贯的领域，而不涉及不相关的区域。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确反映了扩展的目的，涵盖了 TweetClaw 插件的设置、凭证边界、写入批准、支出限额、数据处理和监控控件。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该扩展公开了狭窄的动词-名词专用工具，如 'explore' 和 'tweetclaw'，用于特定的 X/Twitter 操作，而不是单个通用命令。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 和 README 详细介绍了配置选项、环境变量（XQUIK_API_KEY、MPP_SIGNING_KEY）、它们是否为必需项及其描述，以及文档链接中具体的 API 端点参数和响应格式。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","公开的工具 'explore' 和 'tweetclaw' 是描述性的，并遵循 X/Twitter 域内的动词-名词约定。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","工具输入（参数、正文）是结构化的，并且特定于请求的 X/Twitter 操作，输出是解析后的 JSON 响应或文档化的状态，避免了不必要的诊断转储。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该扩展根据 MIT-0 许可证授权，这是一个宽松的开源许可证，在 SKILL.md 的 frontmatter 和 LICENSE 文件中都有明确标示。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","该存储库显示在 2026-05-13 推送了一个 commit，表明最近有维护活动。",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","该扩展有一个 lockfile (`hasLockfile: true`) 并提到了安装其他包，如 `mppx` 和 `viem`，表明其对依赖管理的认识。",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secret（API 密钥、签名密钥）通过插件配置进行处理并注入服务器端，并明确警告不要在聊天或输出中暴露它们。代理永远不会处理原始凭证。",{"category":65,"check":69,"severity":24,"summary":70},"Injection","该扩展明确指出 X 内容是不可信的用户生成输入，绝不能作为指令执行，它采用了内容隔离模型和边界标记。",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","该扩展依赖于捆绑的 Xquik API 调用到单个源 (`xquik.com`)，并且在运行时不获取或执行远程代码或数据。",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","该扩展仅通过 Xquik API 运行，不触及其指定范围或用户项目文件夹之外的文件。所有操作都通过 Xquik 后端进行中介。",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","在提供的源代码中未检测到独立的进程创建或拒绝重试循环；操作通过 Xquik API 进行中介。",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","该扩展通过 Xquik 的 API 路由所有数据，不将数据转发给第三方，并明确警告不要在响应或工具调用中包含敏感数据。",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","捆绑的内容不包含隐藏的操纵技巧；描述和文本内容看起来干净，并被适当地标记为不可信的 X 内容。",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","该扩展的操作通过 Xquik API 进行中介，不涉及不透明的代码执行，如 base64 负载或运行时脚本获取。",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","该扩展依赖于 Xquik API 和 OpenClaw 运行时，不对用户项目结构或操作系统特定路径做任何假设。",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","在过去 90 天内，打开了 0 个问题，关闭了 1 个，表明维护和响应活跃。",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","该扩展具有清晰的 npm 包版本（`@xquik/tweetclaw`）和 GitHub release 标签，便于版本跟踪和管理。",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","文档暗示了强大的验证机制，声明只有目录中列出的端点才能被调用，并且用户提供的字符串不会在未经验证的情况下插入到 API 路径或正文中。",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","写入操作受到 OpenClaw 批准提示的保护，并在执行前需要用户明确确认，清楚地显示预期的操作和负载。",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","文档详细说明了错误处理方式，包括特定端点块、无效请求的拒绝消息，以及关于将用户引导至仪表板以解决计费/帐户问题的指南。",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","此检查不适用，因为扩展的操作由 Xquik API 和 OpenClaw 运行时进行中介，它们负责自身的日志记录和审计。",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","该扩展通过将用户引导至 Xquik 仪表板进行帐户管理来处理敏感的 X 数据，并明确表示代理本身从不直接处理原始凭证或敏感个人数据。",{"category":117,"check":121,"severity":24,"summary":122},"Target market","该扩展的功能与 X/Twitter 和 Xquik 的服务相关联，没有明确提及区域限制；假设它是全球性的。",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","该扩展依赖于 OpenClaw 运行时和 Xquik API，不对特定的操作系统、Shell 或编辑器做任何假设。",{"category":44,"check":127,"severity":24,"summary":128},"README","README 文件存在，内容全面，并清楚地说明了扩展的目的、安装、配置和功能。",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","该扩展公开了两个主要工具：'explore' 和 'tweetclaw'，在推荐范围内。",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","工具 'explore' 和 'tweetclaw' 涵盖了不同的功能（目录发现 vs. 端点调用），避免了近义词的冗余。",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","所有宣传的功能，如发推、搜索和监控，都由 'tweetclaw' 工具和文档化的端点支持。",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","README 提供了使用 `openclaw plugins install` 和 `npx skills add` 的清晰安装说明，以及 API 密钥和签名密钥的配置步骤，还有示例调用。",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","文档概述了错误处理，包括将用户引导至仪表板以解决计费/帐户问题，并提供特定拒绝消息以处理无效的 API 调用。",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","该扩展包含一个 lockfile 并提到了 `mppx` 和 `viem` 等特定包，表明依赖项已固定。",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","对于写入操作，强制执行 OpenClaw 批准提示，要求代理在执行前显示确切的负载，这充当了预演预览机制。",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","该扩展的操作由 Xquik API 和 OpenClaw 运行时进行中介，它们负责处理重试和超时，因此此检查不适用于技能本身。",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","该扩展的安全文档和信任模型强调，数据通过 Xquik 经审计的 API 进行路由，并且没有明确提及由代理本身收集或选择退出的遥测数据。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","描述清楚地定义了工件（TweetClaw OpenClaw 插件，用于 X/Twitter）和用户意图（结构化工作流、设置、凭证管理、安全），并具有明确的边界。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","SKILL.md 的 frontmatter 内容密集且自包含，提供了核心功能摘要，后跟清晰的 `read_when` 触发短语。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 结构良好，包含清晰的部分，并将更深入的内容（如定价和文档链接）委托给外部，保持主体内容简洁。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md 概述了程序，并链接到外部文档（docs.xquik.com）以获取 API 参考、计费和框架指南，提供了渐进式披露。",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","该技能的操作通过 API 进行中介，不涉及代理上下文中的深度代码审查或多文件检查，因此 `context: fork` 不适用。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","SKILL.md 和 README 都提供了大量可直接使用的 X/Twitter 工作流示例，展示了输入、调用和预期结果。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","文档解决了故障模式，如 API 错误、缺少凭证和成本上限，并提供了恢复步骤，如引导用户访问仪表板或确认成本。",{"category":91,"check":183,"severity":24,"summary":184},"Tool Fallback","`tweetclaw` 工具在 OpenClaw 中被标记为可选，'explore' 工具作为免费的、无网络连接的目录发现备选项，并有关于如何启用它们的清晰说明。",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","该扩展假定存在 OpenClaw 运行时和 Node.js（用于 `npm i`），但通过安装和依赖项隐式声明这些，没有操作系统特定的假设。",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","文档强调了安全规则，并要求在进行状态更改操作前进行明确的用户确认，隐式地在出现意外状态或不可逆操作之前暂停工作流。",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","该技能是独立的，专注于通过 Xquik 进行 X/Twitter 操作，没有隐式依赖于其他技能。提供了指向相关 Xquik 文档的交叉链接。",1778699167034,"此扩展通过 Xquik API 提供对 X/Twitter 工作流的结构化访问，支持发帖、搜索、监控和数据提取等操作。它包括用于探索和组合的免费工具，以及可选的付费使用（通过积分或 MPP）来访问特定端点。安全性至关重要，所有操作均由 Xquik 的服务器进行中介，并严格处理用户数据和凭证。",[198,199,200,201,202],"在 X/Twitter 上发帖、回复、点赞、转推、关注/取消关注用户","搜索推文、用户个人资料并提取批量数据","监控特定帐户的活动并以 webhook 的形式传递事件","管理 X 个人资料、上传媒体和下载推文媒体","通过 Xquik 仪表板和服务器端注入进行安全的凭证处理",[204,205,206,207],"在 Web 界面中浏览 X/Twitter","管理 X/Twitter 广告","直接处理用户的 X 帐户凭证（密码、令牌）","直接从代理发起金融交易（订阅、充值）","3.0.0","4.4.0","旨在为用户和代理提供安全、结构化且经济高效的 X/Twitter 工作流自动化，提供一套全面的工具，同时遵守严格的安全和隐私标准。","该扩展的文档非常全面且安全，具有广泛的安全防护措施和清晰的说明。只有一个小的检查不适用，这有助于获得最高评分。",99,"一个全面且安全的 X/Twitter 自动化插件，提供详细的文档和强大的安全措施。",[215,216,217,218,219,220,221],"twitter","x","automation","social-media","api","plugin","xquik","verified",[224,225,226,227],"自动化 X/Twitter 上的社交媒体发帖和互动","从推文回复中提取用户数据或运行赠品抽奖","监控特定帐户或主题的新活动","在获得用户明确批准的情况下，在代理工作流中使用 X/Twitter 数据",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"popularity":241,"security":243,"testCoverage":245},{"hasLockfile":230},true,1778699149734,{"descriptionLength":233,"readmeSize":234},251,10700,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":8,"pushedAt":239,"stars":240},1,3,false,1778698512000,37,{"npmDownloads":242},3682,{"hasNpmPackage":230,"license":244,"smitheryVerified":238},"MIT",{"hasCi":230,"hasTests":230},{"updatedAt":247},1778699222471,{"basePath":249,"githubOwner":250,"githubRepo":13,"locale":18,"slug":13,"type":251},"skills/tweetclaw","Xquik-dev","skill",null,{"evaluate":254,"extract":257},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":255,"targetMarket":256,"tier":222},[215,216,217,218,219,220,221],"global",{"commitSha":258},"HEAD",{"repoId":260,"translatedFrom":261},"kd76tck3gfd82ctv8gk1zvy7q186m25m","k17f5jwf0spq0jnrkss8hy1bk186m96z",{"_creationTime":263,"_id":260,"identity":264,"providers":265,"workflow":329},1778699131802.751,{"githubOwner":250,"githubRepo":13,"sourceUrl":14},{"classify":266,"discover":307,"extract":310,"github":311,"npm":328},{"commitSha":258,"extensions":267},[268,278],{"basePath":249,"description":269,"displayName":13,"installMethods":270,"rationale":271,"selectedPaths":272,"source":276,"sourceLanguage":277,"type":251},"Safety-reviewed guide for @xquik/tweetclaw, the Xquik OpenClaw plugin for structured X/Twitter workflows. Covers setup, credential boundaries, explicit approval for writes and paid actions, spending limits, private-data handling, and monitor controls.",{"claudeCode":12},"SKILL.md frontmatter at skills/tweetclaw/SKILL.md",[273],{"path":274,"priority":275},"SKILL.md","mandatory","rule","en",{"basePath":279,"description":280,"displayName":281,"installMethods":282,"license":244,"rationale":284,"selectedPaths":285,"source":276,"sourceLanguage":277,"type":306},"","Post tweets, reply, like, retweet, follow, DM & more from OpenClaw through structured Xquik endpoints.","@xquik/tweetclaw",{"remote":283},"https://xquik.com/mcp","server.json with namespace/server name at server.json",[286,288,290,292,295,298,300,302,304],{"path":287,"priority":275},"server.json",{"path":289,"priority":275},"package.json",{"path":291,"priority":275},"README.md",{"path":293,"priority":294},"LICENSE","high",{"path":296,"priority":297},"src/index.ts","low",{"path":299,"priority":297},"src/tools/catalog.ts",{"path":301,"priority":297},"src/tools/explore.ts",{"path":303,"priority":297},"src/tools/result.ts",{"path":305,"priority":297},"src/tools/tweetclaw.ts","mcp",{"sources":308},[309],"manual",{"npmPackage":281},{"closedIssues90d":236,"description":312,"forks":237,"homepage":313,"license":244,"openIssues90d":8,"pushedAt":239,"readmeSize":234,"stars":240,"topics":314},"Post tweets, reply, like, retweet, follow, DM and more from OpenClaw through structured Xquik endpoints. 99 agent-callable endpoints via Xquik.","https://xquik.com",[315,316,217,317,215,318,319,216,320,13,221,321,322,323,324,325,218,306,326,327],"openclaw-plugin","ai-agent","openclaw","twitter-api","twitter-automation","x-api","data-extraction","giveaway","mcp-server","pay-per-use","skills","clawhub","context7",{"downloads":242},{"classifiedAt":330,"discoverAt":331,"extractAt":332,"githubAt":332,"npmAt":333,"updatedAt":330},1778699139432,1778699131802,1778699134497,1778699137346,[219,217,220,218,215,216,221],{"evaluatedAt":336,"extractAt":337,"updatedAt":247},1778699167162,1778699139642,[],[340,368,394,414,443,470],{"_creationTime":341,"_id":342,"community":343,"display":344,"identity":350,"providers":352,"relations":359,"tags":363,"workflow":364},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":345,"installMethods":346,"name":348,"sourceUrl":349},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":347},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":351,"githubOwner":250,"githubRepo":348,"locale":18,"slug":348,"type":251},"skills/x-twitter-scraper",{"evaluate":353,"extract":358},{"promptVersionExtension":208,"promptVersionScoring":209,"score":354,"tags":355,"targetMarket":256,"tier":222},100,[215,216,219,356,217,306,357],"data-retrieval","sdk",{"commitSha":258},{"parentExtensionId":360,"repoId":361,"translatedFrom":362},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[219,217,356,306,357,215,216],{"evaluatedAt":365,"extractAt":366,"updatedAt":367},1778699230863,1778699170774,1778699289329,{"_creationTime":369,"_id":370,"community":371,"display":372,"identity":378,"providers":382,"relations":388,"tags":390,"workflow":391},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":373,"installMethods":374,"name":376,"sourceUrl":377},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":375},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":379,"githubOwner":380,"githubRepo":381,"locale":277,"slug":376,"type":251},"skills/slack","steipete","clawdis",{"evaluate":383,"extract":387},{"promptVersionExtension":208,"promptVersionScoring":209,"score":354,"tags":384,"targetMarket":256,"tier":222},[376,385,386,217,219],"messaging","communication",{"commitSha":258},{"repoId":389},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[219,217,386,385,376],{"evaluatedAt":392,"extractAt":393,"updatedAt":392},1778698950505,1778697652123,{"_creationTime":395,"_id":396,"community":397,"display":398,"identity":402,"providers":404,"relations":410,"tags":411,"workflow":412},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":399,"installMethods":400,"name":401,"sourceUrl":377},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":375},"github",{"basePath":403,"githubOwner":380,"githubRepo":381,"locale":277,"slug":401,"type":251},"skills/github",{"evaluate":405,"extract":409},{"promptVersionExtension":208,"promptVersionScoring":209,"score":354,"tags":406,"targetMarket":256,"tier":222},[401,407,219,408,217],"cli","developer-tools",{"commitSha":258},{"repoId":389},[219,217,407,408,401],{"evaluatedAt":413,"extractAt":393,"updatedAt":413},1778698569289,{"_creationTime":415,"_id":416,"community":417,"display":418,"identity":424,"providers":430,"relations":436,"tags":439,"workflow":440},1778696505500.0078,"k174n9sd7wv9knh3b8rv7vv2wh86me74",{"reviewCount":8},{"description":419,"installMethods":420,"name":422,"sourceUrl":423},"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":421},"ReScienceLab/opc-skills","Reddit","https://github.com/ReScienceLab/opc-skills",{"basePath":425,"githubOwner":426,"githubRepo":427,"locale":428,"slug":429,"type":251},"skills/reddit","ReScienceLab","opc-skills","fr","reddit",{"evaluate":431,"extract":434},{"promptVersionExtension":208,"promptVersionScoring":209,"score":354,"tags":432,"targetMarket":256,"tier":222},[429,219,356,218,433],"information-gathering",{"commitSha":258,"license":435},"Apache-2.0",{"parentExtensionId":437,"repoId":438},"k17b55rp7ccqw91566yq0ax2as86n6rk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[219,356,433,429,218],{"evaluatedAt":441,"extractAt":442,"updatedAt":441},1778696852717,1778696505500,{"_creationTime":444,"_id":445,"community":446,"display":447,"identity":453,"providers":456,"relations":463,"tags":466,"workflow":467},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":448,"installMethods":449,"name":451,"sourceUrl":452},"Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.",{"claudeCode":450},"iterationlayer/skills","generate-social-media-book-promo","https://github.com/iterationlayer/skills",{"basePath":454,"githubOwner":455,"githubRepo":325,"locale":277,"slug":451,"type":251},"skills/generate-social-media-book-promo","iterationlayer",{"evaluate":457,"extract":462},{"promptVersionExtension":208,"promptVersionScoring":209,"score":354,"tags":458,"targetMarket":256,"tier":222},[459,460,218,461,219],"image-generation","marketing","book-promotion",{"commitSha":258},{"parentExtensionId":464,"repoId":465},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[219,461,459,460,218],{"evaluatedAt":468,"extractAt":469,"updatedAt":468},1778693472094,1778691104676,{"_creationTime":471,"_id":472,"community":473,"display":474,"identity":480,"providers":485,"relations":496,"tags":499,"workflow":500},1778675056600.264,"k17169sg21srwv5sf3enw3dgcd86m4sh",{"reviewCount":8},{"description":475,"installMethods":476,"name":478,"sourceUrl":479},"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":477},"alirezarezvani/claude-skills","Social Content","https://github.com/alirezarezvani/claude-skills",{"basePath":481,"githubOwner":482,"githubRepo":483,"locale":277,"slug":484,"type":251},"marketing-skill/skills/social-content","alirezarezvani","claude-skills","social-content",{"evaluate":486,"extract":495},{"promptVersionExtension":208,"promptVersionScoring":209,"score":354,"tags":487,"targetMarket":256,"tier":222},[460,218,488,489,490,215,491,492,493,494],"content-creation","content-strategy","scheduling","linkedin","instagram","tiktok","facebook",{"commitSha":258,"license":244},{"parentExtensionId":497,"repoId":498},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[488,489,494,492,491,460,490,218,493,215],{"evaluatedAt":501,"extractAt":502,"updatedAt":501},1778685179349,1778675056600]