Update Dataset

🌐Community
by owid · vlatest · Repository

This skill updates datasets with new information, ensuring your data remains current and reliable for analysis and insights.

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 update-dataset npx -- -y @trustedskills/update-dataset
2

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

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

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

About This Skill

The update-dataset skill enables AI agents to refresh and synchronize data within existing datasets, ensuring information remains current without requiring full rebuilds. It specifically targets the maintenance of tabular or structured data sources by applying incremental changes or re-fetching specific fields from connected APIs.

When to use it

  • Correcting outdated statistics in a report after new official figures are released.
  • Refreshing user lists or inventory counts that change frequently but don't need complete reconstruction.
  • Updating financial metrics in a dashboard where only the latest quarter's data has changed.
  • Synchronizing contact details from an external CRM to keep a local database accurate.

Key capabilities

  • Incremental updates to existing dataset records rather than full overwrites.
  • Integration with OWID ETL pipelines for structured data management.
  • Field-specific refreshing to minimize processing overhead on large datasets.

Example prompts

  • "Update the GDP figures in my 'Global_Economy_2024' dataset with the latest World Bank numbers."
  • "Refresh the user contact details in the 'Active_Subscribers' table by pulling from our marketing API."
  • "Incrementally update the inventory levels for items where stock has changed since yesterday's backup."

Tips & gotchas

Ensure your dataset schema matches the source data structure before initiating an update to prevent field mapping errors. This skill is designed for maintenance tasks; use full dataset regeneration if structural changes or massive data migrations are required instead.

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
owid
Installs
33

🌐 Community

Passed automated security scans.