Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

niamos

niamos 收录了来自 pricklywiggles 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
188
更新
2026-06-19
Forks
18
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

daily-review
综合办公文员项目管理专家

Run the morning planning or evening review flow against today's daily note in this Obsidian vault. **Morning** opens the daily, reads what's already there, finds the most recent prior daily note, carries unfinished work forward automatically (no prompt), inserts today's firing habit tasks, and inserts today's calendar events into a `## Schedule` table at the top of the daily. **Evening** opens the daily, surfaces what got done today, writes back habit completions, prompts for the day's highlights and appends them to `## Highlights`, and surfaces a 7-day look-ahead (calendar events + tasks) in chat. Use this skill whenever the user says: "morning review", "morning planning", "let's plan today", "what's on today", "start my day", "daily plan" → morning; "evening review", "wrap up the day", "end of day", "daily review", "what got done today", "what's tomorrow" → evening; or the ambiguous "daily review" / "daily" → ask which. Accepts an explicit date argument (`for 2026-05-21`, `yesterday`, etc.) to operate on a

2026-06-19
place-wiki
档案文员

Decide where in `wiki/` to place a new or existing Wiki page, picking a topical subfolder rather than dumping it at the root. Use this skill whenever the user creates a Wiki note, asks where a topic should live, wants to relocate an existing Wiki page, or says anything like "place wiki", "organize wiki", "where should this wiki go", "move this wiki page", "find a home for X", "this should probably live somewhere else". Also invoked automatically by the `create-page` skill for Wiki type. Reads existing `wiki/` subfolders to ground placement, proposes 1-2 candidate homes, pushes back against kitchen-drawer root dumping, and executes the move/create via Obsidian CLI so the link index stays intact.

2026-06-19
anytype-import
档案文员

Import a page from the user's self-hosted Anytype into this Niamos Obsidian vault, page-by-page, recursing into children only when the user explicitly says so. Fetches over the local REST API at :31009, cleans the markdown, carries icons (emoji or file) onto the vault page, maps tag-based grouping onto folder placement, and flags the API's known cover gap so banners can be handled out-of-band. Use this skill whenever the user says any of: "import from anytype", "import the <name> page", "transfer the <name> page", "migrate <name> from anytype", "pull <name> over from anytype", "anytype: <something>", "bring this anytype page in", or any variant of "move this Anytype thing into the vault". Defaults to Wiki type and never imports silently — every page write and every child recursion is explicitly confirmed. Talks to the official `mcp__anytype__*` MCP for navigation and to the bundled `scripts/anytype.py` for deterministic extraction.

2026-05-25
audit
综合办公文员

Scan this Obsidian vault for content that's drifted from the conventions in `CLAUDE.md` (status↔folder drift, missing required fields, naming violations, stale active items, frontmatter health issues, orphan wikilinks). Produces a categorized report and offers per-finding fix actions — never auto-bulk-fixes. Use this skill whenever the user says any of: "audit the vault", "audit", "what's broken", "check for issues", "validate the vault", "run a checkup", "find inconsistencies", "any drift?", "lint the vault", "fix orphan links", "check schema", "is everything in order", "sanity check the vault", "tidy up", or any similar request for a vault-wide health check. The actual scanning is bundled in `scripts/audit.py` (deterministic, fast, no side effects); this skill formats its output and walks through fixes one at a time.

2026-05-25
open-page
桌面出版专家

Search for and open a page in Obsidian by name, description, or keywords. Triggers when the user says any of: "open <page>", "open the <name> page", "go to <topic>", "show me <something>", "pull up <name>", "find and open <X>", or any variant asking to locate and display a vault page. Uses the Obsidian CLI for all operations — never raw filesystem reads. Searches across the entire vault including untracked files (Git-ignored pages are still in Obsidian). If multiple candidates exist, present them as options. If none found, offer to create it.

2026-05-25
archive
综合办公文员

Archive or un-archive a Goal, Project, or Habit in this Obsidian vault. **Archiving** flips `status: active` → `status: archived`, fills the type-specific completion-date field (Goal → `actual_completion_date`, Project → `completion_date`, Habit → `established_date`), optionally prepends a dated reason to the page's log section, and moves the file to `archives/<year>/<type>/`. **Un-archiving** is the inverse: flips status back, clears the date, moves the file back to its original `<type>/` folder, and cleans up empty archive subdirectories. Use this skill whenever the user says: "archive this", "archive <name>", "mark done", "this is finished", "complete this goal/project", "this habit is established", "we shipped X", "I finished X", "wrap this up", "abandon this goal" → archive direction; "unarchive this", "unarchive <name>", "reopen this project", "reactivate this goal", "this isn't done yet", "actually this is still active", "revive this", "bring this back" → un-archive direction. Validates type and curre

2026-05-24
create-page
综合办公文员

Create a new Goal, Area, Project, Habit, or Wiki page in this Obsidian vault. Triggers when the user says any of: "create a goal/area/project/habit", "new <type>", "add a project for X", "start a habit", "make a wiki page about X", or any similar new-page intent for one of those five types. Picks the right folder, generates a snake_case filename, applies the type's template via Templater, fills the alias, prompts for required relationship and date fields (offering existing pages as choices for relationships), and opens the file in Obsidian. Does not seed body content.

2026-05-24