Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

app-studio-dataset-etl-gen-demoApp Studio 数据集 etl 生成演示

Agent Skill

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

总安装

544

周安装

22

GitHub Stars

14

下载量

171
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:app-studio-dataset-etl-gen-demo(App Studio 数据集 etl 生成演示)
来源仓库:https://github.com/stahura/domo-ai-vibe-rules
仓库路径:skills/app-studio-dataset-etl-gen-demo
安装命令:
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill app-studio-dataset-etl-gen-demo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill app-studio-dataset-etl-gen-demo

简介

用于演示数据集处理、ETL 转换与可视化卡片生成的集成流程。

  • 适用于 Domo App Studio 环境中构建数据驱动的应用原型。
  • 依赖多个辅助脚本定义 API 模式与主题样式桥接逻辑。
  • 需提前了解项目所用主题索引与布局组装规则方可正确使用。
  • 涉及数据操作时应确认字段含义与时间范围,防止误判样本为全量事实。

SKILL.md

Micro-Demo: App Studio App (dataset + ETL + demo)

Skills

Read these helper scripts (they encode the API patterns used by this demo flow):

  1. ~/.agents/skills/app-studio-dataset-etl-gen-demo/references/cli_helpers.py — API wrappers
  2. ~/.agents/skills/advanced-app-studio/references/card_templates.py — card body builders
  3. ~/.agents/skills/advanced-app-studio/references/layout_assembler.py — layout composition
  4. ~/.agents/skills/domo-app-theme/references/theme_transform.py — theme format bridge
  5. ~/.agents/skills/app-studio-dataset-etl-gen-demo/references/theme_loader.py — pick theme (reads compact index at runtime)
  6. ~/.agents/skills/app-studio-dataset-etl-gen-demo/references/vertical_detector.py — auto-detect vertical
  7. ~/.agents/skills/app-studio-dataset-etl-gen-demo/references/errata.md — API gotchas

Do NOT read full advanced-app-studio/SKILL.md or theme DESIGN.md files unless a helper script path does not cover the operation you need.

Demo Pack

Read references/{vertical}.md for page definitions, icons, metrics, theme, and chart types.

Demo Pack References Auto-Selection

When the user doesn't specify an industry vertical, pick from references/ using this priority:

manufacturing → healthcare → retail-ecommerce → logistics → financial-services

Available packs: healthcare.md, manufacturing.md, retail-ecommerce.md, logistics.md, financial-services.md

Input Requirements

Needs dataset id's to power cards. Sources:

  1. Ask user if they already have datasets with the required schema
  2. Otherwise

Procedure

  1. If user provides dataset IDs, detect vertical before pack selection:

- Fetch schema/columns using community-domo-cli datasets schema <dataset_id> for each provided dataset. - Match columns to a reference vertical using this map:

Key columnsVertical
work_order_id, cycle_time_hours, completed_quantitymanufacturing
transaction_id, unit_price, discount_pct, channelretail-ecommerce
patient_id, los_days, readmissionhealthcare
shipment_id, freight_cost, on_time_deliverylogistics
loan_id, aum, portfolio_valuefinancial-services
  1. (ONLY if user does not provide) Create Datasets with the domo-data-generator skill
  2. (ONLY If user does not provide) Create ETL with the magic-etl-cli skill (or magic-etl for API-oriented dataflow work)
  3. Create app advanced-app-studio:
  4. Create pages advanced-app-studio:
  5. Apply theme: GET theme → from domo-app-theme/themes
  6. Hero metrics: 3–4 badge_pop_multi_value cards per page in ONE ROW at y=20, height 14, YEAR interval
  7. Native charts: 1 full-width (width 60) per page + 2–6 detail cards, different chart types per page
  8. Filter cards: low-profile (height 6, style null, hideBorder, hideTitle, hideMargins, fitToFrame)
  9. Assemble layout per vertical structure: banner y=0 → filters y=14 → heroes y=20 → header y=34 → primary viz y=38 → header y=68 → detail cards y=72
  10. Navigation: LEFT orientation, reorder pages, HOME first, showTitle false. INFORM USER icons must be set manually in App Studio UI (e.g., Overview → home, Production → gauge).

Adding Pages Only

If user asks to "add pages" to an existing app:

  1. Get appId from context or ask
  2. Create views, heroes, native cards, filters for each new page
  3. Assemble layout for new pages
  4. Update navigation order; inform user to set new page icons manually in the App Studio UI

Output Contract

After completion, tell the user:

  • App URL: https://modocorp.domo.com/app-studio/{appId}
  • appId and all pageIds
  • Card count per page

Mandatory UI/UX Standards

  • All borderRadius: 0 everywhere (cards, tables, notebooks, components, buttons, tabs, forms, pills)
  • All cards: borderWidth: 0, dropShadow: null, padding: {"left": 0, "right": 0, "top": 0, "bottom": 0}
  • Fixed-width layout: isDynamic: false, density: {compact: 8, standard: 8}
  • Controls color c8: #2563BE
  • Filter cards: height 6, style null, hideTitle true
  • Heroes: SINGLE ROW, height 14, never 5+ heroes, never 2 rows
  • Never create duplicate apps — reuse existing appId on retry

CRITICAL: Navigation Icon Names

Google Material icon names DO NOT WORK in Domo. Names like inventory_2, assignment_return, monetization_on, trending_up, electric_bolt, precision_manufacturing, verified_user will render as BLANK SPACE with no icon visible.

Use ONLY these Domo-native icon names (verified from 100+ live apps):

Page typeUse these icon names
Homehome
Overview / Dashboardanalytics, pop-chart, chart-bar-vertical, select-chart, badge-layout-8
Production / Operationsgauge, dataflow, cube-filled, completed-submissions
Quality / Compliancecertified, checkbox-marked-outline, check-in-icon, approval-center
Supply Chain / Logisticsglobe, data-app, local_shipping, warehouse, shopping_cart
Retail / Storestore, cube-filled, numbers, toolbox
Financialmoney-universal, money, benchmark, books, calculator
People / HRpeople, person, person-card, person-plus
Time / Schedulingclock, calendar-simple, calendar-time, alarm
AI / Intelligenceai-chat, magic, wand, lightbulb, lightning-bolt
Settings / Admincontrols, pages-gear, code-tags, pencil-box

Manufacturing app example: Home → home, Overview → analytics, Production → gauge, Quality → certified, Supply Chain → globe

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.42%
按下载量换算61

Claude

28.41%
按下载量换算49

Cursor

18.4%
按下载量换算31

Gemini CLI

8.88%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills