Skip to main content

How to use Computer Skills

Extend Perplexity Computer’s capabilities with repeatable instructions

Written by Emilio Morales
Updated over a month ago

What Are Skills?

Skills are reusable instruction sets that teach Perplexity Computer how to perform specific tasks. Think of them as specialized playbooks — when a skill is active, Computer follows its instructions to produce consistent, high-quality output for that type of task.

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—you hire the right specialist for the task.

For example, the Slides skill tells Computer exactly how to build polished presentations, while the Research skill guides it through a rigorous multi-round research methodology with source validation and citations.

Skills activate on demand based on your query. They are available in Perplexity Computer and can be accessed from the skills page or activated automatically when relevant during a conversation.

Skills Work Together

Computer often combines multiple skills to complete a complex task. For example, a research project might use the Research skill to gather information, then hand off to the Research Report skill to format findings, or pass to the Slides skill to create a presentation. This happens automatically behind the scenes.

Creating Your Own Skills

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:

Create with Perplexity

  1. In Computer, go to the Skills page

  2. Click Create skill

  3. Select Create with Perplexity

  4. Describe the task you want the skill to handle — Perplexity will help you build the skill through a conversation

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

Upload a Skill

If you prefer to import existing skills, you can upload them directly:

  1. In Computer, go to the Skills page

  2. Click Create skill

  3. Select Upload a skill

  4. Drag and drop your file or click to browse

File requirements:

  • Upload a .zip file with a SKILL.md file at the root level, or upload a .md file directly

  • SKILL.md must include a YAML frontmatter block with a name and description

  • Maximum file size: 10 MB

Example SKILL.md format:

--- 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

Tips for writing effective skills:

  • The description 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")

  • The name must be lowercase with hyphens only (e.g., my-custom-skill), between 1 and 64 characters

  • Include clear step-by-step instructions in the body of the file

  • Add examples of expected inputs and outputs whenever possible

Managing Skills

Browsing and Searching

The Skills page has two tabs:

  • My Skills — Skills you've created or uploaded

  • Perplexity Skills — Perplexity’s built-in skill library

Use the search bar to find skills by name or description across both tabs.

Viewing Skill Details

Click a skill to open a detailed view that shows its name and description.

Deleting Skills

You can delete skills you've created from the My Skills tab. Built-in Perplexity Skills cannot be deleted.

How Skills Work During a Conversation

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 brings in the right capabilities.

Examples:

  • Ask to "create a presentation about Q1 results" → The Slides skill activates

  • Request "a detailed analysis of renewable energy trends" → The Research skill kicks in

  • Say "show me a chart of monthly revenue" → The Chart skill handles visualization

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.

Skills can collaborate. When a task needs multiple capabilities, skills work together seamlessly. You maintain full control—skills only activate when they're relevant to your current task.