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

vault-files保险库文件

Agent Skill

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

总安装

235

周安装

10

GitHub Stars

28

下载量

82
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/laurigates/claude-plugins --skill vault-files

简介

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

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

SKILL.md

Obsidian Vault File Operations

Comprehensive guidance for managing files, folders, and daily notes in Obsidian vaults using the official Obsidian CLI.

Prerequisites

  • Obsidian desktop v1.12.4+ installed
  • CLI enabled in Settings → General → Command line interface
  • Obsidian must be running (CLI communicates with the running instance)

When to Use

Use this skill automatically when:

  • User requests reading, creating, or editing Obsidian notes
  • User mentions listing files or folders in a vault
  • User wants to move or delete notes
  • User needs daily note operations (open, read, append, prepend)
  • User wants vault statistics or file counts

Path Conventions

  • All paths are vault-relative — use folder/note.md, not absolute filesystem paths
  • create omits .md extension (added automatically)
  • move requires full target path including .md extension
  • Quote values containing spaces: file="My Note Title"
  • Newlines: \n, tabs: \t

Core File Operations

List Files

# All files in vault
obsidian files

# Files in specific folder
obsidian files folder=Projects/Active

# Total note count
obsidian files total

# JSON output for parsing
obsidian files format=json

List Folders

# All directories
obsidian folders

# Tree view
obsidian folders format=tree

Read a Note

# Read by name (wikilink resolution)
obsidian read file="Note Name"

# Read by path
obsidian read path="Projects/spec.md"

Create a Note

# Basic create (no .md needed)
obsidian create name="New Note"

# Create in folder with content
obsidian create name="Projects/Feature Spec" content="# Feature Spec\n\nDescription here."

# Create from template
obsidian create name="Meeting Notes" template="Templates/Meeting"

# Overwrite existing
obsidian create name="Draft" content="Fresh start" --overwrite

Append / Prepend

# Add to end of note
obsidian append file="Daily Log" content="\n## New Section\nContent here."

# Add to beginning of note
obsidian prepend file="Inbox" content="- [ ] New task\n"

Move a Note

# Move to folder (requires .md extension on target)
obsidian move file="Draft" to=Archive/Draft.md

# Rename in place
obsidian move file="Old Name" to="New Name.md"

Delete a Note

# Move to Obsidian trash
obsidian delete file="Old Note"

# Permanent deletion (irreversible)
obsidian delete file="Old Note" --permanent

Daily Notes

# Open today's daily note (creates if needed)
obsidian daily

# Read today's content
obsidian daily:read

# Append to today's note
obsidian daily:append content="- Met with team about roadmap"

# Prepend to today's note
obsidian daily:prepend content="## Morning Goals\n- Review PRs"

# Open specific date
obsidian daily:open date=2026-02-15

Common Flags

FlagDescription
format=jsonJSON output for machine parsing
format=csvCSV output
format=treeTree view for folders
--silentSuppress output
--overwriteReplace existing note on create
--permanentIrreversible delete (skip trash)
--copyCopy result to clipboard
limit=NLimit result count
`sort=name\date`Sort order

Agentic Optimizations

ContextCommand
List files (structured)obsidian files format=json
File countobsidian files total
Folder listing (structured)obsidian folders format=json
Read note contentobsidian read file="Name"
Quick capture to dailyobsidian daily:append content="text"
Batch file listingobsidian files folder=X format=json

Related Skills

  • search-discovery — Find notes by content, tags, or links
  • properties — Manage YAML frontmatter on notes
  • tasks — Task management across the vault

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.89%
按下载量换算29

Claude

29.03%
按下载量换算24

Cursor

19.98%
按下载量换算16

Gemini CLI

8.94%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills