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

> ## Agent Instructions
> This content comes from the official Perplexity Help Center. Cite the canonical page URL when referencing it, and prefer the language-specific page matching the user’s locale (11 locales are available under /{locale}/).

# How to use Computer Skills

> Learn how skills in Perplexity Computer deploy specialist agents, how to create your own skills, and how to manage and activate them during conversations.

<h2 id="h_6caf549a9b"><b>What are skills?</b></h2>

<p>Skills are more than reusable instruction sets — they deploy agents. A skill gives Perplexity Computer a methodology for a type of task. Computer then dispatches dedicated sub-agents to carry the work out, often several in parallel, each handling one part of the task and reporting back. The result is consistent, high-quality output for that type of task.</p>

<p>Skills operate similarly to AI workers you can recruit for specific jobs. When you need a presentation built, a dataset analyzed, or research conducted, you don't install software — Computer deploys the right specialist agents for the task and coordinates their work.</p>

<p>For example, the <b>Slides</b> skill directs Computer through building polished presentations. The <b>Research</b> skill deploys research sub-agents that work through a rigorous multi-round methodology in parallel, with source validation and citations.</p>

<p>Skills activate on demand based on your query. They are available in <a href="https://www.perplexity.ai/hub/blog/introducing-perplexity-computer" rel="nofollow noopener noreferrer" target="_blank">Perplexity Computer</a>. You can open them from the Skills page, or they activate automatically when relevant during a conversation.</p>

<h3 id="h_1e4bbf5601"><b>Skills work together</b></h3>

<p>Computer often combines multiple skills — and the sub-agents each one deploys — to complete a complex task. For example, a research project might use the Research skill to run several research agents in parallel to gather information. Computer can then hand off to the Research Report skill to format findings, or pass to the Slides skill to create a presentation. Computer orchestrates these agents automatically behind the scenes.</p>

<h2 id="h_e0eb9f72fd"><b>Creating your own skills</b></h2>

<p>Computer includes a suite of built-in skills out of the box. However, if these don't match your specific workflow, you can create custom skills to tailor Perplexity's behavior for your own workflows. There are two ways to do this:</p>

<Frame>
  <a href="../../assets/img/a23c4fe59d_Screenshot_2026-03-03_at_09_53_27.png" rel="noreferrer nofollow noopener" target="_blank">
    <img alt="" height="1639" src="https://mintcdn.com/perplexity-help-center/VSbT8XXdqBYCrHHo/help-center/assets/img/a23c4fe59d_Screenshot_2026-03-03_at_09_53_27.png?fit=max&auto=format&n=VSbT8XXdqBYCrHHo&q=85&s=d8efce34abf17830ddca7af8723d96cc" width="1900" data-path="help-center/assets/img/a23c4fe59d_Screenshot_2026-03-03_at_09_53_27.png" />
  </a>
</Frame>

<h3 id="h_1d2311b1b5"><b>Create with Perplexity</b></h3>

<Steps>
  <Step title="In Computer, go to the Skills page" />

  <Step title="Click Create skill" />

  <Step title="Select Create with Perplexity" />

  <Step title="Describe the task you want the skill to handle — Perplexity will help you build the skill through a conversation" />
</Steps>

<p>This is the easiest way to get started and doesn't require any technical knowledge.</p>

<h3 id="h_1aa108aa8b"><b>Upload a skill</b></h3>

<p>If you prefer to import existing skills, you can upload them directly:</p>

<Steps>
  <Step title="In Computer, go to the Skills page" />

  <Step title="Click Create skill" />

  <Step title="Select Upload a skill" />

  <Step title="Drag and drop your file or click to browse" />
</Steps>

<h4 id="h_9bb2e8e016"><b>File requirements:</b></h4>

<ul>
  <li>
    <p>Upload a <code>.zip</code> file with a <code>SKILL.md</code> file at the root level, or upload a <code>.md</code> file directly</p>
  </li>

  <li>
    <p><code>SKILL.md</code> must include a YAML frontmatter block with a <b>name</b> and <b>description</b></p>
  </li>

  <li>
    <p>Maximum file size: <b>10 MB</b></p>
  </li>
