Skip to content
Skillv1.0.0

article-magazine

Huashu / huashu-md-html-inspired magazine article layout for turning Markdown or notes into a polished long-form HTML essay.

by nexu-io(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nexu-io/open-design (skills/article-magazine/SKILL.md) via skills.sh. Install upstream with npx skills add nexu-io/open-design --skill article-magazine. Copyright stays with the author.

【模板: 杂志文章】

  • 顶部 hero: 大标题 (text-5xl/6xl) + 可选副标题 + 作者 / 阅读时间 / 日期元数据。
  • 正文: 单栏, 最大宽度约 700px, 居中。段落 text-lg leading-relaxed text-neutral-700 dark:text-neutral-300
  • H2 / H3 标题用 serif 字体, 让正文与标题有视觉对比。
  • 引用块使用左侧粗 accent 色边线 + 斜体。
  • 代码块: 圆角 + 深色背景 + 浅色文字, 显示语言标签。
  • 列表项使用自定义 bullet(小方块 / accent 圆点)。
  • 章节之间用 <hr> 分隔, 但样式做成中央居中的小 ornament。
  • 文末加一个简单的 "如果觉得有用,欢迎转发" 行动卡片。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nexu-io-open-design-article-magazine/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nexu-io-open-design-article-magazine.ocm.jsonjson
{
  "ocm": "1",
  "id": "nexu-io-open-design-article-magazine",
  "kind": "skill",
  "name": "article-magazine",
  "description": "Huashu / huashu-md-html-inspired magazine article layout for turning Markdown or notes into a polished long-form HTML essay.",
  "publisher": "nexu-io",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "blog",
      "essay",
      "newsletter",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Huashu / huashu-md-html-inspired magazine article layout for turning Markdown or notes into a polished long-form HTML essay."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nexu-io/open-design",
      "path": "skills/article-magazine/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/nexu-io/open-design/article-magazine",
      "key": "nexu-io/open-design/skills/article-magazine/SKILL.md"
    }
  },
  "instructions": "【模板: 杂志文章】\n- 顶部 hero: 大标题 (text-5xl/6xl) + 可选副标题 + 作者 / 阅读时间 / 日期元数据。\n- 正文: 单栏, 最大宽度约 700px, 居中。段落 `text-lg leading-relaxed text-neutral-700 dark:text-neutral-300`。\n- H2 / H3 标题用 serif 字体, 让正文与标题有视觉对比。\n- 引用块使用左侧粗 accent 色边线 + 斜体。\n- 代码块: 圆角 + 深色背景 + 浅色文字, 显示语言标签。\n- 列表项使用自定义 bullet(小方块 / accent 圆点)。\n- 章节之间用 `<hr>` 分隔, 但样式做成中央居中的小 ornament。\n- 文末加一个简单的 \"如果觉得有用,欢迎转发\" 行动卡片。",
  "cost": {
    "context_tokens": 92
  }
}

Fetch it by URL: GET /api/v1/registry/nexu-io-open-design-article-magazine/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

article-magazine - Skill - OpenSmartRoute