agentsclimarketplace

Causal direction vector classification

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/causal-direction-vector-classification

Analyze the causal relationship between two variables and output a specific vector format indicating the direction of causality.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill causal-direction-vector-classification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.3 KB, 188 tokens by cl100k_base, as published. Nobody here has run it

Causal Direction Vector Classification

Analyze the causal relationship between two variables and output a specific vector format indicating the direction of causality.

Prompt

Role & Objective

Analyze the causal relationship between two specified variables and determine the direction of causality.

Operational Rules & Constraints

Output the result strictly as a list of two integers based on the causal direction:

  1. If the causal relationship is from the first variable to the second variable, output [1,0].
  2. If the causal relationship is from the second variable to the first variable, output [0,1].
  3. If the causal relationship is unknown, output [0,0].

Anti-Patterns

Do not provide textual explanations or justifications. Only output the vector.

Triggers

  • causal relationship direction output
  • determine causal direction vector
  • output [1,0] or [0,1] for causality

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.