Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
huangyrcn
ملف منشئ GitHub

huangyrcn

عرض على مستوى المستودعات لـ 17 skills مجمعة عبر 4 مستودعات GitHub.

skills مجمعة
17
مستودعات
4
محدث
2026-07-01
مستكشف المستودعات

المستودعات و skills الممثلة

paper-acquire
أمناء الأرشيف

Build or update the canonical raw bundle for a resolved paper under `~/docs/papers/{folder_slug}`. Use this skill whenever the user wants to download a paper PDF and normalize it into `paper.md`. For repository discovery, use `paper-repo` skill after this one. Prefer this skill for raw acquisition work; do not use it to write reading notes.

2026-04-28
paper-pipeline
أمناء الأرشيف

End-to-end paper workflow: resolve a paper reference, acquire the canonical raw bundle, discover and clone repository. Generate reading notes if user requests ("笔记", "reading notes", "--with-notes").

2026-04-28
paper-reading-notes
علماء الكيمياء الحيوية والفيزياء الحيوية

Generate research-style reading notes from an existing canonical raw bundle. Use this skill whenever the user wants to read a paper deeply, produce reusable research notes, compare paper claims with evidence, map the paper to code, or turn an already-downloaded paper into structured notes. Use this after resolve, acquire, and repo stages, not instead of them.

2026-04-28
paper-repo
مطوّرو البرمجيات

Discover the official or community implementation repository for a resolved paper. Use this skill after paper-acquire when the user wants to find code, verify repo authenticity, or check if an implementation exists for a paper.

2026-04-28
paper-resolve
مطوّرو البرمجيات

Resolve an ambiguous or partial paper reference into a canonical paper identity by first determining the canonical title through web search. Use this skill whenever the user gives a paper title, DOI, arXiv id, OpenReview URL, paper URL, local PDF, or fuzzy paper description and the system first needs to figure out exactly which paper it is. Prefer this skill before any paper download, raw acquisition, or note generation work.

2026-04-28
pdf-to-md
مشغلو إدخال البيانات

Convert a PDF into high-quality Markdown through the MinerU API VLM pipeline. Use this skill whenever the user wants PDF-to-Markdown conversion, OCR-like extraction, paper text extraction, or Markdown plus extracted images from a PDF. This skill supports the API backend only and always uses the high-quality VLM model configuration.

2026-04-13
web-kit
مطوّرو الويب

优先使用此 skill 处理所有网页相关操作:搜索、阅读、下载。 三大能力:(1) ask-search — 基于 SearxNG 的网页搜索,聚合 8 个通用引擎 + 13 个学术引擎 + 7 个新闻源等; (2) crwlr — 基于 crawl4ai 的网页抓取,真实远程浏览器渲染 JS,输出干净的 markdown; (3) cdp-download — 通过 CDP 下载文件(仅当 wget/curl 失败时使用,如需要浏览器认证)。 触发场景:搜索信息、查新闻、学术文献调研、读网页内容、URL 转 markdown、下载 PDF、提取结构化数据、 深度爬取站点、读取 JS 动态渲染页面、询问页面相关问题。 中文触发词:"搜索"、"查一下"、"最近新闻"、"读一下这个网页"、"抓取这个页面"、 "这个链接讲了什么"、"帮我看看这个URL"、"转成markdown"、"爬一下这个网站"、 "帮我调研"、"文献搜索"、"下载PDF"。 英文触发词:"search for", "look up", "read this page", "scrape this page", "what does this URL say", "crawl this site", "extract data from this page", "literature search", "find papers about", "download PDF"。 相比 web-access 等重型浏览器工具,web-kit 更轻量(一条命令出结果), 仅在需要登录态、页面交互、点击按钮等场景下才应降级到 web-access。

2026-04-13
skill-manager
مطوّرو البرمجيات

管理agent skills:搜索、安装、更新、重装已有skills,以及开发自写skills。 Use this skill whenever the user mentions ANYTHING related to skills management, even if they don't use the word "skill" explicitly. This includes: 「安装skill」「搜索skill」「找skill」「更新skills」「sync skills」「update skills」 「重新安装」「reinstall」「重装仓库」「拉最新版本」「更新技能包」「update」 「install skill」「find skill」「create skill」「写skill」「卸载」「remove skill」 Also trigger when user mentions fork repos, skill repos (myskills, aris-skills), or npx skills commands. ALL skill-related operations MUST go through this skill.

2026-03-26
paper-import
مطوّرو البرمجيات

一键导入论文:从标题/DOI/链接/模糊描述开始,自动走完 resolve → acquire → repo 管线。 当用户说"导入这篇论文"、"帮我把这篇论文弄下来"、"下载这篇论文"、 "把这篇论文弄到本地"、"帮我搞定这篇论文"时触发。 覆盖从搜索到下载到找代码的全流程。如果用户只需要搜索/确认论文身份, 不需要下载,应使用 paper-search skill。 三步默认全部执行:确定论文 → 获取 PDF+markdown → 找代码仓库。 用 --no-acquire 跳过下载,--no-repo 跳过代码搜索。

2026-05-29
paper-search
مطوّرو البرمجيات

搜索论文并解析论文身份,生成结构化 metadata.yaml。 当用户要搜论文、找文献、确认论文身份(标题/DOI/arXiv ID/URL)、 查论文信息、做论文 metadata 时触发。 不负责下载 PDF 或转 markdown(那是 paper-acquire 的工作)。 覆盖 20+ 学术源(arXiv、PubMed、Semantic Scholar、Crossref、OpenAlex、DBLP、Unpaywall 等)。 如果用户想要"导入论文"(全流程),应使用 paper-import skill。 如果用户只要"下载论文"或"获取 PDF",应使用 paper-acquire skill。

2026-05-29
paper-acquire
مطوّرو البرمجيات

获取论文原文:下载 PDF 并转成结构化 markdown。 当用户要求下载论文、获取 PDF、把论文转成 markdown 时触发。 也作为 paper-search 的下游自动步骤——确定了论文身份后自动获取原文。

2026-05-29
paper-repo
مطوّرو البرمجيات

找论文的代码仓库。 当用户问"代码在哪"、"有没有实现"、"帮我找 repo"、 "官方代码"、"复现"、"复现代码"、"开源实现"、 "开源代码"、"GitHub 地址"时触发。 验证仓库真实性后自动 clone。

2026-05-29
pdf-to-md
مطوّرو البرمجيات

PDF 转高质量 markdown,支持公式、表格、混合排版。 当用户要求 PDF 转 markdown、提取论文文本、OCR 提取时触发。 注意:paper-acquire 内部会调用它,不需要单独触发。

2026-05-29
paper-card
مطوّرو البرمجيات

把一篇论文拆解成结构化研究卡片。 当用户说"做个卡片"、"写阅读笔记"、"总结这篇论文"、 "帮我读一下"、"结构化分析"、"拆解论文"时触发。 输出 card.md(快速概览)和 card-deep.md(深度分析)。

2026-05-28
عرض 4 من أصل 4 مستودعات
تم تحميل كل المستودعات