> For the complete documentation index, see [llms.txt](https://docs.stablejack.xyz/stablejack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stablejack.xyz/stablejack/product-overview/skills.md).

# Skills

**Skills** are structured AI workflows inside StableJack that help users complete specific investment research tasks with a clear, repeatable output.

In traditional AI chat, users often need to write the right prompt, explain the context, ask follow-up questions, and manually shape the answer into something useful. This creates inconsistent results. One user may ask for a valuation analysis and get a shallow answer, while another may ask the same thing differently and receive a completely different structure.

StableJack Skills solve this by turning important investment tasks into predefined workflows.

Instead of asking a broad question like “Should I buy this stock?” or “Analyze this company,” users can trigger a specific Skill such as **Valuation Check**, **Financial Health Analysis**, **Business & Moat Analysis**, **News Impact**, **Peer Comparison**, **Stock Analysis Report**, or **Pair Trading**. Each Skill is designed to answer a specific investment question and return a structured report.

For example, a **Valuation Check** Skill helps users understand whether a stock appears expensive, undervalued, or fairly valued based on available data, peer comparisons, growth expectations, and market context. A **Financial Health Analysis** Skill helps users evaluate whether a company has strong revenue quality, profitability, liquidity, cash flow, and balance sheet strength. A **News Impact** Skill helps users understand whether a recent event is likely to be bullish, bearish, or neutral for an asset.

The main benefit of Skills is that they make investment research faster, more consistent, and easier to act on.

Users do not need to spend hours collecting information from different platforms, reading financial reports, checking news, comparing peers, and organizing everything manually. StableJack does the heavy research work and turns it into a clear output that the user can review.

Skills are also useful because they reduce the problem of generic AI answers. Since every Skill follows a defined structure, the output is more practical for investment decision-making. Users can quickly understand the thesis, risks, relevant data points, and key takeaways instead of receiving an unstructured explanation.

For traders and investors, this means less time spent searching and more time spent evaluating. Skills help users move from raw information to structured insight, which can improve the quality and speed of their decision-making process.

In simple terms, **Skills are ready-made AI research workflows that help users answer specific investment questions faster, with better structure and more consistency.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stablejack.xyz/stablejack/product-overview/skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
