一键导入
moss-links
Create or edit Moss links, including wiki note links, heading links, aliases, Markdown links, YouTube embeds, and media/link preservation rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or edit Moss links, including wiki note links, heading links, aliases, Markdown links, YouTube embeds, and media/link preservation rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create or edit Moss canvas blocks and choose between moss-canvas and plain ASCII sketches for proposal notes, UI option cards, ASCII wireframes, rough diagrams, flows, and spatial visual thinking.
Comment annotation syntax for Moss notes. Use when adding, preserving, or editing note comments and their sidecar metadata.
Create or edit Moss formulas and variables, including editable anchors, derived values, bound references, display values, IDs, metadata, and table-cell usage.
YAML frontmatter rules for Moss note metadata. Use when adding or editing the optional metadata block at the top of a note.
Author self-contained moss-html blocks for HTML previews, embedded HTML, interactive prototypes, and behavior demos in Moss notes.
Syntax and file rules for creating or editing Moss notes under ~/Moss/Notes/. Use when authoring or modifying notes, choosing a node type, or following Moss markdown conventions.
| name | moss-links |
| description | Create or edit Moss links, including wiki note links, heading links, aliases, Markdown links, YouTube embeds, and media/link preservation rules. |
Use this skill when adding, editing, or reviewing links in Moss notes: note links, heading links, display aliases, Markdown links, YouTube links, and media references.
Wiki links connect notes and headings inside the Moss workspace.
[[Project Plan]]
[[#Local Heading]]
[[Project Plan#Scope]]
[[Project Plan|display text]]
Rules:
[[#Heading]] for a heading in the current note.[[Note#Heading]] for a heading in another note.[[Note|display text]] when the visible label should differ from the note title.[[...]]; brackets in note titles are allowed, so write the exact title.Use standard Markdown links for web URLs, external references, and non-Moss destinations.
[Website](https://www.mossnotes.app/)
[Repository](https://github.com/brsbl/moss-skills)
Moss treats YouTube URLs as video-capable references when written as image/video markdown.

[demo](https://youtu.be/...) when the user only wants a text link to YouTube..mp4, .webm, or .mov.Use a bare browser-safe URL for an inline preview,  for a visual webpage preview, and [Title](url) for a text link. Images, video, YouTube, and tweets remain media previews.
https://example.com/research
Research link: https://example.com/research

http://localhost:3000/prototype
[https://example.com/research](https://example.com/research)
[Research](https://example.com/research)
 respectively.localhost, *.localhost, 127.0.0.1, and ::1 may use HTTP or HTTPS because they open in the browser surface..local, credentialed, and obvious downloadable-file URLs stay plain text or open externally instead of becoming browser previews.Use note-local assets for files stored with the note.


assets/... paths for note-local media.file:// or absolute local paths in notes.