Let agents read contracts,then run safely.
Registry is not another search page. It records each Skill version, manifest, schema, permission, runtime, and review state so developers, publishers, and AI agents can inspect contract boundaries before invocation.
Every Skill contract must answer six questions.
This makes clear why a Skill can be read by agents, reviewed by teams, and adopted by projects.
name, displayName, semantic version, category, tags, support, and changelog.
HTTP, MCP, or restricted local runtime, including target, transport, and health posture.
inputSchema, outputSchema, required fields, examples, and typed result shape.
Network, browser, filesystem, secrets, sensitive data, and write/payment workflow boundaries.
Review status, checks, incidents, feedback, deprecation, and replacement path.
Billing model, price intent, publisher terms, and finance-reviewed readiness.
Inspect contracts first, then run inside a project.
Public API endpoints are for discovery and inspection. Real runtime starts only after a team adopts a Skill into a project, pins a version, and creates a Project Key.
curl "https://api.useskillhub.com/v1/skills/search?limit=20"
curl "https://api.useskillhub.com/v1/skills/browser-research"
# Runtime starts after sign-in:
# create project -> approve policy -> generate Project Key -> REST / MCP callVersioned Skill contracts returned by the public API.
The rows stay connected to live registry data while the page keeps search and comparison in Marketplace or API parameters.
Research a web topic and return concise findings with source URLs.
Five value investing masters (Buffett, Munger, Duan Yongping, Sanhu Yi, Li Lu) provide multi-perspective investment analysis with Feynman problem decomposition methodology. Distills 25 core mental models from shareholder letters, books, interviews and public speeches.
五位价值投资大师(李录、段永平、巴菲特、芒格、散户乙)的联合投资辅导系统。以费曼问题拆解法为分析基础,提炼25个核心心智模型,支持单人分析、交叉对比、圆桌讨论三种模式。
A real-format publisher flow check skill that verifies submitted skills can render a detail page before operator approval.
Convert tabular data into structured notes, anomalies, and next actions.
FBX 转 GLB 无损转换工具。基于 Assimp 工业级引擎(WASM),完整保留贴图、材质、骨骼动画和蒙皮。提供 CLI 命令行转换和网页端部署两种方式。
将使用 style 类选择器排版的 HTML 文章转换为微信公众号编辑器可直接粘贴的兼容 HTML。解决微信粘贴后样式全丢、布局塌陷、SVG 变空白、本地图不显示等 22 项典型问题。支持 HTML 文件、Markdown 文件、网页 URL 三种输入。