@bitget-ai/getagent-skill 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/.claude-plugin/marketplace.json +15 -4
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/VERSION +1 -1
  4. package/package.json +1 -1
  5. package/skills/getagent/SKILL.md +145 -10
  6. package/skills/getagent/references/api/confirm.md +59 -0
  7. package/skills/getagent/references/api/index.md +9 -7
  8. package/skills/getagent/references/api/publish.md +13 -10
  9. package/skills/getagent/references/api/run.md +5 -5
  10. package/skills/getagent/references/api/upload.md +22 -4
  11. package/skills/getagent/references/backtest-engine.md +11 -10
  12. package/skills/getagent/references/package-schema.md +8 -7
  13. package/skills/getagent/references/sdk/backtest/catalog.md +5 -3
  14. package/skills/getagent/references/sdk/data/catalog.md +2 -4
  15. package/skills/getagent/references/sdk/data/commodity.md +46 -0
  16. package/skills/getagent/references/sdk/data/crypto.md +1468 -88
  17. package/skills/getagent/references/sdk/data/currency.md +48 -0
  18. package/skills/getagent/references/sdk/data/derivatives.md +126 -0
  19. package/skills/getagent/references/sdk/data/economy.md +736 -0
  20. package/skills/getagent/references/sdk/data/equity.md +1462 -0
  21. package/skills/getagent/references/sdk/data/etf.md +510 -0
  22. package/skills/getagent/references/sdk/data/fixedincome.md +485 -0
  23. package/skills/getagent/references/sdk/data/news.md +76 -0
  24. package/skills/getagent/references/sdk/data/regulators.md +85 -0
  25. package/skills/getagent/references/sdk/data/sentiment.md +176 -0
  26. package/skills/getagent/references/sdk.md +14 -5
  27. package/skills/getagent/scripts/validate.py +9 -29
  28. package/skills/getagent/scripts/version_check.sh +13 -12
  29. package/skills/getagent/references/sdk/data/playbook-supported.md +0 -9236
@@ -42,6 +42,18 @@ Summary: Petroleum Status Report
42
42
  | `table` | `no` | `string | null` | `-` | The specific table element within the category to be returned, default is 'stocks', if the category is 'weekly_estimates', else 'all'. Note: Choices represent all available tables from the entire collection and are not all available for every category. Invalid choices will raise a ValidationError with a message indicating the valid choices for the selected category. Choices are: all conventional_gas crude crude_production crude_production_avg diesel ethanol_plant_production ethanol_plant_production_avg exports exports_avg heating_oil imports imports_avg imports_by_country imports_by_country_avg inputs_and_utilization inputs_and_utilization_avg jet_fuel monthly net_imports_inc_spr_avg net_imports_incl_spr net_production net_production_avg net_production_by_product net_production_by_production_avg product_by_region product_by_region_avg product_supplied product_supplied_avg propane rbob refiner_blender_net_production refiner_blender_net_production_avg stocks supply supply_avg ulta_low_sulfur_distillate_reclassification ulta_low_sulfur_distillate_reclassification_avg weekly Multiple comma separated items allowed. |
43
43
  | `use_cache` | `no` | `boolean` | `true` | Subsequent requests for the same source data are cached for the session using ALRU cache. |
44
44
 
45
+ #### Response fields
46
+
47
+ | Field | Type | Notes |
48
+ |---|---|---|
49
+ | `date` | `string` | The date of the data. |
50
+ | `table` | `string` | Table name for the data. |
51
+ | `symbol` | `string` | Symbol representing the entity requested in the data. |
52
+ | `order` | `integer` | Presented order of the data, relative to the table. |
53
+ | `title` | `string` | Title of the data. |
54
+ | `value` | `integer` | Value of the data. |
55
+ | `unit` | `string` | Unit or scale of the data. |
56
+
45
57
  ---
46
58
 
47
59
  ### `commodity.price.spot`
@@ -72,6 +84,16 @@ Summary: Spot
72
84
  | `aggregation_method` | `no` | `string` | `eop` | enum: avg, sum, eop A key that indicates the aggregation method used for frequency aggregation. This parameter has no affect if the frequency parameter is not set. avg = Average sum = Sum eop = End of Period |
