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

# Agent skills

Skills are things the Macaly agent knows how to do. Each one handles a specific task like finding photos, setting up a database, or sending emails. You don't need to learn them. Just describe what you want and the agent picks the right skill automatically.

## Skills

### Design

Make your site look the way you want it. The agent picks the right layout, colors, photos, and icons to match your vision.

<CardGroup cols={3}>
  <Card title="Custom Design" icon="paintbrush" href="/en/agent/skills/design#custom-design">
    Layouts, fonts, colors, and spacing matched to your brand
  </Card>

  <Card title="Create and Edit Images" icon="image" href="/en/agent/skills/design#create-and-edit-images">
    Generate, edit, or remove backgrounds from images
  </Card>

  <Card title="Site Icon" icon="star" href="/en/agent/skills/design#site-icon">
    Generate a favicon for your browser tab
  </Card>

  <Card title="Find Photos" icon="camera" href="/en/agent/skills/design#find-photos">
    Search free stock photos and add them to your project
  </Card>

  <Card title="Find Icons" icon="icons" href="/en/agent/skills/design#find-icons">
    Search icons, illustrations, and emojis in matching styles
  </Card>

  <Card title="Generate Video" icon="film" href="/en/agent/skills/design#generate-video">
    Create short videos from a text description
  </Card>
</CardGroup>

### Research

Stop Googling and reading through articles yourself. The agent looks things up, reads the sources, and gives you a straight answer. It can also go straight from research to building.

<CardGroup cols={3}>
  <Card title="Search the Web" icon="magnifying-glass" href="/en/agent/skills/research#search-the-web">
    Search the internet and get answers in the chat
  </Card>

  <Card title="Read Any Website" icon="globe" href="/en/agent/skills/research#read-any-website">
    Read the content of any webpage by URL
  </Card>

  <Card title="Read PDFs" icon="file-lines" href="/en/agent/skills/research#read-pdfs">
    Read any public PDF and extract what you need
  </Card>

  <Card title="Scrape Data" icon="table-list" href="/en/agent/skills/research#scrape-data">
    Pull structured data from known platforms
  </Card>
</CardGroup>

### Files

Got a spreadsheet, PDF, or document with content you need on your site? Upload it and the agent turns it into pages, sections, and features.

<CardGroup cols={3}>
  <Card title="Upload Files" icon="upload" href="/en/agent/skills/files#upload-files">
    Drag in CSVs, PDFs, images, and more
  </Card>
</CardGroup>

### Build

Go beyond static pages. The agent adds working features to your app so users can log in, data gets saved, emails go out, and you can manage everything from a dashboard.

<CardGroup cols={3}>
  <Card title="Database" icon="database" href="/en/agent/skills/build#database">
    Set up storage for your app's data
  </Card>

  <Card title="Passwordless Login" icon="key" href="/en/agent/skills/build#passwordless-login">
    Email-based login with a verification code
  </Card>

  <Card title="Email and Password Login" icon="lock" href="/en/agent/skills/build#email-and-password-login">
    Signup, signin, and password reset flow
  </Card>

  <Card title="Automatic Emails" icon="envelope" href="/en/agent/skills/build#automatic-emails">
    Send emails triggered by events in your app
  </Card>

  <Card title="Admin Panel" icon="table-columns" href="/en/agent/skills/build#admin-panel">
    Manage your content, orders, and users from a dashboard
  </Card>

  <Card title="AI Features" icon="microchip" href="/en/agent/skills/build#ai-features">
    Add chatbots, smart search, and AI tools to your app
  </Card>

  <Card title="Text to Voice" icon="microphone" href="/en/agent/skills/build#text-to-voice">
    Turn any text into spoken audio
  </Card>

  <Card title="Transcription" icon="waveform-lines" href="/en/agent/skills/build#transcription">
    Convert audio files and recordings into accurate text
  </Card>

  <Card title="SEO" icon="chart-line" href="/en/agent/skills/build#seo">
    Meta tags, structured data, and keyword targeting
  </Card>

  <Card title="Find a Domain" icon="earth-americas" href="/en/agent/skills/build#find-a-domain">
    Check domain availability and pricing
  </Card>
</CardGroup>

### Tools

Give the agent a URL, a LinkedIn profile, or a YouTube video and it creates something new from it. When something breaks, it finds and fixes the problem.

<CardGroup cols={3}>
  <Card title="Redesign Any Website" icon="rotate" href="/en/agent/skills/tools#redesign-any-website">
    Paste a URL and get a rebuilt version
  </Card>

  <Card title="LinkedIn to Website" icon="user" href="/en/agent/skills/tools#linkedin-to-website">
    Turn a LinkedIn profile into a portfolio site
  </Card>

  <Card title="YouTube to Content" icon="video" href="/en/agent/skills/tools#youtube-to-content">
    Extract content from any YouTube video
  </Card>

  <Card title="Debug" icon="bug" href="/en/agent/skills/tools#debug">
    Find and fix bugs in your app
  </Card>
</CardGroup>
