@GoSailGlobal: 微软刚开源了一个项目,叫 Resource2Skill,还配了篇 arXiv 论文 名字就是它干的事:Resource → Skill 它回答的,是 skill 这件事一直没人正面碰的问题:skill 到底从哪来 以前靠人一个个手写 它把…
摘要
微软开源了 Resource2Skill,可从教程视频、文章、代码等人类资源中自动蒸馏出可执行的 agent 技能,并实现网页、PPT、Excel 等实际应用。
查看缓存全文
缓存时间: 2026/07/21 16:46
微软刚开源了一个项目,叫 Resource2Skill,还配了篇 arXiv 论文 名字就是它干的事:Resource → Skill
它回答的,是 skill 这件事一直没人正面碰的问题:skill 到底从哪来 以前靠人一个个手写 它把人类已经做好的东西,教程视频、文章、代码、参考资料 自动蒸馏成 agent 能直接跑的可执行 skill
而且不是纸上谈兵:agent 能浏览、组合、运行这些 skill 真做出网页、PPT、Excel、Blender 场景、甚至编曲音频
· skill 正在从「人手写」,进入「从人类资源里自动提炼」的阶段 · 这一步一旦成熟,会做东西的人类经验,都能被压成 agent 的技能
https://agentskillshub.top/skill/microsoft/Resource2Skill/…
microsoft/Resource2Skill — security grade & quality score | Agent Skills Hub
Source: https://agentskillshub.top/skill/microsoft/Resource2Skill/ Home>AI Tool>Resource2Skill## Resource2Skill — AI Tool by microsoft
Last updated:2026-07-17· Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is Resource2Skill safe to install? View the security audit →
About Resource2Skill
RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources This repository is the official Microsoft open-source release of Resource2Skill. Resource2Skill turns human-created resources (tutorial videos, reference artifacts, articles, code) into reusable executable skills that a software agent can browse, compose, and run through real software tools — producing Web pages, PowerPoint decks, Excel workbooks, Blender scenes, and REAPER-style audio. It contains the runnable runtime + skill libraries. Get started below. Installation Use Python 3.11 in a fresh virtual environment. covers the core runtime plus the Web, PowerPoint, Excel, and REAPER dependencies ( is pinned to ). Then add the per-domain system dependencies you ne
Quick Facts
Stars91Forks7LanguagePythonCategoryAI ToolLicenseMITQuality Score58.6952952095612/100Open Issues3Last Updated2026-07-17Created2026-05-12PlatformspythonEst. Tokens~14k
Resource2Skill alternative? Top 4 similar tools
Looking for a Resource2Skill alternative? If you’re comparing Resource2Skill with other ai tool tools, these 4 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
- SciToolAgentby HICAI-ZJU · ⭐ 391SciToolAgent: A Knowledge Graph-Driven Scientific Agent for Multi-Tool Integration
- cloudinsight-agentby cloudinsight · ⭐ 367Cloudinsight Agent is a system tool that monitors system processes and services, and sends information back to
- redesigned-pancakeby Sfedfcv · ⭐ 213Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights
- maui-skillsby davidortinau · ⭐ 152.NET MAUI skills for GitHub Copilot and Claude Code
More AI Tool Tools
Explore other popular ai tool tools:
- redesigned-pancake⭐ 213
- claude-code-infrastructure-showcase⭐ 9.7k
- claudekit-skills⭐ 1.9k
- axton-obsidian-visual-skills⭐ 3.0k
- shaping-skills⭐ 954
- MedgeClaw⭐ 959
- maui-skills⭐ 152
- vision-agent⭐ 5.3k
- EDRSilencer⭐ 1.8k
- perf-map-agent⭐ 1.7k
Popular Python Agent Tools
- TrendRadar⭐ 60.6k · MCP Server
- gpt-researcher⭐ 28.3k · MCP Server
- Scrapling⭐ 70.3k · MCP Server
- serena⭐ 26.6k · MCP Server
- MaxKB⭐ 22.2k · MCP Server
Frequently Asked Questions
What is Resource2Skill?Resource2Skill is an open-source ai tool by microsoft with 91 GitHub stars.
What programming language is Resource2Skill written in?Resource2Skill is primarily written in Python.
How do I install or use Resource2Skill?You can find installation instructions and usage details in the Resource2Skill GitHub repository at github.com/microsoft/Resource2Skill. The project has 91 stars and 7 forks, indicating an active community.
What license does Resource2Skill use?Resource2Skill is released under the MIT license, making it free to use and modify according to the license terms.
What are the best alternatives to Resource2Skill?The top alternatives to Resource2Skill on Agent Skills Hub include SciToolAgent, cloudinsight-agent, redesigned-pancake. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.
相似文章
@yaojingang: 写了一个解读Skill的Skill,已开源到GitHub 解读skill的原始设计方案也同步做了上传 这是一个面向 Agent Skills 生态的质量解读、学习分析和使用指导Skill 执行后,会把一个目标 Skill 转换成结构化分析…
作者开源了一个面向Agent Skills生态的质量解读、学习分析和使用指导Skill,可将目标Skill转换为结构化分析数据和双语HTML报告,帮助用户评估和改进Skill。
@NFTCPS: 微软搞了个东西叫 SkillOpt,思路挺野:把 agent 的技能文档当成神经网络一样来训练,有 epoch、batch、学习率、验证集,但一根模型权重都不碰。 它牛在哪?我给你拆三点: 训练只改一份 skill 文档,新的改动必须在验…
微软推出SkillOpt,一种将智能体技能文档像神经网络一样训练的方法,通过epoch、batch、学习率和验证集来进行优化,但不修改模型权重。在多项基准测试中取得最佳结果,可跨模型和工具迁移。
@pauliusztin_: Microsoft 刚刚开源了今年我见过的最有趣的智能体工程项目之一…… → https://git…
Microsoft 开源了 SkillOpt,这是一个将智能体技能文档视为可训练产物的框架,通过迭代反馈循环优化它们,而无需修改模型权重。它作为一个 Python 库提供,支持自我演进的智能体技能。
@gyro_ai: https://x.com/gyro_ai/status/2055198700016660826
Matt Pocock 开源了 Skills for Real Engineers,一套小、可组合、可破解的 AI 编程技能,旨在解决 AI 编程中的理解偏差、缺少共享语言、反馈回路缺失和软件熵问题。该工具通过 grill-with-docs、tdd、diagnose 等技能提升 AI 编程效率,并提供了完整工作流。
@yetone: 由于这篇文章太伟大了,所以我把它变成了一个 Agent Skill。 大家可以使用自己的 Coding Agent 安装一下这个 Skill,这样就可以用「最佳实践」来轻松地重构或者开发一个既容易跨平台、又极其接近 Native 性能的桌…
A GitHub repository packaging an Agent Skill that distills best practices for building cross-platform desktop apps with near-native performance, inspired by Raycast 2.0's architecture.