[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-wshuyi-x-article-publisher-skill-en":3,"guides-for-wshuyi-x-article-publisher-skill":342,"similar-k17d09ybwp51vs1g09ag5r49wh86na6t-en":343},{"_creationTime":4,"_id":5,"children":6,"community":50,"display":51,"evaluation":54,"identity":282,"isFallback":268,"parentExtension":285,"providers":286,"relations":293,"repo":294,"tags":339,"workflow":340},1778699045700.797,"k17d09ybwp51vs1g09ag5r49wh86na6t",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":25,"relations":43,"tags":45,"workflow":46},1778699045700.7974,"k17dyarxtsb7wgkv37d9djsyh586mjfp",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Use when user wants to publish a Markdown file/URL to X Articles, or mentions \"publish to X\", \"post article to Twitter\", \"X article\", or wants help with X Premium article publishing. Handles cover image upload and converts Markdown to rich text automatically.\n",{"claudeCode":15},"wshuyi/x-article-publisher-skill","X Article Publisher","https://github.com/wshuyi/x-article-publisher-skill",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":23,"type":24},"skills/x-article-publisher","wshuyi","x-article-publisher-skill","en","x-article-publisher","skill",{"evaluate":26,"extract":40},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":30,"targetMarket":38,"tier":39},"3.0.0","4.4.0",98,[31,32,33,34,35,36,37],"twitter","x","articles","markdown","publishing","automation","rich-text","global","verified",{"commitSha":41,"license":42},"HEAD","MIT",{"parentExtensionId":5,"repoId":44},"kd7bnr3gkws94jkjxs58f1mz4h86nn5v",[33,36,34,35,37,31,32],{"evaluatedAt":47,"extractAt":48,"updatedAt":49},1778699085137,1778699045700,1778699111564,{"reviewCount":11},{"description":52,"installMethods":53,"name":23,"sourceUrl":17},"Publish Markdown articles to X (Twitter) Articles with block-index positioning and rich text formatting",{"claudeCode":23},{"_creationTime":55,"_id":56,"extensionId":5,"locale":22,"result":57,"trustSignals":266,"workflow":280},1778699064672.1309,"kn758jent0qakm5r0znwjxkns586ndet",{"checks":58,"evaluatedAt":244,"extensionSummary":245,"features":246,"nonGoals":252,"promptVersionExtension":27,"promptVersionScoring":28,"purpose":256,"rationale":257,"score":258,"summary":259,"tags":260,"targetMarket":38,"tier":261,"useCases":262},[59,64,67,70,74,77,81,85,88,91,95,100,103,108,111,114,117,120,123,126,130,134,138,142,146,149,152,155,159,162,165,168,171,174,177,181,185,189,192,196,199,202,205,208,211,214,217,220,223,226,230,233,236,240],{"category":60,"check":61,"severity":62,"summary":63},"Practical Utility","Problem relevance","pass","The description clearly states the problem of publishing Markdown to X Articles due to formatting loss and manual effort.",{"category":60,"check":65,"severity":62,"summary":66},"Unique selling proposition","The skill offers significant value over a simple prompt by automating Markdown conversion, image positioning, and rich text pasting, providing a 10x efficiency improvement.",{"category":60,"check":68,"severity":62,"summary":69},"Production readiness","The plugin covers the complete lifecycle for publishing Markdown articles as drafts, including pre-processing, formatting, image insertion, and saving, with clear instructions and requirements.",{"category":71,"check":72,"severity":62,"summary":73},"Scope","Single responsibility principle","The plugin focuses solely on publishing Markdown articles to X, with all bundled scripts and features contributing to this single, coherent workflow.",{"category":71,"check":75,"severity":62,"summary":76},"Description quality","The displayed description accurately reflects the plugin's core functionality of publishing Markdown articles to X with rich text formatting and block-index positioning.",{"category":78,"check":79,"severity":62,"summary":80},"Invocation","Scoped tools","The plugin uses specific tools like `parse_markdown.py`, `copy_to_clipboard.py`, and Playwright MCP actions, rather than a single generalist command.",{"category":82,"check":83,"severity":62,"summary":84},"Documentation","Configuration & parameter reference","The README and SKILL.md clearly document prerequisites, installation steps, and usage, including details on Python dependencies and optional Mermaid CLI installation.",{"category":71,"check":86,"severity":62,"summary":87},"Tool naming","Python scripts are descriptively named (e.g., `parse_markdown.py`) and the skill command is `x-article-publisher`, all following kebab-case conventions.",{"category":71,"check":89,"severity":62,"summary":90},"Minimal I/O surface","The plugin's Python scripts and browser interactions focus on the specific task of article publishing, requesting only necessary data and returning relevant output.",{"category":92,"check":93,"severity":62,"summary":94},"License","License usability","The plugin is licensed under MIT, a permissive open-source license, with the license file included in the repository.",{"category":96,"check":97,"severity":98,"summary":99},"Maintenance","Commit recency","warning","The last commit was on January 25, 2026, which is more than 90 days ago, indicating potential unmaintained status.",{"category":96,"check":101,"severity":62,"summary":102},"Dependency Management","Python dependencies are listed and installable via pip, and Playwright MCP is managed by the Claude Code environment; no complex third-party dependencies require special management.",{"category":104,"check":105,"severity":106,"summary":107},"Security","Secret Management","not_applicable","The plugin does not handle any secrets or API keys directly; it relies on the user being logged into X via their browser.",{"category":104,"check":109,"severity":62,"summary":110},"Injection","The plugin processes Markdown files and uses browser automation, but it treats file content as data and does not execute arbitrary code or instructions from external sources.",{"category":104,"check":112,"severity":62,"summary":113},"Transitive Supply-Chain Grenades","All code and dependencies are bundled within the repository or managed by the Claude Code environment. No runtime downloads or remote execution of non-committed code is performed.",{"category":104,"check":115,"severity":62,"summary":116},"Sandbox Isolation","The plugin operates within the defined extension scope, primarily interacting with files specified by the user and the browser environment. Paths are relative or handled by the browser/Claude Code.",{"category":104,"check":118,"severity":62,"summary":119},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the scripts or workflow.",{"category":104,"check":121,"severity":62,"summary":122},"Data Exfiltration","The plugin focuses on publishing content and does not submit confidential data or personal information to any third-party service.",{"category":104,"check":124,"severity":62,"summary":125},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks, HTML comments, or invisible Unicode characters designed to manipulate the model.",{"category":127,"check":128,"severity":62,"summary":129},"Hooks","Opaque code execution","The plugin's scripts are plain Python and Bash, readable and not obfuscated, and do not execute code fetched at runtime.",{"category":131,"check":132,"severity":62,"summary":133},"Portability","Structural Assumption","The plugin assumes a standard Markdown file as input and specifies macOS/Windows for its Python dependencies, but does not make rigid assumptions about project file layout beyond the input file.",{"category":135,"check":136,"severity":62,"summary":137},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating low current activity but no backlog of unaddressed issues.",{"category":139,"check":140,"severity":62,"summary":141},"Versioning","Release Management","A meaningful version number (1.1.0) is declared in the plugin manifest and README, indicating proper release management.",{"category":143,"check":144,"severity":62,"summary":145},"Code Execution","Validation","Input file paths are handled by Python scripts, and browser interactions are guided by specific selectors and actions, implying validation through context.",{"category":104,"check":147,"severity":62,"summary":148},"Unguarded Destructive Operations","The plugin's primary action is saving a draft, which is not destructive. Any file operations are for temporary processing and do not modify user project files.",{"category":143,"check":150,"severity":62,"summary":151},"Error Handling","The README and SKILL.md provide troubleshooting steps for common issues like MCP connection problems and browser errors, suggesting robust error handling.",{"category":143,"check":153,"severity":62,"summary":154},"Logging","The plugin provides detailed workflow steps and debugging tips, indicating that intermediate states and outcomes are observable, though explicit audit logging isn't mandated.",{"category":156,"check":157,"severity":62,"summary":158},"Compliance","GDPR","The plugin does not operate on personal data; it processes Markdown files and interacts with the X Articles editor.",{"category":156,"check":160,"severity":98,"summary":161},"Target market","The plugin requires X Premium Plus and is noted as supporting macOS and Windows, implicitly limiting its target market, but this is not explicitly stated in a `targetMarket` field.",{"category":131,"check":163,"severity":98,"summary":164},"Runtime stability","The plugin specifies macOS and Windows for Python dependencies, and mentions Linux support is in progress, suggesting potential stability issues or lack of full support on other OSes.",{"category":82,"check":166,"severity":62,"summary":167},"README","A comprehensive README exists, clearly stating the extension's purpose, features, requirements, and usage.",{"category":71,"check":169,"severity":106,"summary":170},"Tool surface size","This is a plugin with a single primary skill/command, not a collection of many distinct tools.",{"category":78,"check":172,"severity":106,"summary":173},"Overlapping near-synonym tools","The plugin exposes a single primary skill/command, so there are no overlapping tools.",{"category":82,"check":175,"severity":62,"summary":176},"Phantom features","All advertised features, such as block-index positioning and rich text conversion, are implemented and described in the documentation.",{"category":178,"check":179,"severity":62,"summary":180},"Install","Installation instruction","Clear installation instructions are provided via Git clone and Marketplace, along with usage examples and authentication requirements (X Premium Plus).",{"category":182,"check":183,"severity":62,"summary":184},"Errors","Actionable error messages","The documentation provides specific troubleshooting steps for common errors like MCP connection issues and browser errors, offering remediation guidance.",{"category":186,"check":187,"severity":62,"summary":188},"Execution","Pinned dependencies","Python dependencies are listed for installation via pip, and the Playwright MCP is managed by the Claude Code environment, implying pinned versions are used.",{"category":71,"check":190,"severity":62,"summary":191},"Dry-run preview","The plugin's core function is saving a draft, not performing destructive operations. It provides a preview via the 'Save Draft' action and encourages manual review before publishing.",{"category":193,"check":194,"severity":62,"summary":195},"Protocol","Idempotent retry & timeouts","The plugin focuses on local file processing and browser automation; browser operations are managed by Playwright, which handles timeouts. No remote mutating operations are performed.",{"category":156,"check":197,"severity":62,"summary":198},"Telemetry opt-in","There is no mention of telemetry collection in the documentation; the plugin focuses on local processing and browser automation.",{"category":78,"check":200,"severity":62,"summary":201},"Name collisions","The plugin name 'x-article-publisher' is distinct and does not appear to collide with built-in Claude Code commands or other common skills.",{"category":78,"check":203,"severity":106,"summary":204},"Hooks-off mechanism","This plugin does not appear to expose or manage hooks that would require a hooks-off mechanism.",{"category":78,"check":206,"severity":106,"summary":207},"Hook matcher tightness","The plugin does not appear to use or define custom hooks.",{"category":104,"check":209,"severity":106,"summary":210},"Hook security","The plugin does not appear to utilize or define custom hooks.",{"category":127,"check":212,"severity":106,"summary":213},"Silent prompt rewriting","The plugin does not appear to have UserPromptSubmit hooks that would rewrite user prompts.",{"category":104,"check":215,"severity":106,"summary":216},"Permission Hook","The plugin does not appear to use PermissionRequest hooks.",{"category":156,"check":218,"severity":106,"summary":219},"Hook privacy","The plugin does not appear to have hooks involved in logging or telemetry.",{"category":143,"check":221,"severity":106,"summary":222},"Hook dependency","The plugin does not appear to use custom hooks.",{"category":82,"check":224,"severity":62,"summary":225},"Feature Transparency","Critical functionality like block-index positioning and reverse insertion is clearly explained in the README and SKILL.md.",{"category":227,"check":228,"severity":62,"summary":229},"Convention","Layout convention adherence","The plugin follows standard layout conventions with `.claude-plugin/plugin.json` and scripts within the `skills/` directory. `bin/` is not used.",{"category":227,"check":231,"severity":62,"summary":232},"Plugin state","The plugin does not appear to have persistent state that would need to live under `${CLAUDE_PLUGIN_DATA}`.",{"category":104,"check":234,"severity":106,"summary":235},"Keychain-stored secrets","The plugin does not handle secrets that would need to be routed through `userConfig` for keychain storage.",{"category":237,"check":238,"severity":62,"summary":239},"Dependencies","Tagged release sourcing","The plugin is self-contained and relies on standard Python packages and Playwright MCP, which are managed by the environment, rather than external MCP servers from untagged sources.",{"category":241,"check":242,"severity":62,"summary":243},"Installation","Clean uninstall","The plugin's installation method (Git clone or Marketplace add) and its operations (file processing, browser automation) do not involve background daemons or persistent system services that would survive an uninstall.",1778699064513,"This plugin automates the process of publishing Markdown articles to X (Twitter) Articles, converting Markdown to HTML, handling cover images, and precisely positioning content images and dividers using block-index referencing. It saves drafts and requires X Premium Plus. It supports macOS and Windows.",[247,248,249,250,251],"Markdown to HTML conversion","Rich text paste via clipboard","Automated cover image upload","Precise image/divider positioning via block-index","Draft-only saving",[253,254,255],"Directly publishing to X (only saves drafts)","Supporting Linux without user contributions","Handling user authentication to X (relies on browser session)","To significantly reduce the time and effort required to publish well-formatted Markdown articles to X Articles, making the process 10x faster.","The plugin is highly polished with clear documentation and a well-defined scope. Minor warnings for commit recency and target market documentation do not significantly detract from its overall quality.",95,"A high-quality plugin for automating X Article publishing from Markdown with excellent documentation and user experience.",[32,31,33,34,35,36],"community",[263,264,265],"Publishing long-form Markdown content to X Articles","Automating the formatting and posting of articles with images","Saving time on manual rich text editing for X Articles",{"codeQuality":267,"collectedAt":269,"documentation":270,"maintenance":273,"security":278,"testCoverage":279},{"hasLockfile":268},false,1778699047356,{"descriptionLength":271,"readmeSize":272},103,9519,{"closedIssues90d":11,"forks":274,"hasChangelog":268,"manifestVersion":275,"openIssues90d":11,"pushedAt":276,"stars":277},78,"1.1.0",1769302627000,757,{"hasNpmPackage":268,"license":42,"smitheryVerified":268},{"hasCi":268,"hasTests":268},{"updatedAt":281},1778699064672,{"basePath":283,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":284},"","plugin",null,{"evaluate":287,"extract":289},{"promptVersionExtension":27,"promptVersionScoring":28,"score":258,"tags":288,"targetMarket":38,"tier":261},[32,31,33,34,35,36],{"commitSha":41,"license":42,"plugin":290},{"mcpCount":11,"provider":291,"skillCount":292},"classify",1,{"repoId":44},{"_creationTime":295,"_id":44,"identity":296,"providers":297,"workflow":335},1778699041830.469,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":298,"discover":329,"github":332},{"commitSha":41,"extensions":299},[300,316],{"basePath":283,"description":52,"displayName":23,"installMethods":301,"license":42,"rationale":302,"selectedPaths":303,"source":315,"sourceLanguage":22,"type":284},{"claudeCode":23},"plugin manifest at .claude-plugin/plugin.json",[304,307,309,312],{"path":305,"priority":306},".claude-plugin/plugin.json","mandatory",{"path":308,"priority":306},"README.md",{"path":310,"priority":311},"LICENSE","high",{"path":313,"priority":314},"skills/x-article-publisher/SKILL.md","medium","rule",{"basePath":19,"description":13,"displayName":23,"installMethods":317,"rationale":318,"selectedPaths":319,"source":315,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at skills/x-article-publisher/SKILL.md",[320,322,325,327],{"path":321,"priority":306},"SKILL.md",{"path":323,"priority":324},"scripts/copy_to_clipboard.py","low",{"path":326,"priority":324},"scripts/parse_markdown.py",{"path":328,"priority":324},"scripts/table_to_image.py",{"sources":330},[331],"manual",{"closedIssues90d":11,"description":333,"forks":274,"license":42,"openIssues90d":11,"pushedAt":276,"readmeSize":272,"stars":277,"topics":334},"Claude Code skill for publishing Markdown articles to X (Twitter) Articles",[],{"classifiedAt":336,"discoverAt":337,"extractAt":338,"githubAt":338,"updatedAt":336},1778699045528,1778699041830,1778699043618,[33,36,34,35,31,32],{"evaluatedAt":281,"extractAt":48,"updatedAt":341},1778699111797,[],[344,375,403,432,459,486],{"_creationTime":345,"_id":346,"community":347,"display":348,"identity":353,"providers":355,"relations":367,"tags":370,"workflow":371},1778699170774.159,"k17axvhmvwp90strpqcd5b0h7986m80d",{"reviewCount":11},{"description":349,"installMethods":350,"name":351,"sourceUrl":352},"X (Twitter) real-time data platform skill with REST API (100+ endpoints), MCP server (2 tools) & webhooks. Covers tweet search, user lookup, timelines, extraction, monitoring, giveaway draws, credits, support, and confirmation-gated private reads, write actions, webhooks, monitors, and pay-per-use flows. Reads from $0.00015/call.",{"claudeCode":351},"x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":283,"githubOwner":354,"githubRepo":351,"locale":22,"slug":351,"type":284},"Xquik-dev",{"evaluate":356,"extract":365},{"promptVersionExtension":27,"promptVersionScoring":28,"score":357,"tags":358,"targetMarket":38,"tier":39},99,[32,31,359,360,361,362,363,364],"api","scraper","data-extraction","mcp-server","monitoring","webhooks",{"commitSha":41,"license":42,"plugin":366},{"mcpCount":11,"provider":291,"skillCount":292},{"parentExtensionId":368,"repoId":369},"k17df5mxb3839qe7nbg1y0hy5986nfbq","kd783enpnwhry153ka0z65ear186mjbh",[359,361,362,363,360,31,364,32],{"evaluatedAt":372,"extractAt":373,"updatedAt":374},1778699215383,1778699170774,1778699295835,{"_creationTime":376,"_id":377,"community":378,"display":379,"identity":384,"providers":386,"relations":395,"tags":398,"workflow":399},1778691134259.2344,"k17cfffqpe38zdvz3nv9xkmetx86mzd7",{"reviewCount":11},{"description":380,"installMethods":381,"name":382,"sourceUrl":383},"Fetch X/Twitter posts as clean LLM-friendly JSON. Paste any x.com link and get structured data with full content, author info, and engagement metrics.",{"claudeCode":382},"adhx","https://github.com/itsmemeworks/adhx",{"basePath":283,"githubOwner":385,"githubRepo":382,"locale":22,"slug":382,"type":284},"itsmemeworks",{"evaluate":387,"extract":393},{"promptVersionExtension":27,"promptVersionScoring":28,"score":357,"tags":388,"targetMarket":38,"tier":39},[31,32,389,359,390,391,392],"bookmarks","llm","json","nextjs",{"commitSha":41,"license":42,"plugin":394},{"mcpCount":11,"provider":291,"skillCount":292},{"parentExtensionId":396,"repoId":397},"k17e6xhqcgd1n5hc98vpmmcf2n86mthk","kd77mjenc5h9jr4kr1vget7bw586nz3g",[359,389,391,390,392,31,32],{"evaluatedAt":400,"extractAt":401,"updatedAt":402},1778691170439,1778691134259,1778691238025,{"_creationTime":404,"_id":405,"community":406,"display":407,"identity":412,"providers":415,"relations":425,"tags":427,"workflow":428},1778692816134.1846,"k17433617dh29ajy4hx5q8txzs86nvg4",{"reviewCount":11},{"description":408,"installMethods":409,"name":410,"sourceUrl":411},"Markdown-based Kanban board managed by Claude Code. Cards live as .md files — no database, no server.",{"claudeCode":410},"kanban","https://github.com/mattjoyce/kanban-skill",{"basePath":283,"githubOwner":413,"githubRepo":414,"locale":22,"slug":414,"type":284},"mattjoyce","kanban-skill",{"evaluate":416,"extract":422},{"promptVersionExtension":27,"promptVersionScoring":28,"score":417,"tags":418,"targetMarket":38,"tier":39},100,[410,34,419,420,421],"task-management","productivity","cli",{"commitSha":41,"license":423,"plugin":424},"Apache-2.0",{"mcpCount":11,"provider":291,"skillCount":292},{"repoId":426},"kd704ngckmedtqtqt31s01j8kx86mryd",[421,410,34,420,419],{"evaluatedAt":429,"extractAt":430,"updatedAt":431},1778692838399,1778692816134,1778692888073,{"_creationTime":433,"_id":434,"community":435,"display":436,"identity":441,"providers":445,"relations":452,"tags":455,"workflow":456},1778699018122.7659,"k175nz8vzm3xdn7kg5t4f4acn586mxf5",{"reviewCount":11},{"description":437,"installMethods":438,"name":439,"sourceUrl":440},"HADS (Human-AI Document Standard) — semantic tagging convention for writing documentation that works efficiently for both human readers and AI models. Reduces token consumption and hallucination risk by separating machine-critical facts from human context.",{"claudeCode":439},"documentation-standards","https://github.com/wshobson/agents",{"basePath":442,"githubOwner":443,"githubRepo":444,"locale":22,"slug":439,"type":284},"plugins/documentation-standards","wshobson","agents",{"evaluate":446,"extract":450},{"promptVersionExtension":27,"promptVersionScoring":28,"score":357,"tags":447,"targetMarket":38,"tier":39},[448,449,34,284],"documentation","ai-standards",{"commitSha":41,"license":42,"plugin":451},{"mcpCount":11,"provider":291,"skillCount":292},{"parentExtensionId":453,"repoId":454},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[449,448,34,284],{"evaluatedAt":457,"extractAt":458,"updatedAt":457},1778699063948,1778699018122,{"_creationTime":460,"_id":461,"community":462,"display":463,"identity":468,"providers":470,"relations":478,"tags":481,"workflow":482},1778695142297.4397,"k17b5rdx72d6dssd149d30sx8986mamf",{"reviewCount":11},{"description":464,"installMethods":465,"name":466,"sourceUrl":467},"Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.",{"claudeCode":466},"planning-with-files","https://github.com/OthmanAdi/planning-with-files",{"basePath":283,"githubOwner":469,"githubRepo":466,"locale":22,"slug":466,"type":284},"OthmanAdi",{"evaluate":471,"extract":475},{"promptVersionExtension":27,"promptVersionScoring":28,"score":357,"tags":472,"targetMarket":38,"tier":39},[473,474,34,419,420],"planning","workflow",{"commitSha":41,"license":42,"plugin":476},{"mcpCount":11,"provider":291,"skillCount":477},5,{"parentExtensionId":479,"repoId":480},"k178ckx9f3qxcfwcq3zrds4jfs86mnrt","kd7c09vrmg07ejxztzcc3j4gv986njf9",[34,473,420,419,474],{"evaluatedAt":483,"extractAt":484,"updatedAt":485},1778695204116,1778695142297,1778695430594,{"_creationTime":487,"_id":488,"community":489,"display":490,"identity":495,"providers":499,"relations":506,"tags":509,"workflow":510},1778690773482.4832,"k178yjakvy2y11set9vw91xvnh86nfxr",{"reviewCount":11},{"description":491,"installMethods":492,"name":493,"sourceUrl":494},"Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.",{"claudeCode":493},"huggingface-paper-publisher","https://github.com/huggingface/skills",{"basePath":496,"githubOwner":497,"githubRepo":498,"locale":22,"slug":493,"type":284},"skills/huggingface-paper-publisher","huggingface","skills",{"evaluate":500,"extract":505},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":501,"targetMarket":38,"tier":39},[497,502,503,35,448,504],"research","papers","arxiv",{"commitSha":41},{"parentExtensionId":507,"repoId":508},"k17es3r8wd37t5rrwqcpp5kwrh86mxx8","kd72xwt5xnc0ktc4p7smzfcp3986m959",[504,448,497,503,35,502],{"evaluatedAt":511,"extractAt":512,"updatedAt":511},1778690873816,1778690773482]