Metadata

🏢Official
by vercel-labs · vlatest · Repository

This skill extracts and manages metadata from documents, improving searchability and data organization for enhanced retrieval.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add metadata npx -- -y @trustedskills/metadata
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "metadata": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/metadata"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to metadata about various entities. It allows agents to retrieve information such as creation date, last modified time, and associated tags. This can be useful for understanding the context of data or identifying related resources.

When to use it

  • Content Management: Retrieve modification dates for articles in a CMS to track updates.
  • Data Analysis: Get creation timestamps on datasets to understand their age and relevance.
  • Resource Discovery: Find files associated with specific tags within a project directory.
  • Provenance Tracking: Determine the origin or history of digital assets.

Key capabilities

  • Retrieval of creation date
  • Access to last modified time
  • Tag identification

Example prompts

  • "What is the creation date of this file?"
  • "Show me all files tagged 'draft'."
  • "When was this document last updated?"

Tips & gotchas

The specific metadata available depends on the type of entity being queried. Ensure the agent has appropriate permissions to access the relevant data sources.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vercel-labs
Installs
4

🏢 Official

Published by the company or team that built the technology.