Introduction: One Agent, 500+ Skills
Most people who want to automate their work end up with a patchwork of tools: one app for email, another for scheduling, a browser extension for social media, a spreadsheet plugin for data, and a separate service for each integration. Each tool has its own login, its own learning curve, its own pricing tier, and its own data silo. Before you know it, managing your automation tools has become its own full-time job.
Nemo takes a fundamentally different approach. Instead of separate tools for separate tasks, Nemo is a single AI agent with 500+ built-in skills spanning 12 categories. You interact with all of them through the same interface: natural language. Tell Nemo what you want, and it figures out which skills and tools to use, in what order, adapting its approach based on the results of each step.
No workflow builders. No drag-and-drop canvases. No trigger-action configuration. You describe the outcome, and the agent handles the process. This guide walks through every category of skills available in Nemo, with concrete examples of what you can ask the agent to do.
One important note: Nemo currently ships with 5 fully built and tested skills (email_triage, email_composer, doc_summarizer, form_filler, and app_launcher). The remaining 117 skills are defined in the catalog with complete specifications and are being implemented progressively through updates and the community marketplace. We include the full catalog here so you can see the complete vision and plan.
Email & Communication
Email remains the backbone of professional communication, and it is also one of the biggest time sinks. Nemo's email and communication skills are designed to automate the tedious parts while keeping you in control of the important decisions.
Key skills in this category
- email_triage: Connects to your Gmail account, fetches unread messages, classifies them by urgency and category (action required, FYI, newsletter, spam), and presents a prioritized summary. You can ask Nemo to "check my email and tell me what needs my attention today" and get a structured briefing in seconds
- email_composer: Drafts professional emails based on your instructions. Say "write a follow-up email to the client about the delayed shipment, keep it apologetic but professional" and Nemo generates a draft for your review before sending
- meeting_summarizer: Takes meeting notes, transcripts, or recordings and produces concise summaries with action items, decisions made, and participants involved
- contact_enricher: Given a name or email address, gathers publicly available information to build a contact profile — useful before sales calls or networking events
- email_unsubscriber: Identifies newsletter and marketing emails in your inbox and helps you unsubscribe from ones you no longer read
- follow_up_reminder: Tracks emails you have sent that have not received a reply and reminds you to follow up after a configurable number of days
Example commands
- "Triage my inbox and mark anything from unknown senders as low priority"
- "Draft a polite decline to the meeting invitation from Sarah"
- "Summarize yesterday's project standup meeting notes"
- "Find LinkedIn and company info for john.smith@acmecorp.com"
Documents & Writing
Document processing is one of Nemo's strongest areas because it can run entirely locally — no data leaves your machine. Whether you are summarizing research papers, building resumes, or generating citations, these skills handle documents of all formats.
Key skills in this category
- doc_summarizer: Reads PDF, DOCX, TXT, and Markdown files and generates concise summaries. Supports configurable summary length and can extract key points, action items, or specific sections. This skill is fully built and tested
- resume_builder: Creates professional resumes from your career information. Supports multiple formats and can tailor the resume for specific job descriptions
- citation_generator: Generates properly formatted citations in APA, MLA, Chicago, and other styles from URLs, DOIs, or bibliographic information
- ai_humanizer: Takes AI-generated text and rewrites it to sound more natural and human. Useful for making drafts feel less robotic while preserving the core message
- report_generator: Creates structured reports from data sources, combining narrative text with data summaries and key findings
- template_manager: Stores and fills document templates for frequently used formats like proposals, invoices, project briefs, and status reports
- proofreader: Checks documents for grammar, spelling, tone consistency, and readability. Goes beyond basic spell-check to flag awkward phrasing and suggest improvements
Example commands
- "Summarize this 40-page research paper in 500 words, focusing on methodology and results"
- "Build a resume for a senior software engineer position using my career info"
- "Generate APA citations for these 5 URLs"
- "Rewrite this AI-generated blog post to sound more conversational"
Finance & Tracking
Managing personal and small business finances involves repetitive data entry, categorization, and tracking that is perfectly suited for AI automation. These skills help you stay on top of expenses, invoices, investments, and budgets without manual spreadsheet work.
Key skills in this category
- expense_tracker: Logs expenses from receipts, bank statements, or manual entry. Categorizes spending automatically and generates weekly or monthly summaries
- invoice_generator: Creates professional invoices from project details, client information, and billing rates. Supports multiple currencies and tax configurations
- investment_tracker: Monitors your investment portfolio across stocks, ETFs, bonds, and other assets. Provides performance summaries, allocation breakdowns, and alerts for significant price movements
- crypto_tracker: Tracks cryptocurrency holdings across wallets and exchanges. Shows real-time values, historical performance, and portfolio allocation
- receipt_scanner: Extracts merchant name, date, amount, and line items from receipt images or PDFs. Useful for expense reporting and tax preparation
- budget_analyzer: Analyzes spending patterns against budget targets. Identifies areas of overspending and suggests adjustments
- tax_helper: Organizes tax-relevant documents and expenses by category, estimates deductions, and prepares summaries for your tax professional
Example commands
- "Log a $45 lunch expense at Chipotle under the business meals category"
- "Generate an invoice for 40 hours of consulting at $150/hour for Acme Corp"
- "Show me how my stock portfolio performed this month"
- "Scan this receipt and add it to my February expenses"
Scheduling & Planning
Time management and planning skills help you coordinate calendars, track habits, plan trips, and stay organized without constantly context-switching between apps.
Key skills in this category
- smart_scheduler: Finds optimal meeting times by analyzing calendar availability, time zone differences, and scheduling preferences. Can suggest blocks for deep work based on your patterns
- event_planner: Helps plan events from birthday parties to team offsites. Manages checklists, timelines, vendor contacts, and budget tracking
- habit_tracker: Tracks daily habits and streaks. Provides accountability reports and identifies patterns in your habit completion
- travel_planner: Builds travel itineraries with flights, hotels, activities, and local recommendations. Handles multi-city trips and accounts for travel time between locations
- meeting_coordinator: Sends scheduling polls, collects responses, and books the meeting once consensus is reached
- deadline_manager: Tracks project deadlines, sends reminders at configurable intervals, and flags upcoming due dates in your daily briefing
- pomodoro_timer: Manages focused work sessions with timed intervals and breaks, logging how you spend your focused time
Example commands
- "Find a 30-minute slot for a call with someone in Tokyo time zone this week"
- "Plan a 5-day trip to Barcelona in March with museum visits and local food"
- "Track my daily meditation habit and show me my streak"
- "Remind me about the project proposal deadline 3 days before it's due"
Development & Code
Developer productivity skills help programmers automate routine coding tasks, review code, test APIs, manage snippets, and streamline their development workflow.
Key skills in this category
- code_reviewer: Analyzes code files or diffs for bugs, security vulnerabilities, performance issues, and style inconsistencies. Provides detailed feedback with line-specific suggestions
- git_assistant: Helps with Git operations: generating commit messages from diffs, summarizing branch changes, resolving merge conflicts, and creating pull request descriptions
- api_tester: Sends HTTP requests to APIs with configurable headers, bodies, and authentication. Validates responses against expected schemas and can run test suites
- snippet_manager: Stores, searches, and retrieves code snippets organized by language, framework, and purpose. Faster than searching through old projects
- docs_generator: Generates API documentation, README files, and code comments from source code analysis
- dependency_auditor: Scans project dependencies for known vulnerabilities, outdated versions, and license compatibility issues
- regex_builder: Constructs and tests regular expressions from natural language descriptions. Explains complex regex patterns in plain English
- json_yaml_tool: Converts between JSON, YAML, TOML, and other data formats. Validates schema compliance and prettifies messy data files
Example commands
- "Review this Python file for security issues and suggest fixes"
- "Write a commit message for the changes in my current Git diff"
- "Test the /api/users endpoint with a POST request and this JSON body"
- "Build a regex that matches email addresses ending in .edu"
Social Media
Social media management is time-consuming but important for personal brands and businesses. Nemo's social skills handle scheduling, analytics, and content creation through the Chrome extension relay — no dedicated OAuth integrations needed.
Key skills in this category
- social_scheduler: Schedules posts across platforms (Twitter/X, LinkedIn, Facebook, Instagram) via the Chrome extension. Supports image attachments and platform-specific formatting
- social_analytics: Gathers engagement metrics from your social profiles and presents trends, top-performing content, and audience growth over time
- hashtag_generator: Suggests relevant hashtags based on your post content, target audience, and current trending topics
- content_repurposer: Takes a long-form piece (blog post, article, report) and generates platform-specific versions: tweet threads, LinkedIn posts, Instagram captions, and more
- engagement_tracker: Monitors comments, mentions, and messages across platforms and alerts you to items that need a response
- trend_monitor: Watches for trending topics in your industry or niche and suggests timely content opportunities
Example commands
- "Schedule a LinkedIn post about our new product launch for Tuesday at 9 AM"
- "Turn this 2000-word blog post into a Twitter thread"
- "Show me my engagement metrics for the past week across all platforms"
- "Suggest 10 hashtags for a post about AI automation tools"
Research & Learning
Information gathering and learning are core use cases for AI agents. These skills help you research topics, summarize videos and podcasts, take study notes, and build knowledge bases.
Key skills in this category
- web_researcher: Searches the web for information on a topic and compiles findings into a structured research report with sources cited
- video_summarizer: Takes a YouTube URL or video file and produces a written summary with key points, timestamps, and quotes
- podcast_notes: Generates show notes from podcast episodes, including guest information, topics discussed, key takeaways, and timestamps
- study_assistant: Creates flashcards, quiz questions, and study guides from textbooks, lecture notes, or any educational material
- paper_analyzer: Reads academic papers and extracts methodology, findings, limitations, and how the paper relates to other works in the field
- news_aggregator: Curates news from multiple sources based on your interests and presents a daily digest with summaries
- bookmark_organizer: Categorizes and summarizes your browser bookmarks, identifies broken links, and helps you find saved resources quickly
Example commands
- "Research the current state of quantum computing and give me a 1-page summary"
- "Summarize this 2-hour YouTube lecture on machine learning"
- "Create 50 flashcards from chapter 3 of my biology textbook"
- "What are the top 5 news stories about AI regulation this week?"
Data & Productivity
Data manipulation and productivity skills handle the everyday tasks of cleaning data, translating text, creating diagrams, and managing information across formats.
Key skills in this category
- spreadsheet_assistant: Reads, writes, and analyzes spreadsheet data. Can generate formulas, create pivot summaries, clean messy data, and produce charts
- clipboard_manager: Maintains a history of clipboard entries and lets you search, organize, and paste from previous copies
- text_translator: Translates text between languages. Supports both cloud-based translation (for accuracy) and local model translation (for privacy)
- diagram_maker: Generates diagrams from text descriptions: flowcharts, sequence diagrams, entity-relationship diagrams, mind maps, and organizational charts
- data_cleaner: Takes messy CSV or JSON data and standardizes formats, removes duplicates, fills missing values, and validates data integrity
- format_converter: Converts files between formats: PDF to DOCX, CSV to JSON, Markdown to HTML, images to different formats, and more
- ocr_tool: Extracts text from images, screenshots, and scanned documents using optical character recognition
- password_generator: Creates secure passwords with configurable length, character sets, and pronounceability. Can generate passphrases as well
Example commands
- "Clean this CSV file: remove duplicates, standardize the date column, and fix the phone number format"
- "Translate this email from German to English"
- "Create a flowchart showing our customer onboarding process"
- "Convert this PDF to a Word document"
Health & Life
Personal health and wellness skills help you track medications, monitor symptoms, plan nutrition, and maintain fitness routines. All health data stays on your local machine — never uploaded to any cloud server.
Key skills in this category
- medication_reminder: Tracks your medication schedule and sends reminders at the right times. Logs doses taken and flags missed medications
- symptom_checker: Records symptoms over time and provides general health information. Not a replacement for professional medical advice, but useful for tracking patterns to discuss with your doctor
- nutrition_tracker: Logs meals and tracks macronutrients, calories, and micronutrients. Can estimate nutrition from food descriptions and suggest adjustments to meet dietary goals
- workout_planner: Generates workout plans based on your fitness level, goals, available equipment, and time constraints. Tracks sets, reps, and progressive overload
- meal_planner: Creates weekly meal plans based on dietary preferences, calorie targets, budget, and available ingredients. Generates shopping lists automatically
Example commands
- "Remind me to take my blood pressure medication at 8 AM and 8 PM every day"
- "Log today's meals: oatmeal for breakfast, chicken salad for lunch, pasta for dinner"
- "Create a 4-day workout plan focused on upper body, I have dumbbells and a pull-up bar"
- "Plan meals for the week under $75 budget, vegetarian, around 2000 calories per day"
Creative
Creative skills assist with design tasks that do not require deep expertise but benefit from AI suggestions and automation. These are particularly useful for non-designers who need to make design decisions.
Key skills in this category
- image_prompter: Generates detailed prompts for AI image generation tools like Midjourney, DALL-E, and Stable Diffusion. Takes a rough description and produces optimized prompts with style, composition, and technical parameters
- color_palette: Generates harmonious color palettes based on a seed color, mood, industry, or reference image. Provides hex codes, RGB values, and accessibility contrast ratios
- font_pairer: Suggests font combinations that work well together for headings, body text, and accents. Considers readability, style consistency, and brand personality
- mockup_builder: Creates wireframe-level mockups from text descriptions. Useful for quickly visualizing app screens, landing pages, and UI layouts before committing to a design tool
- brand_kit: Generates brand identity elements: color palettes, font selections, logo concepts, and brand voice guidelines from a business description
- social_graphics: Creates social media graphic templates with proper dimensions for each platform, incorporating your brand colors and fonts
Example commands
- "Generate a Midjourney prompt for a minimalist tech startup logo with ocean themes"
- "Create a color palette for a luxury spa brand, 5 colors"
- "Suggest 3 font pairings for a modern SaaS landing page"
- "Wireframe a mobile app login screen with email, password, Google OAuth, and forgot password"
System & Integration
System and integration skills connect Nemo to your existing tools and file systems. These are the glue skills that bridge gaps between applications and automate system-level tasks.
Key skills in this category
- google_drive_organizer: Audits your Google Drive structure, identifies duplicates and unused files, suggests folder reorganization, and can execute file moves and renames
- notion_sync: Reads from and writes to Notion databases and pages. Can create meeting notes, update project trackers, and sync information between Nemo and your Notion workspace
- backup_scheduler: Automates local file backups to specified destinations. Supports incremental backups, compression, and configurable schedules
- file_organizer: Sorts files in a directory based on type, date, project, or custom rules. Handles the "Downloads folder chaos" problem
- app_launcher: Controls desktop applications via pyautogui and pywinauto. Can open apps, click buttons, type text, take screenshots, and chain together multi-step desktop workflows. This skill is fully built and tested
- form_filler: Fills web forms using your stored profile data via the Chrome extension. Supports intelligent field mapping, multi-turn interaction, and learns from previous fills. This skill is fully built and tested
- system_monitor: Tracks CPU, memory, disk usage, and network activity. Alerts you when resources hit configurable thresholds
Example commands
- "Organize my Downloads folder: move images to Pictures, PDFs to Documents, and delete files older than 90 days"
- "Open Chrome, navigate to the timesheet app, and fill in this week's hours"
- "Back up my project folder to the external drive, compressed"
- "Find duplicate files in my Google Drive and list them"
Conclusion
The difference between Nemo and traditional automation tools becomes clear when you look at the full picture. With conventional platforms, achieving the breadth of automation described in this guide would require subscribing to dozens of separate services: an email tool, a calendar tool, a social media scheduler, a finance tracker, a document processor, a code reviewer, and so on. Each with its own monthly fee, its own learning curve, and its own data silo.
Nemo consolidates all of this into a single agent that runs locally on your machine. You interact with all 500+ skills through the same chat interface, using the same natural language you would use to ask a colleague for help. The AI agent handles the complexity of selecting the right tools, chaining them together, and adapting to your specific situation.
The local-first architecture means your data never leaves your machine unless you explicitly tell a skill to communicate with an external service. Your emails, documents, financial data, health information, and credentials all stay on your hardware, protected by AES-256 encryption in the vault and monitored by the Sentinel safety layer.
With 5 skills fully built and tested, 117 more in active development, and a community marketplace where anyone can contribute, Nemo's skill library is growing rapidly. The goal is simple: one agent that can help with anything a personal assistant could, with the privacy guarantees that only local-first software can provide.
You do not need 500+ separate tools. You need one agent that understands 500+ different ways to help you.