73
85
  | `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
74
86
 
87
+ #### Response fields
88
+
89
+ | Field | Type | Notes |
90
+ |---|---|---|
91
+ | `date` | `string` | The date of the data. |
92
+ | `symbol` | `string` | Symbol representing the entity requested in the data. |
93
+ | `commodity` | `string` | Commodity name. |
94
+ | `price` | `number` | Price of the commodity. |
95
+ | `unit` | `string` | Unit of the commodity price. |
96
+
75
97
  ---
76
98
 
77
99
  ### `commodity.psd_data`
@@ -103,6 +125,18 @@ Summary: Psd Data
103
125
  | `start_year` | `no` | `integer | null` | `-` | Start year for filtering time series data. None returns from the beginning of the series. Parameter is ignored when 'commodity' is None. |
104
126
  | `end_year` | `no` | `integer | null` | `-` | End year for filtering time series data. If None, returns up to the most recent year. Parameter is ignored when 'commodity' is None. |
105
127
 
128
+ #### Response fields
129
+
130
+ | Field | Type | Notes |
131
+ |---|---|---|
132
+ | `region` | `string` | Region group category. |
133
+ | `country` | `string` | Country or area name. |
134
+ | `commodity` | `string` | Commodity name. |
135
+ | `attribute` | `string` | Name of the row value. |
136
+ | `marketing_year` | `string` | Marketing year for the commodity. |
137
+ | `value` | `number` | Value for the commodity attribute in the given marketing year. |
138
+ | `unit` | `string` | Unit of measurement for the value. |
139
+
106
140
  ---
107
141
 
108
142
  ### `commodity.psd_report`
@@ -159,6 +193,18 @@ Summary: Short Term Energy Outlook
159
193
  | `table` | `no` | `string` | `01` | enum: 01, 02, 03a, 03b, 03c, 03d, 03e, 04a, 04b, 04c, 04d, 05a, 05b, 06, 07a, 07b, 07c, 07d1, 07d2, 07e, 08, 09a, 09b, 09c, 10a, 10b The specific table within the STEO dataset. Default is '01'. When 'symbol' is provided, this parameter is ignored. 01: US Energy Markets Summary 02: Nominal Energy Prices 03a: World Petroleum and Other Liquid Fuels Production, Consumption, and Inventories 03b: Non-OPEC Petroleum and Other Liquid Fuels Production 03c: World Petroleum and Other Liquid Fuels Production 03d: World Crude Oil Production 03e: World Petroleum and Other Liquid Fuels Consumption 04a: US Petroleum and Other Liquid Fuels Supply, Consumption, and Inventories 04b: US Hydrocarbon Gas Liquids (HGL) and Petroleum Refinery Balances 04c: US Regional Motor Gasoline Prices and Inventories 04d: US Biofuel Supply, Consumption, and Inventories 05a: US Natural Gas Supply, Consumption, and Inventories 05b: US Regional Natural Gas Prices 06: US Coal Supply, Consumption, and Inventories 07a: US Electricity Industry Overview 07b: US Regional Electricity Retail Sales 07c: US Regional Electricity Prices 07d1: US Regional Electricity Generation, Electric Power Sector 07d2: US Regional Electricity Generation, Electric Power Sector, continued 07e: US Electricity Generating Capacity 08: US Renewable Energy Consumption 09a: US Macroeconomic Indicators and CO2 Emissions 09b: US Regional Macroeconomic Data 09c: US Regional Weather Data 10a: Drilling Productivity Metrics 10b: Crude Oil and Natural Gas Production from Shale and Tight Formations |
160
194
  | `frequency` | `no` | `string` | `month` | enum: month, quarter, annual The frequency of the data. Default is 'month'. |
161
195
 
196
+ #### Response fields
197
+
198
+ | Field | Type | Notes |
199
+ |---|---|---|
200
+ | `date` | `string` | The date of the data. |
201
+ | `table` | `string` | Table name for the data. |
202
+ | `symbol` | `string` | Symbol representing the entity requested in the data. |
203
+ | `order` | `integer` | Presented order of the data, relative to the table. |
204
+ | `title` | `string` | Title of the data. |
205
+ | `value` | `integer` | Value of the data. |
206
+ | `unit` | `string` | Unit or scale of the data. |
207
+
162
208
  ---
163
209
 
164
210
  ### `commodity.weather_bulletins`