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

uplo-data-analyticsUPLO 数据分析

Agent Skill

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

总安装

18,792

周安装

783

GitHub Stars

公开资料未说明

下载量

6,264
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install uplo-data-analytics

简介

用于数据分析与表格处理的辅助工具。

  • 适合清洗字段、汇总指标和发现数据异常。
  • 可生成统计口径或图表说明。uplo-data-analytics 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需确认数据来源范围和时间周期。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 涉及导出或批量写回时应评估脱敏要求。

SKILL.md

name
uplo-data-analytics
description
AI-powered data analytics knowledge management. Search data pipeline documentation, dashboard specifications, data governance policies, and reporting standards with structured extraction.

UPLO Data Analytics — Metadata That Remembers

Data teams have a documentation problem that compounds over time. The warehouse has 3,000 tables but only 200 have descriptions. The Looker instance has dashboards built by people who left two years ago. The data governance policy exists but nobody can find the version that was actually approved. UPLO Data Analytics turns this scattered tribal knowledge into a searchable, structured corpus: pipeline documentation, schema definitions, data quality rules, dashboard specs, and governance policies all in one place.

Session Start

get_identity_context

This establishes your analytics role (data engineer, analyst, governance lead, etc.) and surfaces which data domains you have access to. Some datasets are restricted due to PII governance or competitive sensitivity.

Check current directives — the data team often has active mandates around migration timelines, deprecation notices, or data quality SLA targets:

get_directives

When to Use

  • A stakeholder asks what a specific metric means and you need to find the canonical definition, including the SQL logic, source tables, and business rules
  • You are building a new pipeline and want to know if similar data already exists in the warehouse to avoid duplication
  • Investigating a data quality incident and need to trace the lineage from source system through transformations to the impacted dashboard
  • Preparing for a data governance review and need to compile documentation on data classification, retention policies, and access controls
  • A new analyst joins and needs to understand the warehouse schema naming conventions, dbt project structure, and how to request access
  • Evaluating whether a proposed schema change will break downstream dependencies by searching for references to the affected table
  • Looking for the data dictionary entry for a column that has an ambiguous name like status_cd or type_flag

Example Workflows

Metric Definition Dispute

The finance team and product team report different DAU (Daily Active Users) numbers. The analytics lead needs to find and reconcile the definitions.

search_with_context query="daily active users DAU metric definition SQL logic business rules"

Search for the specific dashboard implementations:

search_knowledge query="product analytics dashboard DAU calculation Looker explore"
search_knowledge query="finance reporting DAU user count methodology monthly report"

If the definitions genuinely differ and need reconciliation:

propose_update target_table="entries" target_id="<metric-definition-entry-id>" changes='{"data":{"note":"DAU definitions diverge between product (event-based) and finance (login-based); needs governance review"}}' rationale="Metric inconsistency discovered between product and finance DAU reporting"

Data Lineage Investigation

A dashboard is showing NULL values that were not there last week. The data engineer needs to trace the problem.

search_with_context query="customer_orders table pipeline transformations source systems dependencies"
search_knowledge query="customer_orders ETL job schedule dbt model upstream sources"

Check if there is a known data quality incident:

search_knowledge query="data quality incident customer data source system outage recent"
log_conversation summary="Traced NULL values in orders dashboard to upstream source system schema change; customer_orders dbt model needs migration" topics='["data-quality","lineage","pipeline-break"]' tools_used='["search_with_context","search_knowledge"]'

Key Tools for Data Analytics

search_with_context — Data questions are inherently about relationships: tables connect to pipelines, pipelines connect to source systems, dashboards depend on models. Graph traversal follows these connections. Example: search_with_context query="revenue_summary table lineage source transformations consumers"

search_knowledge — Direct lookup for specific technical artifacts: a dbt model definition, a data dictionary entry, a governance policy version. Example: search_knowledge query="dbt model dim_customers grain deduplication logic"

flag_outdated — Data documentation rots faster than most content types. Table descriptions written during initial warehouse build may reference deprecated source systems. Schema diagrams from before a migration may show phantom tables. Flag aggressively.

report_knowledge_gap — Undocumented tables and undefined metrics are the norm in most warehouses. When you encounter a table with no data dictionary entry or a metric with no canonical definition, report the gap. The governance team uses these signals to prioritize documentation sprints.

propose_update — When you discover that a data dictionary entry is wrong (e.g., a column description says "customer creation date" but it actually stores "first order date"), propose the correction.

Tips

  • Technical identifiers are your best search terms. Use exact table names (dim_customers), column names (order_status_cd), dbt model names, and Looker explore names. The extraction engine indexes these precisely.
  • When investigating data quality issues, start with search_with_context to get the lineage graph, then use search_knowledge for specific transformation logic. Working backwards from the symptom to the source is more efficient than searching forward.
  • Data governance policies often exist in multiple versions (draft, approved, superseded). Include "approved" or "current" in your query to filter toward the authoritative version.
  • The most valuable documentation to contribute back is metric definitions with SQL. When you resolve a metric dispute, log the session and propose an update with the canonical SQL so the next person does not have to repeat the investigation.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

90.69%
按下载量换算5,681

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills