Marketplace
Ready-made agents, skills, personas, prompts, templates and tools. Free listings publish straight away and paid ones are reviewed first; every one works with any model and installs in a click. Rate what you use so the best rises to the top.
235.9K
listings
85.3K
publishers
7
kinds of listing
Free
to install and publish
A service that does a whole job for you - research, coding, support - and reports back.
Step-by-step instructions an AI follows for one kind of task. Install once, reuse everywhere.
A voice and set of rules layered onto any model: tone, audience, do's and don'ts.
Search or browse by kind. Every card shows who made it, how many people installed it and what they think.
One click. You get a manifest the router understands, plus copy-paste snippets for the CLI, Python and YAML.
Leave a star rating after you have used it. Made something useful? Publish it - free listings go live immediately.
Prefer the terminal? osr stack apply registry://starter installs the starter template.
A ready-to-use prompt with fill-in-the-blank variables and notes on when it works best.
1. 严禁在 JSX 渲染逻辑中直接使用 typeof window、Date.now()、Math.random() 等动态数据。**必须使用 'use client' 并配合 useEffect + useState 确保动态内容仅在客户端挂载后渲染**;同时严禁非法 HTML 嵌套(如 <p> 嵌套 <div>)。 2. **禁止使用 head 标签**,优先使用 metadata,详见文档