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

metadata-naming元数据命名

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

6,816

周安装

284

GitHub Stars

公开资料未说明

下载量

2,272
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:metadata-naming(元数据命名)
来源仓库:https://github.com/luw2007/metadata-naming
安装命令:
openclaw skills install metadata-naming
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install metadata-naming

简介

metadata-naming 为文件、文件夹和清单定义可重用的基于元数据的文件名标准。

  • 适合辅助数据整理、表格处理和指标计算。metadata-naming 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持清洗字段、汇总数据和生成统计口径。
  • 使用时需确认数据来源和时间范围,避免将样本数据当作全量事实。
  • 可结合来源仓库和原始 README 继续核验具体用法。

SKILL.md

name
metadata-naming
description
Define, apply, or review a reusable metadata-based filename standard for files, folders, inventories, archives, and generated catalogs. Use when the user wants to extract a naming convention into a standard, normalize filenames, choose between human-readable and machine-friendly naming, or create naming rules for repositories, skills, software inventories, snapshots, and long-lived records.

Metadata Naming

Turn loose filename habits into a stable naming standard that is easy to read, sort, parse, and reuse.

Use This Standard

Follow this split by file purpose:

  • Use stable identity naming for long-lived entries that are updated in place.
  • Use timestamp naming for snapshots, archives, exports, and reports.
  • Prefer ASCII, no spaces, and fixed separator rules when filenames will be processed by scripts or moved across systems.

Core Metadata Blocks

Use these blocks in a fixed order when a filename needs richer metadata:

  • time
  • prefix
  • title
  • version
  • tags
  • source_or_author
  • note

Not every block is required. Keep only the fields that improve retrieval or automation.

Two Modes

Relaxed mode

Use for human-managed documents where readability matters more than strict parsing.

Conventions:

  • Chinese or mixed-language titles are allowed.
  • Spaces are allowed when the surrounding system tolerates them.
  • Typical visual markers:

- time: (2026-03-11) or (20260311-093500) - version: (v1.2.0) - tags: #tag - source or author: @name - note: &note

Example:

(2026-03-11)Favorites Curator(v0.1.0)#skill#favorites@workspace&initial publish

Strict mode

Use by default for standards, skills, inventories, generated files, syncable folders, and anything a script will read.

Conventions:

  • ASCII only
  • no spaces
  • top-level separator: __
  • intra-block separator: - or .
  • lowercase slug-style titles unless there is a strong reason not to

General template:

YYYYMMDD[-HHMMSS]__prefix__title__version__tags__source__note.ext

Examples:

20260311__skill__favorites-curator__v0.1.0__favorites.catalog__workspace.md
20260311__repo__openclaw-backup-tool__v0.1.0__backup.tool__github.md
20260311__app__codex__v0.112.0__cli.ai__brew.md

Default Rule For Long-Lived Entries

For catalogs, inventories, and canonical records, prefer stable filenames over timestamped filenames.

Use this template:

<data_type>__<source_name>__<slug>.md

Examples:

skill__workspace__favorites-curator.md
repo__github__openclaw-backup-tool.md
app__brew__codex.md

Use this rule when the content is refreshed in place and the filename should not drift over time.

Default Rule For Snapshots And Reports

Use timestamp-first filenames for time-series artifacts.

Templates:

YYYYMMDD__report__topic.md
YYYYMMDD-HHMMSS__snapshot__topic.json

Examples:

20260311__report__favorites-digest.md
20260311-095914__snapshot__favorites.json

Block Rules

Time

  • Use YYYYMMDD for day-level tracking.
  • Use YYYYMMDD-HHMMSS for run-level uniqueness.
  • Put time first when sort order matters.

Prefix

  • Use short taxonomy values such as repo, skill, app, doc, snapshot, report.
  • Keep the vocabulary stable once chosen.

Title

  • Make this the main identity.
  • Prefer short, stable, searchable slugs.
  • Move extra description into tags or notes.

Version

  • Use semver when available: v0.1.0, v2.3.4.
  • Omit the block when versioning is irrelevant.

Tags

  • Use compact, low-noise tags.
  • Join multiple tags with . or - inside the same block.

Source Or Author

  • Use the source system, publisher, owner, or author when it improves retrieval.
  • Examples: github, brew, workspace, openclaw, vendor-name.

Note

  • Keep it short.
  • Do not put long prose into filenames.
  • Use only when the note materially changes retrieval value.

Standard Principle

Use fixed-order metadata blocks. Use stable identity filenames for long-lived entries and timestamped filenames for snapshots. Default to ASCII, no spaces, __ between blocks, and - or . inside blocks so names stay sortable, parseable, and portable.

References

Read references/standard.md when you need the normalized standard, examples, and decision rules in a reference-friendly format.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

90.44%
按下载量换算2,055

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills