一键导入
sync-upstream-obsidianos
Pull structural updates from upstream ObsidianOS into the local vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pull structural updates from upstream ObsidianOS into the local vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch & embed AI transcripts as Obsidian callouts. Args: <path>, all, refresh <path>. Prompts for URLs if empty.
Stage and commit with flexible intent parsing. Accepts file/folder scope, free-text description, amend, or any combination.
Resolve and fill Participants frontmatter + link unlinked names in body. Args: <path>, all.
Extract action items as plain markdown bullets (with confirmation). Args: <path>. No args = run [/note-status pending --step=todos](../note-status/SKILL.md#pending-mode).
Show when you last had a 1:1 with each direct report / peer, sorted by recency. Flags people who haven't had one in N weeks. Powered by the OneOnOnes view on Meetings.base.
Gmail AI transcript notifications → meeting Notes: URLs + mark read. Args: (none). Invoked standalone or as step 1 of /meeting wrap.
| name | sync-upstream-obsidianos |
| description | Pull structural updates from upstream ObsidianOS into the local vault. |
| license | MIT |
Shortcut to run .scripts/sync-upstream.sh.
| Command | What it does |
|---|---|
/sync-upstream-obsidianos | Preview and merge upstream updates |
/sync-upstream-obsidianos preview | Preview only — show what's new without merging |
upstream remote exists: git remote get-url upstream. If missing, tell the user to add it:
git remote add upstream <url-to-upstream-repo>
git status --short). If dirty, ask the user to commit or stash first.Run .scripts/sync-upstream.sh --preview and show the output (new commits and changed files).
If there are no new commits, report "already up to date" and stop.
If the user only asked for preview, stop here.
Present the preview results and ask the user to confirm before merging.
On confirmation, run the full sync:
echo y | ./.scripts/sync-upstream.sh
Show the merge outcome:
.sync-exclude.git log -1 --oneline).If the merge had conflicts, relay the conflict list and instruct the user to resolve manually.
.gitattributes merge=ours rules..sync-exclude are auto-removed from the merge (e.g. upstream example files).upstream remote doesn't exist, do not create it automatically — prompt the user for the URL.