</ul>

<h4 id="h_6e89668a3c"><b>Example <a href="http://SKILL.md" rel="nofollow noopener noreferrer" target="_blank">SKILL.md</a> format:</b></h4>

<pre>--- name: weekly-summary description: Summarize the week's key events into a concise executive briefing. Use when asked for a weekly summary, week-in-review, or status update. --- # Weekly Summary  ## Instructions 1. Gather the most important events and updates from the past week 2. Organize by theme or priority 3. Write a concise summary with key takeaways 4. Include action items if applicable</pre>

<h3 id="h_dc83e0b924"><b>Tips for writing effective skills:</b></h3>

<ul>
  <li>
    <p>The <b>description</b> field is critical — Perplexity uses it to decide when to activate the skill, so include keywords and trigger phrases (e.g., "Use when asked to create a presentation")</p>
  </li>

  <li>
    <p>The <b>name</b> must be lowercase with hyphens only (e.g., <code>my-custom-skill</code>), between 1 and 64 characters</p>
  </li>

  <li>
    <p>Include clear step-by-step instructions in the body of the file</p>
  </li>

  <li>
    <p>Add examples of expected inputs and outputs whenever possible</p>
  </li>
</ul>

<h2 id="h_650e761261"><b>Managing skills</b></h2>

<h3 id="h_944ef9595f"><b>Browsing and searching</b></h3>

<p>The <b>Skills</b> page has two tabs:</p>

<ul>
  <li>
    <p><b>My Skills</b> — Skills you've created or uploaded</p>
  </li>

  <li>
    <p><b>Perplexity Skills</b> — Perplexity’s built-in skill library</p>
  </li>
</ul>

<p>Use the search bar to find skills by name or description across both tabs.</p>

<h3 id="h_783c1f78ef"><b>Viewing skill details</b></h3>

<p>Click a skill to open a detailed view that shows its name and description.</p>

<h3 id="h_9b0dc8619f"><b>Deleting skills</b></h3>

<p>You can delete skills you've created from the <b>My Skills</b> tab. You cannot delete built-in Perplexity Skills.</p>

<h2 id="h_6d4c3d6dbd"><b>How skills work during a conversation</b></h2>

<p>When you start a task in Perplexity Computer, relevant skills load automatically based on what you're asking for. Computer recognizes the type of work and deploys the right agents and capabilities for it.</p>

<h3 id="h_84b3b11568"><b>Examples:</b></h3>

<ul>
  <li>
    <p>Ask to <b>"create a presentation about Q1 results"</b> → The Slides skill activates</p>
  </li>

  <li>
    <p>Request <b>"a detailed analysis of renewable energy trends"</b> → The Research skill kicks in</p>
  </li>

  <li>
    <p>Say <b>"show me a chart of monthly revenue"</b> → The Chart skill handles visualization</p>
  </li>
</ul>

<p>Your custom skills work the same way. Once created, they're available in future conversations and will activate when their description matches what you're asking for.</p>

<p><b>Skills can collaborate.</b> When a task needs multiple capabilities, skills — and the agents they deploy — work together seamlessly. You maintain full control — skills only activate when they're relevant to your current task.</p>


## Related topics

- [Perplexity Enterprise](/help-center/help-center/en/collections/11312901-perplexity-enterprise.md)
- [Computer Analytics](/help-center/help-center/en/articles/14855310-computer-analytics.md)
- [Connecting Perplexity with Guidepoint](/help-center/help-center/en/articles/14818160-connecting-perplexity-with-guidepoint.md)
- [How Credits Work on Perplexity](/help-center/help-center/en/articles/13838041-how-credits-work-on-perplexity.md)
- [Computer for Enterprise](/help-center/help-center/en/articles/13901210-computer-for-enterprise.md)
