Borrowing it
Nothing to install: this file belongs to benoror/obsidianos_work. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/benoror/obsidianos_work/main/.agents/skills/workspace-mode/SKILL.mdgit clone --depth 1 https://github.com/benoror/obsidianos_workWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/benoror/obsidianos_work/workspace-mode)<a href="https://agentmods.dev/skills/benoror/obsidianos_work/workspace-mode"><img src="https://agentmods.dev/badge/skills/benoror/obsidianos_work/workspace-mode.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.00643 |
| Opus 5 | $0.00020 | $0.00321 |
| Sonnet 5 | $0.00008 | $0.00129 |
| Haiku 4.5 | $0.00004 | $0.00064 |
Grade A, and why
workspace-mode scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workspace Mode
Usage
/workspace-mode— List available workspaces and the current one./workspace-mode <name>— Switch to a named workspace./workspace-mode save <name>— Save current pane layout as a new workspace (delegates to Obsidian's Workspace plugin command).
Why this skill exists
Different work modes want different layouts:
- interview: Meetings.base Interviews view + the active candidate's @Name.md + a blank scratchpad pane.
- scrum: Today's
Meetings/Engineering/Scrum/YYYY-MM-DD.md+ Tracker.md + Meetings.base Pending view. - 1-on-1: OneOnOnes view + the current person's @Name.md + their last 1:1 note.
- recap: Recaps/ folder + Meetings.base ThisWeek view + Tracker.md.
Switching by hand means dragging panes around. This skill flips between saved layouts in one command.
Workflow
Step 1: List or switch
- No args → run
obsidian workspace format=jsonand present the list with the current one starred. <name>arg → runobsidian workspace load name=<name>(or use the Obsidian "Workspaces: Load workspace" command ifloadisn't a direct subcommand:obsidian command name="Workspaces: Load workspace layout").
Step 2: Save
save <name>→ runobsidian command name="Workspaces: Save layout"then prompt for the name in Obsidian's modal. (Or useobsidian evalto call the plugin API directly if needed.)
Suggested workspace presets
These don't exist out of the box — the user creates them once in Obsidian via Workspaces plugin, then this skill flips between them:
| Workspace | Files / Views Open |
|---|---|
interview |
Meetings.base (Interviews view), latest interview note, blank scratchpad |
scrum |
Today's Scrum daily, Tracker.md, Meetings.base (Pending view) |
1-on-1 |
Meetings.base (OneOnOnes view), People.base (Active view) |
recap |
Recaps/Recap YYYY-MM-DD.md, Meetings.base (ThisWeek view), Tracker.md |
default |
The main layout (current) |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 53 lines · 41 tokens per session scan A 71be44d680dc
workspace-mode is a skill published in the GitHub repository benoror/obsidianos_work (166 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 643 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
give-me-tips
Explains any senpi tip in depth, including Tip: lines in the TUI. Use when the user asks about a tip, what a tipped feature does, or which tips they can see.
general
Handle everyday conversation, answer questions, manage files, take notes, run scripts, and maintain persistent memory across sessions. Use when the user asks a general question, requests file operations, wants to brainstorm ideas, needs to-do tracking, asks you to remember something, or requests skill search and…
message-push
Send proactive messages to IM groups or individual users via the gateway Send API. Use when the user says to send, post, notify, forward, or tell someone a message on Feishu, Slack, Telegram, Discord, DingTalk, or WeCom.
task-manager
Creates and manages scheduled tasks, cron jobs, recurring reminders, and timers via the Task HTTP API. Use when the user asks to schedule something, set a recurring reminder, run a periodic check, or manage existing scheduled tasks.
meeting
Meeting notes assistant — organizes transcripts into structured minutes, extracts action items, and tracks attendee decisions. Use when the user asks to summarize a meeting, take meeting notes, write up minutes, create a meeting recap, list attendees, or extract action items from a call.
project-memory-keeper
Analyzes the last session to log progress, extract lessons learned, and save them to the project memory instructions.