agent0-sdk 1.2.0 → 1.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.
@@ -1,1030 +0,0 @@
1
- {
2
- "metadata": {
3
- "version": "0.8.0",
4
- "description": "Comprehensive collection of all OASF skills",
5
- "identifier_format": "Slash-separated path matching file structure (e.g., 'natural_language_processing/summarization')",
6
- "total_skills": 136
7
- },
8
- "categories": {
9
- "caption": "Skills",
10
- "description": "A structured view of distinct abilities, defining the capabilities within the Open Agentic Schema Framework.",
11
- "name": "skill_categories",
12
- "attributes": {
13
- "natural_language_processing": {
14
- "caption": "Natural Language Processing",
15
- "description": "Natural Language Processing (NLP) tasks are the application of computational techniques to the analysis and synthesis of natural language and speech."
16
- },
17
- "images_computer_vision": {
18
- "caption": "Images / Computer Vision",
19
- "description": "Images / Computer Vision tasks are the application of computational techniques to the analysis and synthesis of images."
20
- },
21
- "audio": {
22
- "caption": "Audio",
23
- "description": "Audio tasks are the application of computational techniques to the analysis and synthesis of audio data."
24
- },
25
- "tabular_text": {
26
- "caption": "Tabular / Text",
27
- "description": "Tabular / Text tasks are the application of computational techniques to the analysis and synthesis of tabular data and text."
28
- },
29
- "analytical_skills": {
30
- "caption": "Analytical skills",
31
- "description": "Analytical skills encompass a range of capabilities that involve logical reasoning, problem-solving, and the ability to process and interpret complex data."
32
- },
33
- "retrieval_augmented_generation": {
34
- "caption": "Retrieval Augmented Generation",
35
- "description": "Retrieval Augmented Generation tasks are the application of computational techniques to the analysis and synthesis of data from multiple modalities."
36
- },
37
- "multi_modal": {
38
- "caption": "Multi-modal",
39
- "description": "Multi-modal tasks are the application of computational techniques to the analysis and synthesis of data from multiple modalities."
40
- },
41
- "security_privacy": {
42
- "caption": "Security & Privacy",
43
- "description": "Skills focused on identifying, assessing, and mitigating security vulnerabilities, threats, sensitive data exposure, and privacy risks."
44
- },
45
- "data_engineering": {
46
- "caption": "Data Engineering",
47
- "description": "Skills for preparing, transforming, validating, and structuring data assets including cleaning, schema inference, and feature engineering."
48
- },
49
- "agent_orchestration": {
50
- "caption": "Agent Orchestration",
51
- "description": "Skills enabling coordination across multiple agents: planning, task decomposition, delegation, and collaboration protocols."
52
- },
53
- "evaluation_monitoring": {
54
- "caption": "Evaluation & Monitoring",
55
- "description": "Skills for assessing performance, generating tests, executing benchmarks, detecting anomalies, and tracking output quality over time."
56
- },
57
- "devops_mlops": {
58
- "caption": "DevOps / MLOps",
59
- "description": "Skills for provisioning infrastructure, managing deployments, CI/CD workflows, model/version lifecycle, and operational observability."
60
- },
61
- "governance_compliance": {
62
- "caption": "Governance & Compliance",
63
- "description": "Skills addressing regulatory alignment, policy mapping, auditing, risk classification, and ensuring responsible operations."
64
- },
65
- "tool_interaction": {
66
- "caption": "Tool Interaction",
67
- "description": "Skills for understanding APIs, integrating tools, orchestrating workflows, and using external systems effectively."
68
- },
69
- "advanced_reasoning_planning": {
70
- "caption": "Advanced Reasoning & Planning",
71
- "description": "Skills for multi-step strategic reasoning, long-horizon planning, hypothesis formation, and structured thought processes."
72
- }
73
- }
74
- },
75
- "skills": {
76
- "advanced_reasoning_planning/advanced_reasoning_planning": {
77
- "caption": "Advanced Reasoning & Planning",
78
- "category": "advanced_reasoning_planning",
79
- "extends": "base_skill",
80
- "name": "advanced_reasoning_planning",
81
- "attributes": {}
82
- },
83
- "advanced_reasoning_planning/chain_of_thought_structuring": {
84
- "caption": "Chain-of-Thought Structuring",
85
- "description": "Organizing intermediate reasoning steps into clear, justifiable sequences.",
86
- "extends": "advanced_reasoning_planning",
87
- "name": "chain_of_thought_structuring",
88
- "attributes": {}
89
- },
90
- "advanced_reasoning_planning/hypothesis_generation": {
91
- "caption": "Hypothesis Generation",
92
- "description": "Proposing plausible explanations or solution pathways for incomplete or uncertain scenarios.",
93
- "extends": "advanced_reasoning_planning",
94
- "name": "hypothesis_generation",
95
- "attributes": {}
96
- },
97
- "advanced_reasoning_planning/long_horizon_reasoning": {
98
- "caption": "Long-Horizon Reasoning",
99
- "description": "Maintaining coherent reasoning chains over extended sequences of steps or time.",
100
- "extends": "advanced_reasoning_planning",
101
- "name": "long_horizon_reasoning",
102
- "attributes": {}
103
- },
104
- "advanced_reasoning_planning/strategic_planning": {
105
- "caption": "Strategic Planning",
106
- "description": "Formulating high-level multi-phase strategies aligned with long-term objectives.",
107
- "extends": "advanced_reasoning_planning",
108
- "name": "strategic_planning",
109
- "attributes": {}
110
- },
111
- "agent_orchestration/agent_coordination": {
112
- "caption": "Agent Coordination",
113
- "description": "Managing real-time collaboration and state synchronization among agents.",
114
- "extends": "agent_orchestration",
115
- "name": "agent_coordination",
116
- "attributes": {}
117
- },
118
- "agent_orchestration/agent_orchestration": {
119
- "caption": "Agent Orchestration",
120
- "category": "agent_orchestration",
121
- "extends": "base_skill",
122
- "name": "agent_orchestration",
123
- "attributes": {}
124
- },
125
- "agent_orchestration/multi_agent_planning": {
126
- "caption": "Multi-Agent Planning",
127
- "description": "Coordinating plans across multiple agents, resolving dependencies and optimizing sequencing.",
128
- "extends": "agent_orchestration",
129
- "name": "multi_agent_planning",
130
- "attributes": {}
131
- },
132
- "agent_orchestration/negotiation_resolution": {
133
- "caption": "Negotiation & Resolution",
134
- "description": "Facilitating negotiation, conflict handling, and consensus-building between agents.",
135
- "extends": "agent_orchestration",
136
- "name": "negotiation_resolution",
137
- "attributes": {}
138
- },
139
- "agent_orchestration/role_assignment": {
140
- "caption": "Role Assignment",
141
- "description": "Allocating responsibilities to agents based on capabilities and task requirements.",
142
- "extends": "agent_orchestration",
143
- "name": "role_assignment",
144
- "attributes": {}
145
- },
146
- "agent_orchestration/task_decomposition": {
147
- "caption": "Task Decomposition",
148
- "description": "Breaking complex objectives into structured, atomic subtasks.",
149
- "extends": "agent_orchestration",
150
- "name": "task_decomposition",
151
- "attributes": {}
152
- },
153
- "analytical_skills/analytical_skills": {
154
- "caption": "Analytical Skills",
155
- "category": "analytical_skills",
156
- "extends": "base_skill",
157
- "name": "analytical_skills",
158
- "attributes": {}
159
- },
160
- "analytical_skills/coding_skills/code_optimization": {
161
- "caption": "Code Refactoring and Optimization",
162
- "description": "Rewriting and optimizing existing code through refactoring techniques.",
163
- "extends": "coding_skills",
164
- "name": "code_optimization",
165
- "attributes": {}
166
- },
167
- "analytical_skills/coding_skills/code_templates": {
168
- "caption": "Code Template Filling",
169
- "description": "Automatically filling in code templates with appropriate content.",
170
- "extends": "coding_skills",
171
- "name": "code_templates",
172
- "attributes": {}
173
- },
174
- "analytical_skills/coding_skills/code_to_docstrings": {
175
- "caption": "Code to Docstrings",
176
- "description": "Generating natural language documentation for code segments.",
177
- "extends": "coding_skills",
178
- "name": "code_to_docstrings",
179
- "attributes": {}
180
- },
181
- "analytical_skills/coding_skills/coding_skills": {
182
- "caption": "Coding Skills",
183
- "description": "Capabilities for code generation, documentation, and optimization.",
184
- "extends": "analytical_skills",
185
- "name": "coding_skills",
186
- "attributes": {}
187
- },
188
- "analytical_skills/coding_skills/text_to_code": {
189
- "caption": "Text to Code",
190
- "description": "Translating natural language instructions into executable code.",
191
- "extends": "coding_skills",
192
- "name": "text_to_code",
193
- "attributes": {}
194
- },
195
- "analytical_skills/mathematical_reasoning/geometry": {
196
- "caption": "Geometry",
197
- "description": "Solving geometric problems and spatial reasoning tasks.",
198
- "extends": "mathematical_reasoning",
199
- "name": "geometry",
200
- "attributes": {}
201
- },
202
- "analytical_skills/mathematical_reasoning/math_word_problems": {
203
- "caption": "Math Word Problems",
204
- "description": "Solving mathematical exercises presented in natural language format.",
205
- "extends": "mathematical_reasoning",
206
- "name": "math_word_problems",
207
- "attributes": {}
208
- },
209
- "analytical_skills/mathematical_reasoning/mathematical_reasoning": {
210
- "caption": "Mathematical Reasoning",
211
- "description": "Capabilities for solving mathematical problems and proving theorems.",
212
- "extends": "analytical_skills",
213
- "name": "mathematical_reasoning",
214
- "attributes": {}
215
- },
216
- "analytical_skills/mathematical_reasoning/pure_math_operations": {
217
- "caption": "Pure Mathematical Operations",
218
- "description": "Executing pure mathematical operations, such as arithmetic calculations.",
219
- "extends": "mathematical_reasoning",
220
- "name": "pure_math_operations",
221
- "attributes": {}
222
- },
223
- "analytical_skills/mathematical_reasoning/theorem_proving": {
224
- "caption": "Automated Theorem Proving",
225
- "description": "Proving mathematical theorems using computational methods.",
226
- "extends": "mathematical_reasoning",
227
- "name": "theorem_proving",
228
- "attributes": {}
229
- },
230
- "audio/audio": {
231
- "caption": "Audio Processing",
232
- "category": "audio",
233
- "extends": "base_skill",
234
- "name": "audio",
235
- "attributes": {}
236
- },
237
- "audio/audio_classification": {
238
- "caption": "Audio Classification",
239
- "description": "Assigning labels or classes to audio content based on its characteristics.",
240
- "extends": "audio",
241
- "name": "audio_classification",
242
- "attributes": {}
243
- },
244
- "audio/audio_to_audio": {
245
- "caption": "Audio to Audio",
246
- "description": "Transforming audio through various manipulations including cutting, filtering, and mixing.",
247
- "extends": "audio",
248
- "name": "audio_to_audio",
249
- "attributes": {}
250
- },
251
- "data_engineering/data_cleaning": {
252
- "caption": "Data Cleaning",
253
- "description": "Detecting and correcting errors, inconsistencies, and missing values to improve dataset quality.",
254
- "extends": "data_engineering",
255
- "name": "data_cleaning",
256
- "attributes": {}
257
- },
258
- "data_engineering/data_engineering": {
259
- "caption": "Data Engineering",
260
- "category": "data_engineering",
261
- "extends": "base_skill",
262
- "name": "data_engineering",
263
- "attributes": {}
264
- },
265
- "data_engineering/data_quality_assessment": {
266
- "caption": "Data Quality Assessment",
267
- "description": "Evaluating datasets for completeness, validity, consistency, and timeliness.",
268
- "extends": "data_engineering",
269
- "name": "data_quality_assessment",
270
- "attributes": {}
271
- },
272
- "data_engineering/data_transformation_pipeline": {
273
- "caption": "Data Transformation Pipeline",
274
- "description": "Designing or explaining multi-step sequences that extract, transform, and load datasets.",
275
- "extends": "data_engineering",
276
- "name": "data_transformation_pipeline",
277
- "attributes": {}
278
- },
279
- "data_engineering/feature_engineering": {
280
- "caption": "Feature Engineering",
281
- "description": "Constructing informative transformed variables to improve downstream model performance.",
282
- "extends": "data_engineering",
283
- "name": "feature_engineering",
284
- "attributes": {}
285
- },
286
- "data_engineering/schema_inference": {
287
- "caption": "Schema Inference",
288
- "description": "Deriving structural metadata (fields, types, relationships) from raw or semi-structured data.",
289
- "extends": "data_engineering",
290
- "name": "schema_inference",
291
- "attributes": {}
292
- },
293
- "devops_mlops/ci_cd_configuration": {
294
- "caption": "CI/CD Configuration",
295
- "description": "Designing or modifying continuous integration and delivery workflows and pipelines.",
296
- "extends": "devops_mlops",
297
- "name": "ci_cd_configuration",
298
- "attributes": {}
299
- },
300
- "devops_mlops/deployment_orchestration": {
301
- "caption": "Deployment Orchestration",
302
- "description": "Coordinating multi-stage application or model deployments, rollbacks, and version transitions.",
303
- "extends": "devops_mlops",
304
- "name": "deployment_orchestration",
305
- "attributes": {}
306
- },
307
- "devops_mlops/devops_mlops": {
308
- "caption": "DevOps / MLOps",
309
- "category": "devops_mlops",
310
- "extends": "base_skill",
311
- "name": "devops_mlops",
312
- "attributes": {}
313
- },
314
- "devops_mlops/infrastructure_provisioning": {
315
- "caption": "Infrastructure Provisioning",
316
- "description": "Defining or explaining steps to allocate and configure compute, storage, and networking resources.",
317
- "extends": "devops_mlops",
318
- "name": "infrastructure_provisioning",
319
- "attributes": {}
320
- },
321
- "devops_mlops/model_versioning": {
322
- "caption": "Model Versioning",
323
- "description": "Tracking, promoting, and documenting different iterations of models and their artifacts.",
324
- "extends": "devops_mlops",
325
- "name": "model_versioning",
326
- "attributes": {}
327
- },
328
- "devops_mlops/monitoring_alerting": {
329
- "caption": "Monitoring & Alerting",
330
- "description": "Configuring and interpreting telemetry signals, thresholds, and alerts for operational health.",
331
- "extends": "devops_mlops",
332
- "name": "monitoring_alerting",
333
- "attributes": {}
334
- },
335
- "evaluation_monitoring/anomaly_detection": {
336
- "caption": "Anomaly Detection",
337
- "description": "Identifying unusual patterns, drifts, or deviations in data or model outputs.",
338
- "extends": "evaluation_monitoring",
339
- "name": "anomaly_detection",
340
- "attributes": {}
341
- },
342
- "evaluation_monitoring/benchmark_execution": {
343
- "caption": "Benchmark Execution",
344
- "description": "Running standardized benchmarks or evaluation suites and summarizing results.",
345
- "extends": "evaluation_monitoring",
346
- "name": "benchmark_execution",
347
- "attributes": {}
348
- },
349
- "evaluation_monitoring/evaluation_monitoring": {
350
- "caption": "Evaluation & Monitoring",
351
- "category": "evaluation_monitoring",
352
- "extends": "base_skill",
353
- "name": "evaluation_monitoring",
354
- "attributes": {}
355
- },
356
- "evaluation_monitoring/performance_monitoring": {
357
- "caption": "Performance Monitoring",
358
- "description": "Tracking latency, throughput, resource utilization, and service reliability over time.",
359
- "extends": "evaluation_monitoring",
360
- "name": "performance_monitoring",
361
- "attributes": {}
362
- },
363
- "evaluation_monitoring/quality_evaluation": {
364
- "caption": "Quality Evaluation",
365
- "description": "Assessing outputs for accuracy, relevance, coherence, safety, and style adherence.",
366
- "extends": "evaluation_monitoring",
367
- "name": "quality_evaluation",
368
- "attributes": {}
369
- },
370
- "evaluation_monitoring/test_case_generation": {
371
- "caption": "Test Case Generation",
372
- "description": "Creating targeted test inputs or scenarios to probe system behavior and edge cases.",
373
- "extends": "evaluation_monitoring",
374
- "name": "test_case_generation",
375
- "attributes": {}
376
- },
377
- "governance_compliance/audit_trail_summarization": {
378
- "caption": "Audit Trail Summarization",
379
- "description": "Condensing system event or transaction logs into human-readable compliance or oversight summaries.",
380
- "extends": "governance_compliance",
381
- "name": "audit_trail_summarization",
382
- "attributes": {}
383
- },
384
- "governance_compliance/compliance_assessment": {
385
- "caption": "Compliance Assessment",
386
- "description": "Evaluating processes or outputs against defined standards (e.g., GDPR, HIPAA) and identifying gaps.",
387
- "extends": "governance_compliance",
388
- "name": "compliance_assessment",
389
- "attributes": {}
390
- },
391
- "governance_compliance/governance_compliance": {
392
- "caption": "Governance & Compliance",
393
- "category": "governance_compliance",
394
- "extends": "base_skill",
395
- "name": "governance_compliance",
396
- "attributes": {}
397
- },
398
- "governance_compliance/policy_mapping": {
399
- "caption": "Policy Mapping",
400
- "description": "Translating organizational or regulatory policies into structured, enforceable rules or checklists.",
401
- "extends": "governance_compliance",
402
- "name": "policy_mapping",
403
- "attributes": {}
404
- },
405
- "governance_compliance/risk_classification": {
406
- "caption": "Risk Classification",
407
- "description": "Categorizing potential operational or data-related risks by impact and likelihood for prioritization.",
408
- "extends": "governance_compliance",
409
- "name": "risk_classification",
410
- "attributes": {}
411
- },
412
- "images_computer_vision/depth_estimation": {
413
- "caption": "Depth Estimation",
414
- "description": "Predicting the distance or depth of objects within a scene from a single image or multiple images.",
415
- "extends": "images_computer_vision",
416
- "name": "depth_estimation",
417
- "attributes": {}
418
- },
419
- "images_computer_vision/image_classification": {
420
- "caption": "Image Classification",
421
- "description": "Assigning labels or categories to images based on their visual content.",
422
- "extends": "images_computer_vision",
423
- "name": "image_classification",
424
- "attributes": {}
425
- },
426
- "images_computer_vision/image_feature_extraction": {
427
- "caption": "Image Module Extraction",
428
- "description": "Identifying and isolating key characteristics or patterns from an image to aid in tasks like classification or recognition.",
429
- "extends": "images_computer_vision",
430
- "name": "image_feature_extraction",
431
- "attributes": {}
432
- },
433
- "images_computer_vision/image_generation": {
434
- "caption": "Image Generation",
435
- "description": "Creating new images from learned patterns or data using machine learning models.",
436
- "extends": "images_computer_vision",
437
- "name": "image_generation",
438
- "attributes": {}
439
- },
440
- "images_computer_vision/image_segmentation": {
441
- "caption": "Image Segmentation",
442
- "description": "Assigning labels or categories to images based on their visual content.",
443
- "extends": "images_computer_vision",
444
- "name": "image_segmentation",
445
- "attributes": {}
446
- },
447
- "images_computer_vision/image_to_3d": {
448
- "caption": "Image-to-3D",
449
- "description": "The process of converting a 2D image into a 3D representation or model, often by inferring depth and spatial relationships.",
450
- "extends": "images_computer_vision",
451
- "name": "image_to_3d",
452
- "attributes": {}
453
- },
454
- "images_computer_vision/image_to_image": {
455
- "caption": "Image-to-Image",
456
- "description": "Transforming one image into another using a learned mapping, often for tasks like style transfer, colorization, or image enhancement.",
457
- "extends": "images_computer_vision",
458
- "name": "image_to_image",
459
- "attributes": {}
460
- },
461
- "images_computer_vision/images_computer_vision": {
462
- "caption": "Images / Computer Vision",
463
- "category": "images_computer_vision",
464
- "extends": "base_skill",
465
- "name": "images_computer_vision",
466
- "attributes": {}
467
- },
468
- "images_computer_vision/keypoint_detection": {
469
- "caption": "Keypoint Detection",
470
- "description": "Identifying and locating specific points of interest within an image or object.",
471
- "extends": "images_computer_vision",
472
- "name": "keypoint_detection",
473
- "attributes": {}
474
- },
475
- "images_computer_vision/mask_generation": {
476
- "caption": "Mask Generation",
477
- "description": "Producing segmented regions in an image to highlight specific areas or objects, typically represented as separate layers or overlays.",
478
- "extends": "images_computer_vision",
479
- "name": "mask_generation",
480
- "attributes": {}
481
- },
482
- "images_computer_vision/object_detection": {
483
- "caption": "Object Detection",
484
- "description": "Identifying and locating specific objects within an image or video, often by drawing bounding boxes around them.",
485
- "extends": "images_computer_vision",
486
- "name": "object_detection",
487
- "attributes": {}
488
- },
489
- "images_computer_vision/video_classification": {
490
- "caption": "Video Classification",
491
- "description": "Assigning labels or categories to entire videos or segments based on their visual and audio content.",
492
- "extends": "images_computer_vision",
493
- "name": "video_classification",
494
- "attributes": {}
495
- },
496
- "multi_modal/any_to_any": {
497
- "caption": "Any to Any Transformation",
498
- "description": "Converting between any supported modalities (text, image, audio, video, or 3D).",
499
- "extends": "multi_modal",
500
- "name": "any_to_any",
501
- "attributes": {}
502
- },
503
- "multi_modal/audio_processing/audio_processing": {
504
- "caption": "Audio Processing",
505
- "description": "Capabilities for processing audio, including speech synthesis and recognition.",
506
- "extends": "multi_modal",
507
- "name": "audio_processing",
508
- "attributes": {}
509
- },
510
- "multi_modal/audio_processing/speech_recognition": {
511
- "caption": "Automatic Speech Recognition",
512
- "description": "Converting spoken language into written text.",
513
- "extends": "audio_processing",
514
- "name": "speech_recognition",
515
- "attributes": {}
516
- },
517
- "multi_modal/audio_processing/text_to_speech": {
518
- "caption": "Text to Speech",
519
- "description": "Converting text into natural-sounding speech audio.",
520
- "extends": "audio_processing",
521
- "name": "text_to_speech",
522
- "attributes": {}
523
- },
524
- "multi_modal/image_processing/image_processing": {
525
- "caption": "Image Processing",
526
- "description": "Capabilities for processing and generating images from various inputs and generating textual descriptions of visual content.",
527
- "extends": "multi_modal",
528
- "name": "image_processing",
529
- "attributes": {}
530
- },
531
- "multi_modal/image_processing/image_to_text": {
532
- "caption": "Image to Text",
533
- "description": "Generating textual descriptions or captions for images.",
534
- "extends": "image_processing",
535
- "name": "image_to_text",
536
- "attributes": {}
537
- },
538
- "multi_modal/image_processing/text_to_3d": {
539
- "caption": "Text to 3D",
540
- "description": "Generating 3D objects or scenes based on textual descriptions.",
541
- "extends": "image_processing",
542
- "name": "text_to_3d",
543
- "attributes": {}
544
- },
545
- "multi_modal/image_processing/text_to_image": {
546
- "caption": "Text to Image",
547
- "description": "Generating images based on textual descriptions or instructions.",
548
- "extends": "image_processing",
549
- "name": "text_to_image",
550
- "attributes": {}
551
- },
552
- "multi_modal/image_processing/text_to_video": {
553
- "caption": "Text to Video",
554
- "description": "Generating video content based on textual descriptions or instructions.",
555
- "extends": "image_processing",
556
- "name": "text_to_video",
557
- "attributes": {}
558
- },
559
- "multi_modal/image_processing/visual_qa": {
560
- "caption": "Visual Question Answering",
561
- "description": "Answering questions about images using natural language.",
562
- "extends": "image_processing",
563
- "name": "visual_qa",
564
- "attributes": {}
565
- },
566
- "multi_modal/multi_modal": {
567
- "caption": "Multi Modal",
568
- "category": "multi_modal",
569
- "description": "Capabilities for transforming content between different modalities (text, image, audio, video, or 3D).",
570
- "extends": "base_skill",
571
- "name": "multi_modal",
572
- "attributes": {}
573
- },
574
- "natural_language_processing/analytical_reasoning/analytical_reasoning": {
575
- "caption": "Analytical and Logical Reasoning",
576
- "description": "Capabilities for performing logical analysis, inference, and problem-solving tasks.",
577
- "extends": "natural_language_processing",
578
- "name": "analytical_reasoning",
579
- "attributes": {}
580
- },
581
- "natural_language_processing/analytical_reasoning/fact_verification": {
582
- "caption": "Fact and Claim Verification",
583
- "description": "Verifying facts and claims given a reference text.",
584
- "extends": "analytical_reasoning",
585
- "name": "fact_verification",
586
- "attributes": {}
587
- },
588
- "natural_language_processing/analytical_reasoning/inference_deduction": {
589
- "caption": "Inference and Deduction",
590
- "description": "Making logical inferences based on provided information.",
591
- "extends": "analytical_reasoning",
592
- "name": "inference_deduction",
593
- "attributes": {}
594
- },
595
- "natural_language_processing/analytical_reasoning/problem_solving": {
596
- "caption": "Problem Solving",
597
- "description": "Assisting with solving problems by generating potential solutions or strategies.",
598
- "extends": "analytical_reasoning",
599
- "name": "problem_solving",
600
- "attributes": {}
601
- },
602
- "natural_language_processing/creative_content/creative_content": {
603
- "caption": "Creative Content Generation",
604
- "description": "Capabilities for generating various forms of creative content, including narratives, poetry, and other creative writing forms.",
605
- "extends": "natural_language_processing",
606
- "name": "creative_content",
607
- "attributes": {}
608
- },
609
- "natural_language_processing/creative_content/poetry_writing": {
610
- "caption": "Poetry and Creative Writing",
611
- "description": "Composing poems, prose, or other forms of creative literature.",
612
- "extends": "creative_content",
613
- "name": "poetry_writing",
614
- "attributes": {}
615
- },
616
- "natural_language_processing/creative_content/storytelling": {
617
- "caption": "Storytelling",
618
- "description": "Creating narratives, stories, or fictional content with creativity and coherence.",
619
- "extends": "creative_content",
620
- "name": "storytelling",
621
- "attributes": {}
622
- },
623
- "natural_language_processing/ethical_interaction/bias_mitigation": {
624
- "caption": "Bias Mitigation",
625
- "description": "Reducing or eliminating biased language and ensuring fair and unbiased output.",
626
- "extends": "ethical_interaction",
627
- "name": "bias_mitigation",
628
- "attributes": {}
629
- },
630
- "natural_language_processing/ethical_interaction/content_moderation": {
631
- "caption": "Content Moderation",
632
- "description": "Avoiding the generation of harmful, inappropriate, or sensitive content.",
633
- "extends": "ethical_interaction",
634
- "name": "content_moderation",
635
- "attributes": {}
636
- },
637
- "natural_language_processing/ethical_interaction/ethical_interaction": {
638
- "caption": "Ethical and Safe Interaction",
639
- "description": "Capabilities for ensuring ethical, unbiased, and safe content generation and interaction.",
640
- "extends": "natural_language_processing",
641
- "name": "ethical_interaction",
642
- "attributes": {}
643
- },
644
- "natural_language_processing/feature_extraction/feature_extraction": {
645
- "caption": "Module Extraction",
646
- "description": "Capabilities for extracting and representing textual features as vectors for downstream tasks.",
647
- "extends": "natural_language_processing",
648
- "name": "feature_extraction",
649
- "attributes": {}
650
- },
651
- "natural_language_processing/feature_extraction/model_feature_extraction": {
652
- "caption": "Model Module Extraction",
653
- "description": "Representing parts of text with vectors to be used as input to other tasks.",
654
- "extends": "feature_extraction",
655
- "name": "model_feature_extraction",
656
- "attributes": {}
657
- },
658
- "natural_language_processing/information_retrieval_synthesis/document_passage_retrieval": {
659
- "caption": "Document and Passage Retrieval",
660
- "description": "Capability to identify and retrieve relevant documents or text passages based on specific criteria or queries from a larger collection of texts.",
661
- "extends": "information_retrieval_synthesis",
662
- "name": "document_passage_retrieval",
663
- "attributes": {}
664
- },
665
- "natural_language_processing/information_retrieval_synthesis/fact_extraction": {
666
- "caption": "Fact Extraction",
667
- "description": "Capability to identify and extract factual information from text documents or knowledge bases, including entities, relationships, and key data points.",
668
- "extends": "information_retrieval_synthesis",
669
- "name": "fact_extraction",
670
- "attributes": {}
671
- },
672
- "natural_language_processing/information_retrieval_synthesis/information_retrieval_synthesis": {
673
- "caption": "Information Retrieval and Synthesis",
674
- "description": "Capabilities for retrieving relevant information from various sources and synthesizing it into coherent, contextually appropriate responses. This includes searching, extracting, combining, and presenting information in a meaningful way.",
675
- "extends": "natural_language_processing",
676
- "name": "information_retrieval_synthesis",
677
- "attributes": {}
678
- },
679
- "natural_language_processing/information_retrieval_synthesis/knowledge_synthesis": {
680
- "caption": "Knowledge Synthesis",
681
- "description": "Capability to aggregate and combine information from multiple sources, creating comprehensive and coherent responses while maintaining context and relevance.",
682
- "extends": "information_retrieval_synthesis",
683
- "name": "knowledge_synthesis",
684
- "attributes": {}
685
- },
686
- "natural_language_processing/information_retrieval_synthesis/question_answering": {
687
- "caption": "Question Answering",
688
- "description": "System capability to understand questions and provide accurate, relevant answers by analyzing available information sources.",
689
- "extends": "information_retrieval_synthesis",
690
- "name": "question_answering",
691
- "attributes": {}
692
- },
693
- "natural_language_processing/information_retrieval_synthesis/search": {
694
- "caption": "Search",
695
- "description": "Capability to perform efficient and accurate searches within large textual databases based on various criteria, including keywords, semantic meaning, or complex queries.",
696
- "extends": "information_retrieval_synthesis",
697
- "name": "information_retrieval_synthesis_search",
698
- "attributes": {}
699
- },
700
- "natural_language_processing/information_retrieval_synthesis/sentence_similarity": {
701
- "caption": "Sentence Similarity",
702
- "description": "Capability to analyze and determine the semantic similarity between sentences, supporting tasks like search, matching, and content comparison.",
703
- "extends": "information_retrieval_synthesis",
704
- "name": "sentence_similarity",
705
- "attributes": {}
706
- },
707
- "natural_language_processing/language_translation/language_translation": {
708
- "caption": "Language Translation and Multilingual Support",
709
- "description": "Capabilities for handling multiple languages, including translation and multilingual text processing.",
710
- "extends": "natural_language_processing",
711
- "name": "language_translation",
712
- "attributes": {}
713
- },
714
- "natural_language_processing/language_translation/multilingual_understanding": {
715
- "caption": "Multilingual Understanding",
716
- "description": "Recognizing and processing text in multiple languages.",
717
- "extends": "language_translation",
718
- "name": "multilingual_understanding",
719
- "attributes": {}
720
- },
721
- "natural_language_processing/language_translation/translation": {
722
- "caption": "Translation",
723
- "description": "Converting text from one language to another while maintaining meaning and context.",
724
- "extends": "language_translation",
725
- "name": "translation",
726
- "attributes": {}
727
- },
728
- "natural_language_processing/natural_language_generation/dialogue_generation": {
729
- "caption": "Dialogue Generation",
730
- "description": "Producing conversational responses that are contextually relevant and engaging within a dialogue context.",
731
- "extends": "natural_language_generation",
732
- "name": "dialogue_generation",
733
- "attributes": {}
734
- },
735
- "natural_language_processing/natural_language_generation/natural_language_generation": {
736
- "caption": "Natural Language Generation",
737
- "description": "Natural Language Generation (NLG) describes the ability to generate human-like text from structured data or other inputs.",
738
- "extends": "natural_language_processing",
739
- "name": "natural_language_generation",
740
- "attributes": {}
741
- },
742
- "natural_language_processing/natural_language_generation/paraphrasing": {
743
- "caption": "Text Paraphrasing",
744
- "description": "Rewriting text to express the same ideas using different words and structures while maintaining the original meaning.",
745
- "extends": "natural_language_generation",
746
- "name": "paraphrasing",
747
- "attributes": {}
748
- },
749
- "natural_language_processing/natural_language_generation/question_generation": {
750
- "caption": "Question Generation",
751
- "description": "Automatically generating relevant and meaningful questions from a given text or context.",
752
- "extends": "natural_language_generation",
753
- "name": "question_generation",
754
- "attributes": {}
755
- },
756
- "natural_language_processing/natural_language_generation/story_generation": {
757
- "caption": "Story Generation",
758
- "description": "Generating a piece of text given a description or a first sentence to complete.",
759
- "extends": "natural_language_generation",
760
- "name": "story_generation",
761
- "attributes": {}
762
- },
763
- "natural_language_processing/natural_language_generation/style_transfer": {
764
- "caption": "Text Style Transfer",
765
- "description": "Rewriting text to match the style of a given reference text while preserving the original content.",
766
- "extends": "natural_language_generation",
767
- "name": "text_style_transfer",
768
- "attributes": {}
769
- },
770
- "natural_language_processing/natural_language_generation/summarization": {
771
- "caption": "Text Summarization",
772
- "description": "Condensing longer texts into concise summaries while preserving essential information and maintaining coherence.",
773
- "extends": "natural_language_generation",
774
- "name": "summarization",
775
- "attributes": {}
776
- },
777
- "natural_language_processing/natural_language_generation/text_completion": {
778
- "caption": "Text Completion",
779
- "description": "Continuing a given text prompt in a coherent and contextually appropriate manner to generate fluent and contextually relevant content.",
780
- "extends": "natural_language_generation",
781
- "name": "text_completion",
782
- "attributes": {}
783
- },
784
- "natural_language_processing/natural_language_processing": {
785
- "caption": "Natural Language Processing",
786
- "category": "natural_language_processing",
787
- "extends": "base_skill",
788
- "name": "natural_language_processing",
789
- "attributes": {}
790
- },
791
- "natural_language_processing/natural_language_understanding/contextual_comprehension": {
792
- "caption": "Contextual Comprehension",
793
- "description": "Understanding the context and nuances of text input to provide relevant responses.",
794
- "extends": "natural_language_understanding",
795
- "name": "contextual_comprehension",
796
- "attributes": {}
797
- },
798
- "natural_language_processing/natural_language_understanding/entity_recognition": {
799
- "caption": "Entity Recognition",
800
- "description": "Identifying and categorizing key entities within the text, such as names, dates, or locations.",
801
- "extends": "natural_language_understanding",
802
- "name": "entity_recognition",
803
- "attributes": {}
804
- },
805
- "natural_language_processing/natural_language_understanding/natural_language_understanding": {
806
- "caption": "Natural Language Understanding",
807
- "description": "Natural Language Understanding (NLU) focuses on the ability to interpret and comprehend human language, including understanding context, semantics, and identifying key entities within text.",
808
- "extends": "natural_language_processing",
809
- "name": "natural_language_understanding",
810
- "attributes": {}
811
- },
812
- "natural_language_processing/natural_language_understanding/semantic_understanding": {
813
- "caption": "Semantic Understanding",
814
- "description": "Grasping the meaning and intent behind words and phrases.",
815
- "extends": "natural_language_understanding",
816
- "name": "semantic_understanding",
817
- "attributes": {}
818
- },
819
- "natural_language_processing/personalization/personalization": {
820
- "caption": "Personalisation and Adaptation",
821
- "description": "Capabilities for adapting and personalizing content based on user context and preferences.",
822
- "extends": "natural_language_processing",
823
- "name": "personalization",
824
- "attributes": {}
825
- },
826
- "natural_language_processing/personalization/style_adjustment": {
827
- "caption": "Tone and Style Adjustment",
828
- "description": "Modifying the tone or style of generated text to suit specific audiences or purposes.",
829
- "extends": "personalization",
830
- "name": "style_adjustment",
831
- "attributes": {}
832
- },
833
- "natural_language_processing/personalization/user_adaptation": {
834
- "caption": "User Adaptation",
835
- "description": "Tailoring responses based on user preferences, history, or context.",
836
- "extends": "personalization",
837
- "name": "user_adaptation",
838
- "attributes": {}
839
- },
840
- "natural_language_processing/text_classification/natural_language_inference": {
841
- "caption": "Natural Language Inference",
842
- "description": "Classifying the relation between two texts, like a contradiction, entailment, and others.",
843
- "extends": "text_classification",
844
- "name": "natural_language_inference",
845
- "attributes": {}
846
- },
847
- "natural_language_processing/text_classification/sentiment_analysis": {
848
- "caption": "Sentiment Analysis",
849
- "description": "Classify the sentiment of a text, that is, a positive movie review.",
850
- "extends": "text_classification",
851
- "name": "sentiment_analysis",
852
- "attributes": {}
853
- },
854
- "natural_language_processing/text_classification/text_classification": {
855
- "caption": "Text Classification",
856
- "description": "Capabilities for classifying and categorizing text into predefined categories or labels.",
857
- "extends": "natural_language_processing",
858
- "name": "text_classification",
859
- "attributes": {}
860
- },
861
- "natural_language_processing/text_classification/topic_labeling": {
862
- "caption": "Topic Labelling and Tagging",
863
- "description": "Classifying a text as belong to one of several topics, which can be used to tag a text.",
864
- "extends": "text_classification",
865
- "name": "topic_labeling",
866
- "attributes": {}
867
- },
868
- "natural_language_processing/token_classification/named_entity_recognition": {
869
- "caption": "Named Entity Recognition",
870
- "description": "Task to recognize names as entity, for example, people, locations, buildings, and so on.",
871
- "extends": "token_classification",
872
- "name": "named_entity_recognition",
873
- "attributes": {}
874
- },
875
- "natural_language_processing/token_classification/pos_tagging": {
876
- "caption": "Part-of-Speech Tagging",
877
- "description": "Tagging each part of a sentence as nouns, adjectives, verbs, and so on.",
878
- "extends": "token_classification",
879
- "name": "pos_tagging",
880
- "attributes": {}
881
- },
882
- "natural_language_processing/token_classification/token_classification": {
883
- "caption": "Token Classification",
884
- "description": "Capabilities for classifying individual tokens or words within text.",
885
- "extends": "natural_language_processing",
886
- "name": "token_classification",
887
- "attributes": {}
888
- },
889
- "retrieval_augmented_generation/document_or_database_question_answering": {
890
- "caption": "Document or Database Question Answering",
891
- "description": "Document or database question answering is the process of retrieving and using information from a document or database to answer a specific question.",
892
- "extends": "retrieval_augmented_generation",
893
- "name": "document_or_database_question_answering",
894
- "attributes": {}
895
- },
896
- "retrieval_augmented_generation/generation_of_any": {
897
- "caption": "Generation of Any",
898
- "description": "Generation of any is augmenting the creation of text, images, audio, or other media by incorporating retrieved information to improve or guide the generation process.",
899
- "extends": "retrieval_augmented_generation",
900
- "name": "generation_of_any",
901
- "attributes": {}
902
- },
903
- "retrieval_augmented_generation/retrieval_augmented_generation": {
904
- "caption": "Retrieval Augmented Generation",
905
- "category": "retrieval_augmented_generation",
906
- "extends": "base_skill",
907
- "name": "retrieval_augmented_generation",
908
- "attributes": {}
909
- },
910
- "retrieval_augmented_generation/retrieval_of_information/document_retrieval": {
911
- "caption": "Document Retrieval",
912
- "description": "Document retrieval is the process of retrieving relevant documents from a collection based on a specific query, typically through indexing and search techniques.",
913
- "extends": "retrieval_of_information",
914
- "name": "document_retrieval",
915
- "attributes": {}
916
- },
917
- "retrieval_augmented_generation/retrieval_of_information/indexing": {
918
- "caption": "Indexing",
919
- "description": "Depth estimations the task of predicting the distance or depth of objects within a scene from a single image or multiple images.",
920
- "extends": "retrieval_of_information",
921
- "name": "indexing",
922
- "attributes": {}
923
- },
924
- "retrieval_augmented_generation/retrieval_of_information/retrieval_of_information": {
925
- "caption": "Retrieval of Information",
926
- "description": "Retrieval of information is the process of fetching relevant data or documents from a large dataset or database based on a specific query or input.",
927
- "extends": "retrieval_augmented_generation",
928
- "name": "retrieval_of_information",
929
- "attributes": {}
930
- },
931
- "retrieval_augmented_generation/retrieval_of_information/search": {
932
- "caption": "Search",
933
- "description": "Search is the process of exploring a dataset or index to find relevant information or results based on a given query.",
934
- "extends": "retrieval_of_information",
935
- "name": "retrieval_of_information_search",
936
- "attributes": {}
937
- },
938
- "security_privacy/privacy_risk_assessment": {
939
- "caption": "Privacy Risk Assessment",
940
- "description": "Evaluating data handling or user flows to surface potential privacy risks and recommend mitigations.",
941
- "extends": "security_privacy",
942
- "name": "privacy_risk_assessment",
943
- "attributes": {}
944
- },
945
- "security_privacy/secret_leak_detection": {
946
- "caption": "Secret Leak Detection",
947
- "description": "Scanning artifacts (code, logs, documents) to identify exposed credentials, tokens, or other sensitive secrets.",
948
- "extends": "security_privacy",
949
- "name": "secret_leak_detection",
950
- "attributes": {}
951
- },
952
- "security_privacy/security_privacy": {
953
- "caption": "Security & Privacy",
954
- "category": "security_privacy",
955
- "extends": "base_skill",
956
- "name": "security_privacy",
957
- "attributes": {}
958
- },
959
- "security_privacy/threat_detection": {
960
- "caption": "Threat Detection",
961
- "description": "Identifying indicators of malicious activity, suspicious patterns, or emerging threats across logs and data sources.",
962
- "extends": "security_privacy",
963
- "name": "threat_detection",
964
- "attributes": {}
965
- },
966
- "security_privacy/vulnerability_analysis": {
967
- "caption": "Vulnerability Analysis",
968
- "description": "Reviewing code, configurations, or dependency manifests to surface potential security weaknesses and misconfigurations.",
969
- "extends": "security_privacy",
970
- "name": "vulnerability_analysis",
971
- "attributes": {}
972
- },
973
- "tabular_text/tabular_classification": {
974
- "caption": "Tabular Classification",
975
- "description": "Classifying data based on attributes using classical machine learning approaches.",
976
- "extends": "tabular_text",
977
- "name": "tabular_classification",
978
- "attributes": {}
979
- },
980
- "tabular_text/tabular_regression": {
981
- "caption": "Tabular Regression",
982
- "description": "Predicting numerical values based on tabular attributes and features.",
983
- "extends": "tabular_text",
984
- "name": "tabular_regression",
985
- "attributes": {}
986
- },
987
- "tabular_text/tabular_text": {
988
- "caption": "Tabular / Text",
989
- "category": "tabular_text",
990
- "extends": "base_skill",
991
- "name": "tabular_text",
992
- "attributes": {}
993
- },
994
- "tool_interaction/api_schema_understanding": {
995
- "caption": "API Schema Understanding",
996
- "description": "Interpreting and explaining API specifications, endpoints, parameters, and expected payloads.",
997
- "extends": "tool_interaction",
998
- "name": "api_schema_understanding",
999
- "attributes": {}
1000
- },
1001
- "tool_interaction/script_integration": {
1002
- "caption": "Script Integration",
1003
- "description": "Linking custom scripts or functions with external tools to extend capabilities.",
1004
- "extends": "tool_interaction",
1005
- "name": "script_integration",
1006
- "attributes": {}
1007
- },
1008
- "tool_interaction/tool_interaction": {
1009
- "caption": "Tool Interaction",
1010
- "category": "tool_interaction",
1011
- "extends": "base_skill",
1012
- "name": "tool_interaction",
1013
- "attributes": {}
1014
- },
1015
- "tool_interaction/tool_use_planning": {
1016
- "caption": "Tool Use Planning",
1017
- "description": "Selecting and ordering tool invocations to accomplish a specified goal efficiently.",
1018
- "extends": "tool_interaction",
1019
- "name": "tool_use_planning",
1020
- "attributes": {}
1021
- },
1022
- "tool_interaction/workflow_automation": {
1023
- "caption": "Workflow Automation",
1024
- "description": "Designing or describing automated sequences integrating multiple tools or services.",
1025
- "extends": "tool_interaction",
1026
- "name": "workflow_automation",
1027
- "attributes": {}
1028
- }
1029
- }
1030
- }