Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

econ-visualization经济可视化

Agent Skill

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

总安装

2,328

周安装

97

GitHub Stars

375

下载量

776
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:econ-visualization(经济可视化)
来源仓库:https://github.com/meleantonio/awesome-econ-ai-stuff
仓库路径:skills/econ-visualization
安装命令:
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill econ-visualization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill econ-visualization

简介

经济图表标准化生成工具,输出期刊级别可视化成果。

  • 支持线图、柱状图、散点图与事件研究等多种图表类型。
  • 内置样式规范与导出设置,确保学术出版一致性要求。
  • 需用户提供数据集与变量说明,避免假设数据结构。
  • econ-visualization 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Econ Visualization

Purpose

This skill creates publication-quality figures for economics papers, using clean styling, consistent scales, and export-ready formats.

When to Use

  • Building figures for empirical results and descriptive analysis
  • Standardizing chart style across a paper or presentation
  • Exporting figures to PDF or PNG at journal quality

Instructions

Follow these steps to complete the task:

Step 1: Understand the Context

Before generating any code, ask the user:

  • What is the dataset and key variables?
  • What chart type is needed (line, bar, scatter, event study)?
  • What output format and size are required?

Step 2: Generate the Output

Based on the context, generate code that:

  1. Uses a consistent theme for academic styling
  2. Labels axes and legends clearly
  3. Exports figures at high resolution
  4. Includes reproducible steps for data preparation

Step 3: Verify and Explain

After generating output:

  • Explain how to regenerate or update the plot
  • Suggest alternatives (log scales, faceting, smoothing)
  • Note any data transformations used

Example Prompts

  • "Create an event study plot with confidence intervals"
  • "Plot GDP per capita over time for three countries"
  • "Build a scatter plot with fitted regression line"

Example Output

# ============================================
# Publication-Quality Figure in R
# ============================================
library(tidyverse)

df <- read_csv("data.csv")

ggplot(df, aes(x = year, y = gdp_per_capita, color = country)) +
  geom_line(size = 1) +
  scale_y_continuous(labels = scales::comma) +
  labs(
    title = "GDP per Capita Over Time",
    x = "Year",
    y = "GDP per Capita (USD)",
    color = "Country"
  ) +
  theme_minimal(base_size = 12) +
  theme(
    legend.position = "bottom",
    panel.grid.minor = element_blank()
  )

ggsave("figures/gdp_per_capita.pdf", width = 7, height = 4, dpi = 300)

Requirements

Software

  • R 4.0+ or Python 3.10+

Packages

  • For R: ggplot2, scales, dplyr
  • For Python: matplotlib, seaborn (optional alternative)

Best Practices

  1. Use vector formats (PDF, SVG) for publication
  2. Keep labels concise and readable
  3. Document data filters used in the figure

Common Pitfalls

  • Overcrowded plots without clear labeling
  • Inconsistent scales across figures
  • Exporting low-resolution images

References

Changelog

v1.0.0

  • Initial release

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.72%
按下载量换算277

Claude

32.08%
按下载量换算249

Cursor

18.83%
按下载量换算146

Gemini CLI

9.95%
按下载量换算77

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills