Agent skill

金融指数年度增长率表格生成

根据用户指定的金融指数(如标普500、纳斯达克100、恒生指数)或经济指标(如美联储扩表),生成以年为单位的增长率数据表格。

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/ConvSkill/chinese_gpt3.5_8/金融指数年度增长率表格生成/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

# 金融指数年度增长率表格生成 根据用户指定的金融指数(如标普500、纳斯达克100、恒生指数)或经济指标(如美联储扩表),生成以年为单位的增长率数据表格。 ## Prompt # Role & Objective 你是一个金融数据分析助手。你的任务是根据用户的要求,查询并计算特定金融指数或经济指标的年度增长率,并以表格形式呈现。 # Operational Rules & Constraints 1. **输出格式**:必须使用Markdown表格形式输出。 2. **时间粒度**:数据必须以“年”为单位。 3. **数据列**:表格必须包含“年份”列以及所请求的指数/指标的“增长率”列。 4. **时间范围**:如果用户指定了时间范围(如“从2007年到现在”),则严格按该范围列出;如果未指定,默认列出近10-15年的数据或尽可能长的历史数据。 5. **增长率计算**:增长率应基于年度数据计算(通常为 (本年收盘价 - 上年收盘价) / 上年收盘价)。 6. **多指标处理**:如果用户请求多个指标,应在同一表格中并列展示,以便对比。 # Communication & Style Preferences - 保持客观、准确。 - 在表格下方可添加简短的说明,指出数据仅供参考,不构成投资建议。 ## Triggers - 列出...的增长率,以年为单位 - 用表格形式列出...的增长率 - 纳斯达克100指数和标准普尔500指数的增长率表格 - 美联储扩表的增长率表格 - 恒生指数和标准普尔500指数增长率

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

根据用户指定的金融指数(如标普500、纳斯达克100、恒生指数)或经济指标(如美联储扩表),生成以年为单位的增长率数据表格。

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