pricing-page
A standalone pricing page — header, plan tiers, feature comparison table, and an FAQ. Use when the brief asks for "pricing", "plans", "subscription tiers", or a "compare plans" page.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=nexu-io-open-design-design-templates-pricing-page-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name pricing-page description A standalone pricing page — header, plan tiers, feature comparison table, and an FAQ. Use when the brief asks for "pricing", "plans", "subscription tiers", or a "compare plans" page. triggers ["pricing","pricing page","plans","subscription","compare plans","定价","套餐"] od {"mode":"prototype","platform":"desktop","scenario":"sales","preview":{"type":"html","entry":"index.html"},"design_system":{"requires":true,"sections":["color","typography","layout","components"]},"craft":{"requires":["laws-of-ux"]}} Pricing Page Skill Produce a single-screen pricing page that respects the active DESIGN.md. Workflow Read the active DESIGN.md (injected above). Use only its colors, type tokens, and component patterns. Classify the product from the brief and pick a tier shape: 3-tier (most common): Free / Pro / Team or Starter / Growth / Enterprise. 4-tier when the brief says "scale" or "enterprise plus". 2-tier when it says "individual / business" or "personal / pro". Sections , in order: Hero — page title (e.g. "Pricing"), one-line subhead, optional monthly/annual toggle. Plan cards — one card per tier. Each card: tier name, price (use the display font + larger scale for the number), 1-line positioning, 4–6 bullet features, primary CTA. Mark the recommended tier with the DS accent border or a small badge. Comparison table — feature rows × tier columns, ✓ / — / value cells. Group features into 2–3 logical sections (Core, Collaboration, Support, Security…). Sticky header. FAQ — 4–6 collapsible Q&A items. Use <details><summary> for the collapse — no JS. Footer CTA — single line + button, accent band sparingly. Write one self-contained HTML document: <!doctype html> through </html> , CSS in one inline <style> . CSS Grid for the plan-card row; CSS Grid for the comparison table. data-od-id on each tier card and each table row. Money rendering : use the display font for the big number, body for the currency and "/mo" — sizes per DESIGN.md scale. Self-check : Prices are plausible for the product (not "$X / month"). Accent is on the recommended tier and one CTA only. Comparison table renders cleanly at 1024px and stacks readably below 768px (rotate column headers or scroll-x). No fake feature names — every row reads as something a real product would actually offer. Output contract Emit between <artifact> tags: <artifact identifier="pricing-slug" type="text/html" title="Pricing — Product Name"> <!doctype html> <html>...</html> </artifact> One sentence before the artifact, nothing after.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |