> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluso.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> Capabilities Fluso reaches for when a request matches one. Some come built in, some you add from the marketplace, some you make by asking Fluso to build them.

A skill is a reusable instruction set Fluso applies automatically when a request matches it. Drafting a PDF, running deep research with citations, processing a meeting transcript, generating a deck. Each one is a skill.

You do not pick skills. You ask for the outcome, and Fluso picks the skill that produces it.

## The three kinds

**Built in.** Every workspace has them. They cover the core day-to-day: research, document and spreadsheet creation, meeting intelligence, image analysis, slide decks, diagrams. You do not install them and you do not configure them. They run when a request calls for them.

**From the marketplace.** Curated skills for specific workflows. A travel-research skill, a podcast-production skill, an investigation skill. Browse, add with one click, remove when you no longer need it.

**Built with Fluso.** Skills you create by asking Fluso to make one. Useful for the repeating shapes of work that are yours alone. A weekly investor update. A standard offer letter. A board-prep checklist.

## How activation works

You describe the outcome. Fluso picks the skill.

> *"Make a 5-slide deck about our roadmap."*

You did not say "use the presentation skill". You would not. Fluso reads the request, looks across every skill available to this workspace, picks the one that matches, runs it, and hands you back the result.

Naming a skill in your prompt is rarely worth it. Describe the result. The right skill activates.

## Where to manage them

<Frame>
  <img src="https://mintcdn.com/premai-913c930f/qb_227DKgZQMO0rN/images/features/skills/skills-page.png?fit=max&auto=format&n=qb_227DKgZQMO0rN&q=85&s=2bf285797fa9fa465fff490598a1dc49" alt="Fluso Skills page with three sections: My Skills (Podcast Production, Sherlock Holmes), Discover (Fli Flight Search), and Included with Fluso, with an Add skill button at the top right." width="1597" height="888" data-path="images/features/skills/skills-page.png" />
</Frame>

Open **Customization** in the left sidebar, then the **Skills** tab. Three sections.

**My Skills.** Skills this workspace can use right now. Marketplace skills you have added and skills you have built with Fluso live here. Each card has a **Remove** button.

**Discover.** The skill marketplace, shown inline. One click to add. For the wider catalog, click **Add skill** at the top right and choose **Browse marketplace**.

**Included with Fluso.** The built-in core, organised into Communication, Planning, Research, Creation, and Developer tools. No Remove button. These are part of the product.

## Inspecting a skill

<Frame>
  <img src="https://mintcdn.com/premai-913c930f/qb_227DKgZQMO0rN/images/features/skills/skill-detail-panel.png?fit=max&auto=format&n=qb_227DKgZQMO0rN&q=85&s=9cab6fdb7428c057c4fdb700f0b52b49" alt="Skill detail side panel for the skill-creator skill, showing the Skill document tab with the SKILL.md content." width="1597" height="888" data-path="images/features/skills/skill-detail-panel.png" />
</Frame>

Click any card. A side panel opens with three sections.

**Overview.** What the skill does, in plain prose.

**How to use it.** Whether you need to add it first, and the kind of request that triggers it.

**Skill document.** The underlying `SKILL.md`. The exact instructions Fluso follows when the skill runs.

The skill document is view-only. To change what a skill does, build a new one.

## Adding from the marketplace

In **Discover**, find a skill that fits and click **+ Add**. It moves into **My Skills** and is ready on the next message.

If you remove it later, it goes back to Discover. You can re-add it whenever.

## Building your own

Click **Add skill** at the top right. A dropdown opens with **Build with Fluso** and **Browse marketplace**. Pick **Build with Fluso**.

<Frame>
  <img src="https://mintcdn.com/premai-913c930f/qb_227DKgZQMO0rN/images/features/skills/add-skill-dropdown.png?fit=max&auto=format&n=qb_227DKgZQMO0rN&q=85&s=96eeace7719f15c09fd365f4a095c79b" alt="Add skill dropdown with two options: Build with Fluso (Open a ready skill-creator prompt) and Browse marketplace (Add curated skills to this workspace)." width="447" height="290" data-path="images/features/skills/add-skill-dropdown.png" />
</Frame>

You land back on the chat dashboard with a prompt already filled in:

> *"Create a skill using skill-creator. First, ask what workflow it should handle."*

Submit it. Fluso asks what workflow you want the skill to handle, what inputs it takes, what shape the output should have, and which tools or connectors are involved. It writes the skill and adds it to **My Skills**.

You do not write code or markdown. The skill-creator skill does the writing for you.

A skill is worth building when the same task comes up in the same shape, often enough that re-explaining it gets annoying.

## Removing a skill

Click **Remove** on a card in **My Skills**. What happens next depends on where the skill came from.

* **Marketplace skill.** Returns to **Discover**. You can re-add it whenever.
* **Skill you built with Fluso.** Permanently deleted. If you want it back, you build it again.

## Next

For the patterns that make custom skills worth building, see [Going deeper](/going-deeper#custom-skills).
