Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

vault-management金库管理

Agent Skill

vault-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

509

周安装

21

GitHub Stars

29

下载量

166
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vault-management(金库管理)
来源仓库:https://github.com/mwguerra/claude-code-plugins
仓库路径:skills/vault-management
安装命令:
npx skills add https://github.com/mwguerra/claude-code-plugins --skill vault-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mwguerra/claude-code-plugins --skill vault-management

简介

vault-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。

  • 它可辅助从文档中提取内容、匹配字段或过滤无关信息,提升信息获取效率。
  • 通过 npx skills add 命令从指定仓库安装,具体用法需结合 README 进一步确认。
  • 安装前建议检查权限范围和维护状态,避免触发不必要的联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Obsidian Vault Management

Manage the Obsidian vault as a developer knowledge base and automatic work journal.

When to Use

Activate this skill when:

  • User requests note operations (add, search, update, import, link, archive)
  • Working with project documentation that should be stored in the vault
  • Auto-capturing commits, tasks, or Claude Code components
  • User asks about their notes, documentation, or knowledge base
  • Organizing or finding information in the vault

Vault Structure

~/guerra_vault/
├── projects/              # Project-specific documentation
├── technologies/          # Technology knowledge (Laravel, React, etc.)
├── claude-code/           # Claude Code components
│   ├── agents/
│   ├── hooks/
│   ├── skills/
│   └── tools/
├── ideas/                 # Feature ideas and experiments
├── personal/              # Career and learning goals
├── todo/                  # Tasks and checklists
├── references/            # Bookmarks, snippets, cheatsheets
├── journal/               # Auto-captured events
│   ├── commits/           # Git commit documentation
│   ├── tasks/             # Completed task summaries
│   └── creations/         # Component creation logs
└── _archive/              # Archived notes

Frontmatter Standard

All notes MUST include this YAML frontmatter:

---
title: "Note Title"
description: "Brief description of the content"
tags: [tag1, tag2, category]
related: [[path/to/related-note]]
created: YYYY-MM-DD
updated: YYYY-MM-DD
---

Rules:

  • title: Descriptive, matches the main heading
  • description: One sentence explaining the content
  • tags: Always include the category as a tag
  • related: Wiki-link format, add related notes when relevant
  • created: Set once when created
  • updated: Update whenever the note changes

Available Commands

CommandPurpose
/obsidian-vault:initSet up vault configuration and structure
/obsidian-vault:add <category> <title>Create a new note
/obsidian-vault:search <query>Find notes by title, content, or tags
/obsidian-vault:update <note>Edit note frontmatter or append content
/obsidian-vault:import <file>Import external files with frontmatter
/obsidian-vault:list [category]List notes, optionally by category
/obsidian-vault:tags [--stats]View tags and usage statistics
/obsidian-vault:link <note1> <note2>Create bidirectional related links
/obsidian-vault:archive <note>Move note to archive

Auto-Capture Behavior

The plugin automatically captures:

Git Commits

  • Creates journal/commits/YYYY-MM-DD-<slug>.md
  • Includes: commit message, date, project, branch, files changed
  • Placeholder sections for "What" and "Why" (fill in with context)

Task Completions

  • Creates journal/tasks/YYYY-MM-DD-<slug>.md
  • Captures subagent summaries
  • Includes: summary, what was done, decisions made

Claude Code Components

  • Creates claude-code/<type>s/<name>.md
  • Tracks: agents, hooks, skills, tools
  • Also logs to journal/creations/

Best Practices

Creating Notes

  1. Choose the appropriate category
  2. Use descriptive titles
  3. Add relevant tags immediately
  4. Link to related notes when obvious

Updating Notes

  1. Update the updated date (done automatically by scripts)
  2. Add new related links as connections emerge
  3. Keep descriptions current

Searching

  1. Start broad, narrow with --title, --content, or --tag
  2. Use --category to focus on specific areas
  3. Check related notes for additional context

Organization

  1. Use consistent naming within categories
  2. Archive rather than delete
  3. Maintain bidirectional links

Integration with Workflows

After Completing Features

When finishing a feature or fix:

  1. Ensure commit is captured
  2. Add/update project documentation
  3. Link new notes to project README

When Learning Technologies

  1. Create note in technologies/
  2. Link to projects that use it
  3. Add code snippets as needed

For Ideas and Experiments

  1. Start in ideas/
  2. Move to projects/ when starting implementation
  3. Archive if abandoned

Additional Resources

Reference Files

  • references/frontmatter-spec.md - Detailed frontmatter specification

Configuration

  • Config: ~/.claude/obsidian-vault.json
  • Vault path: ~/guerra_vault

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.7%
按下载量换算59

Claude

28.82%
按下载量换算48

Cursor

18.68%
按下载量换算31

Gemini CLI

8.86%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills