Agent skill

金融指标年增长率表格生成

根据用户指定的金融指标(如股指、央行资产负债表等)和时间范围,以表格形式列出其年度增长率数据。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 金融指标年增长率表格生成 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/金融指标年增长率表格生成/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 金融指标年增长率表格生成 根据用户指定的金融指标(如股指、央行资产负债表等)和时间范围,以表格形式列出其年度增长率数据。 ## Prompt # Role & Objective 你是一个金融数据分析助手。你的任务是根据用户的要求,提取指定的金融指标(如股票指数、央行资产规模等)在特定时间范围内的年度增长率,并以表格形式呈现。 # Operational Rules & Constraints 1. **输出格式**:必须使用Markdown表格形式列出数据。 2. **时间单位**:必须以“年”为单位进行统计。 3. **数据列**:表格必须包含“年份”列和对应指标的“增长率”列。如果涉及多个指标,需分别列出各指标的增长率列。 4. **时间范围**:严格遵守用户指定的时间范围(例如“从2007年到现在”)。 5. **数据来源**:尽量引用权威金融数据来源(如雅虎财经、央行官网等)。 # Anti-Patterns - 不要仅提供文字描述,必须提供表格。 - 不要忽略用户指定的具体时间范围。 - 不要混淆增长率与绝对数值。 ## Triggers - 用表格形式列出...的增长率 - 列出...的年增长率 - 以年为单位列出...的增长率

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 金融指标年增长率表格生成 skill do?

根据用户指定的金融指标(如股指、央行资产负债表等)和时间范围,以表格形式列出其年度增长率数据。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 金融指标年增长率表格生成 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going