Skip to main content
Run any Skill in Manus
with one click
GitHub repository

semantic-obsidian

semantic-obsidian contains 10 collected skills from yixin0829, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
3
updated
2026-03-08
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

image-metadata-from-cache
software-developers

Retrieves textual metadata (title, keywords, description) for images embedded in Obsidian notes from the ai-image-analyzer plugin cache. Use when organizing daily notes, summarizing notes, or when the user mentions image context, embedded images, or understanding images in notes. Read-only; does not modify notes or embeds.

2026-03-08
organize-daily-notes
software-developers

Organize and clean up Obsidian daily notes over a configurable time range (default past 3 days). Fixes spelling, grammar, capitalization, and markdown structure; organizes loose text; resolves implicit mentions of project/slipbox/reference notes to wikilinks. When notes contain embedded images, use the image-metadata-from-cache skill to attach AI-generated image descriptions as context. Use when the user mentions cleaning up daily notes, organizing daily logs, tidying notes, fixing spelling, improving note formatting, entity linking, or making daily notes more readable.

2026-03-08
knowledge-review
software-developers

Review and strengthen SlipBox knowledge through random exploration. Randomly selects a note from 02-SlipBox/, traverses wikilinks (1-3 hops), and identifies outdated info, contradictions, missing connections, and schema gaps. Trigger: "accommodate", "review my knowledge", "random walk", "explore connections", or "audit my notes".

2026-02-12
summarize-note
software-developers

Generate AI summaries for markdown notes using Ollama and populate the frontmatter `summary` property. Use hierarchical map-reduce for notes exceeding model context. Trigger when asked to summarize notes, generate note abstracts, add AI summaries to frontmatter, or batch-summarize Obsidian vault notes.

2026-02-09
assimilate-knowledge
management-analysts-131111

Integrate new knowledge (text/image) into 02-SlipBox/. Searches for related notes and either appends to existing or creates new. Trigger: "assimilate this", "add to my knowledge", "integrate this", or paste content to absorb.

2026-02-03
dedupe-frontmatter-links
software-developers

Deduplicate wikilinks in any YAML frontmatter property that contains multi-line wikilink arrays. Removes case-insensitive duplicates like [[ml]] and [[ML]], keeping the version with more capital letters. Use when cleaning up frontmatter, fixing duplicate links, or normalizing link casing.

2026-02-03
frontmatter-parser
software-developers

Parse YAML frontmatter from markdown notes into structured data. Use when searching, filtering, or querying notes by their metadata properties (created, tags, author, summary, TOPIC, PRIOR, NEXT, RELATED_TO, etc.). Enables quick property-based searches across the vault.

2026-02-03
resolve-alias-links
software-developers

Find and replace standalone alias wikilinks [[alias]] with their full format [[actual note name|alias]]. Use when normalizing wikilink syntax, cleaning up alias references, or ensuring links display with custom text while pointing to the correct note.

2026-02-03
sync-semantic-links
software-developers

Validate and sync bidirectional semantic links in YAML frontmatter. Ensures RELATED_TO links are mutual between notes, and PRIOR/NEXT links are properly reversed. Use when checking link consistency, fixing broken bidirectional relationships, or maintaining Zettelkasten semantic properties.

2026-02-03
wikilink-graph-bfs
software-developers

Perform BFS (breadth-first search) graph traversal on notes connected via wikilinks. Use when exploring note relationships, discovering connected knowledge within N hops, mapping knowledge graphs, finding related notes from a starting point, or understanding the link structure around a concept.

2026-02-03