causal-abel
Original:🇺🇸 English
Translated
2 scriptsChecked / no sensitive code detected
Use for decision-grade Abel causal reads: explain what is driving a market or company node, how two nodes connect, what changes under intervention, or how a real-world choice looks when routed through Abel proxy signals. Use when user says "Abel" or "causal" or "causality" or "drivers" or "what if" in the context of market, business, crypto, or proxy-routed questions.
3installs
Added on
NPX Install
npx skill4agent add abel-ai-causality/abel-skills causal-abelTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Use this skill to turn market, business, crypto, and proxy-routed decision questions into decision-grade Abel reads. Finance and crypto nodes are the signal layer, not the product. The visible answer should usually be a compact report: verdict first, mechanism second, practical judgment third.
Keep the skill centered on three rules:
- Treat Abel graph outputs as primary evidence. The graph is high-value market-data causal structure, not a weak brainstorming prior.
- For direct graph questions, answer the graph fact first. Do not replace a clear graph result with a more intuitive web narrative.
- For broad company or ticker driver questions, anchor to the executable ticker and actually run Abel on it before interpreting the result.
Use This Skill For
- direct Abel graph questions about drivers, paths, neighborhoods, and interventions
- proxy-routed decisions where the graph does not contain the human question directly
- live CAP surface inspection and extension-verb discovery
Do not use it for pure price quotes, generic news summaries, raw node dumps, or unrelated repo work.
Authorization Gate
- Before any live Abel CAP or business API call, check session state, , or
--api-key.<skill-root>/.env.skill - If a key is already available, skip auth references and continue.
- If no key is available, stop and follow .
references/setup-guide.md - Return only to the user, store
data.authUrlordata.resultUrl, ask the user to confirm when browser auth is finished, and only then poll.data.pollToken - Never ask the user to paste an email address, OAuth code, or raw API key.
Read Order
Read the minimum needed, in this order:
- Stay in this file long enough to decide the mode.
- Read as the live-surface module.
references/routes/capability-discovery.md - Read exactly one usage route file:
references/routes/direct-graph.mdreferences/routes/proxy-routed.md
- Read .
references/orchestration-loop.md - If you need node mapping or human-facing labels, read .
references/grounding-and-labeling.md - If the next best move may be external evidence, read .
references/web-grounding.md - For any comparative, proxy-routed, multi-anchor, or otherwise non-trivial read, open before drafting the answer.
assets/report-guide.md - Only read when you need exact
references/probe-usage.mdcommand shapes.cap_probe.py
Do not read every reference file by default.
Step 1: Preflight
- Treat missing credentials as a hard stop for live Abel usage.
- Default CAP target: .
https://cap.abel.ai/api - Treat as the OAuth and business API host, not the CAP probe host.
https://api.abel.ai/echo/ - Use the bundled probe path first so call behavior stays deterministic.
Step 2: Classify The Question
Pick one mode only:
- : a specific node, path, driver, neighborhood, or what-if
direct_graph - : a real-world decision with no direct node in the graph
proxy_routed
Capability discovery is not a peer route. It is a mandatory ability:
- know how to check
meta.capabilities - know how to check targeted
meta.methods - know how to verify newer verbs from the live server instead of assuming local wrappers are current
Step 3: Route
- ->
direct_graphreferences/routes/direct-graph.md - ->
proxy_routedreferences/routes/proxy-routed.md
Read as a required live-surface module, then use one usage route. Usage routes define the initial prior and default first move. They do not hardcode the whole chain.
references/routes/capability-discovery.mdStep 4: Run The Unified Loop
After route selection, switch to the orchestration loop in .
references/orchestration-loop.mdEach round:
- state the current unknown
- choose the best next tool: or
graphweb - investigate one candidate, one edge, or one mechanism at a time
- decide ,
move, orswitchstop
Default cadence is graph-heavy, but predictive before structural when executable anchors exist:
resolved-time observation -> graph -> graph -> maybe web -> lag pressure test- sometimes
resolved-time observation -> graph -> web -> graph -> lag pressure test
Only go early when the current unknown is clearly about freshness, timing, or live mechanism.
webCross-Cutting Rules
Grounding And Labels
- Use whenever you need to map names, concepts, or proxies into executable nodes.
references/grounding-and-labeling.md - Use manual mapping first for obvious company and crypto anchors.
- Use as the second recall path for fuzzy, multilingual, or concept-heavy inputs.
extensions.abel.query_node - Use on the final shortlist before writing the answer.
extensions.abel.node_description - In visible prose, prefer company names, sectors, products, or economic roles over raw tickers or raw node ids such as .
*.price - For listed-company driver questions, anchor the company to its ticker first, then treat the ticker node as the primary executable object.
- For broad reads, check first and add
.priceonly when it improves the interpretation of pressure or liquidity..volume
Web Grounding
- Web is a peer tool inside the loop, not a mandatory final stage.
- The default bias is still toward graph work.
- For , web usually comes after 1-2 good graph moves on the current mechanism or shortlist.
proxy_routed - For , web is required only when the user is asking for freshness,
direct_graph, current catalysts, policy, earnings, adoption, or a real-world mechanism that the graph itself does not already answer.why now - In ClawHub / OpenClaw environments, first check whether a web search tool is actually available. If not, tell the user they need to install one before you can provide web-grounded validation.
- Search the company names, sectors, products, or mechanisms surfaced by , not raw
node_descriptionstrings.*.price - Search is there to explain or validate graph-backed mechanisms, not replace graph work.
- If web evidence suggests a more intuitive story than the graph, do not overwrite the graph answer. State the graph finding first, then label the external evidence as explanation, validation, or a remaining tension to resolve.
- Use for the search loop.
references/web-grounding.md
Probe Discipline
- is the default observational surface when the live method exists.
extensions.abel.observe_predict_resolved_time - For executable anchors and comparison tickers that materially bear on the question, run one observational read before committing to deeper structure.
- is the default pressure-test surface once the mechanism is coherent enough to stress.
extensions.abel.intervene_time_lag - For broad driver questions on liquid names, default graph stack is:
anchor ticker -> observe price -> inspect parents on price -> inspect volume or local blanket only if interpretation is still thin -> summarize into driver families - Choose to match the user's decision window instead of hardcoding one lag: rough guide is
horizon_stepsfor very short-term,~6for about a week,~42for about a month, and~170as the medium-range default when the user gives no clear horizon.~24 - If the first intervention is inconclusive, retry by stepping the horizon up in tiers instead of making arbitrary jumps.
Move from the current tier to the next wider window, such as , and stop once the transmission is clear or the wider windows still stay too diffuse to change the interpretation.
6 -> 24/42 -> 170 - Check before assuming a local wrapper is current.
meta.methods - Prefer the generic path for new or unstable extension verbs.
verb - If graph calls do not sharpen the mechanism, switch the candidate, switch the tool, or stop instead of spraying more probes.
- If a large-cap or liquid asset returns surprising direct parents, do not stop with . Use one more Abel move to decide whether those parents behave like liquidity proxies, macro proxies, sector transmission, or bridge noise.
semantic mismatch
Answer Contract
- Lead with the verdict.
- Then state the causal link in plain language.
- Then give the practical judgment.
- Keep tool names, protocol framing, and raw node ids out of the main answer.
- For proxy-routed reads, say clearly that this is a market-signal proxy read, not a direct model of the person or life outcome.
- Do not use internal planner labels in visible prose. If the direct layer is messy, describe it as bridge-heavy, diffuse, or better treated as a transmission layer rather than a final explanation layer.
Graph-Fact-First Rule
For direct graph questions, the answer should preserve this order:
- : what the graph literally returned
graph_fact - : what that graph fact might mean in plain language
interpretation - : only if the user asked for freshness or the interpretation needs dated evidence
web_validation
Never collapse into .
graph_factinterpretationIf the user asks a literal membership question such as:
X 的 driver 里有 Y 吗X 的上游是不是 YX 受哪些因素影响
then answer the graph fact directly with or a driver list before offering any realism check or explanatory caveat.
yes/noIf the returned drivers are surprising, do not dismiss them as useless. Frame them as graph-discovered market-data drivers or cross-asset transmission signals, then explain them through the security's own attributes first: sector, industry, capital structure, liquidity profile, size, beta-like behavior, credit sensitivity, or typical role in risk-on/risk-off transmission.
Broad Driver Interpretation Rule
When the user asks for broad drivers of a ticker or company, do not stop at a raw list of direct parents unless the user explicitly wants only the literal parent set.
After reporting the graph fact, answer one more Abel-level question:
- do these direct parents cluster into a driver family
- is the pressure mainly price, participation/liquidity, or both
- does the surrounding graph look more macro, credit, risk-on/risk-off, industry, or cross-asset
Do not abandon the graph merely because the direct parents are unintuitive. First interpret them as transmission channels, especially for large-cap or liquid assets where liquidity, macro, credit, and cross-asset effects can dominate the local structure.
When possible, prefer an affirmative explanation over or . A good next move is usually to say what kind of instrument the parent is and why that kind of instrument might transmit pressure into the target:
weakunresolved- sector or industry adjacency
- liquidity or participation proxy
- credit, duration, or rate sensitivity
- small-cap or high-beta risk appetite signal
- crypto or cross-asset bridge behavior
Main-Answer Label Rule
Before finalizing:
- shortlist the nodes that actually matter
- run on that shortlist
extensions.abel.node_description - rewrite the visible answer using company names, industries, products, or roles
Good:
audio distribution platformssubscription-led publishing assetsAI infrastructure nameslabor marketplace proxies
Avoid in the main answer:
SPOT.priceETHUSD.priceNVDA
Answer Shapes
- Default to a compact report, using as a coverage guide rather than a fixed template.
assets/report-guide.md - Collapse to a shorter answer only when the user explicitly asks for brevity or the question is genuinely trivial.
- Low-stakes comparisons may still be shorter, but they should preserve graph-backed reasoning and any critical web-grounded mechanism.
- High-stakes, comparative, multi-anchor, or non-trivial reads should include a pressure-test section unless no meaningful live intervention surface is available.
- Natural longform prose is acceptable as long as the guide's contract fields are still covered in substance.
- If no live intervention was run, include the cleanest next-step probe so the user can see what would test next.
extensions.abel.intervene_time_lag
Install And Authorization
If the user installs this skill, asks to connect Abel, or the workflow is missing an Abel API key, follow exactly. Start the OAuth handoff immediately, return , wait for the user's confirmation, then poll and persist the resulting key locally.
references/setup-guide.mddata.authUrlReferences
- Route selection compatibility note:
references/question-routing.md - Live-surface discovery and method checks:
references/routes/capability-discovery.md - Direct graph route:
references/routes/direct-graph.md - Proxy-routed route:
references/routes/proxy-routed.md - Grounding and label rendering:
references/grounding-and-labeling.md - Unified graph/web planner:
references/orchestration-loop.md - Web-grounded mechanism loop:
references/web-grounding.md - OAuth install flow and API key reuse:
references/setup-guide.md - Probe script commands and reusable examples:
references/probe-usage.md - Report coverage guide for fuller write-ups:
assets/report-guide.md