Agent Skills

Pre-built and custom agent recipes. Orchestrate tools, workflows, memory, tasks, spaces, sub-agents and RAG in one skill.

Catalog

Pre-built and custom agent recipes. Orchestrate tools, workflows, memory, tasks, spaces, sub-agents and RAG in one skill.

Multi-entity audit (reputation + web presence)

User asks to audit / compare several NAMED real-world businesses or brands on their reputation, reviews, website, SEO (typically 2-6 entities + a city).

4 tools

Audit + slides deck deliverable

User explicitly asks for a presentation / deck / slides on top of an audit or research. Chain research tools FIRST, then codedDocument with dependsOn.

3 tools

Recipe generation (cooking recipe with web context)

User asks for a cooking recipe for a specific dish (e.g. "recette de quiche au poulet", "how to make pasta carbonara"). Chain search FIRST for web context, then recipe with dependsOn.

2 tools

B2B prospection + outreach email draft

User wants to find prospects/leads AND draft / send a cold email. Prospect first, THEN email with dependsOn.

2 tools

Full trip plan (guide + weather + flights + hotels + events + day-by-day)

User wants a trip / voyage / vacances with destination and/or dates: combine travel guide, local weather, flights, hotels, notable events, and at least one day plan. Prefer parallel waves; chain dayPlanner after travel when the guide anchors the city.

6 tools

Personal daily briefing

User asks for a multi-domain briefing: weather + news + email inbox + calendar / agenda for today. Fire in parallel.

4 tools

Product comparison with price widget

User wants to compare or find the best price for a named product. Combine web search for specs + priceCompare for prices.

2 tools

Document Q&A with optional web complement

User attached one or more files and asks a question grounded in them. Read documents first, optionally complement with web.

2 tools

Persist / update / forget a user fact

User explicitly asks the agent to remember, update, or forget a fact about them. Call the memory tool with the appropriate action.

1 tool

Forget a topic (memory + indexed chats)

User explicitly asks to forget/remove all stored information about a named person, company, or topic from assistant memory.

1 tool
Code

Build a website for a named local business

User names a specific local business (gym, restaurant, shop) AND asks to code/build a website or landing page for them. Chain places + search first, then code with dependsOn so the site uses real POI data.

3 tools
Code

Find a local business + build them a website

User asks to find/identify a local business (restaurant, shop, agency) AND to code / build / create a website or landing page for them. Chain places + search first, then code with dependsOn so the generated site can cite real name, address, phone, photos.

3 tools

Read upcoming Google Calendar events

User asks about their OWN calendar / meetings / next appointment / agenda / rdv. MUST use the calendar tool (Google Calendar MCP) — NEVER web search.

1 tool

Create a Google Calendar event

User explicitly asks to CREATE a new calendar event / meeting / appointment / rdv with a specific time (and optionally title, attendees, location).

1 tool

Read personal Gmail inbox

User asks to read / search / list their OWN emails. Use the gmail tool (Google Gmail MCP), not web search.

1 tool

Read personal Google Drive

User asks to list / search their OWN Google Drive files. Use the drive tool (MCP).

1 tool

Directions from the user current location

User asks for directions / itinerary / travel route / travel time / "combien de temps" / "how long" / distance to a destination WITHOUT naming an origin (or explicitly says "from my location / depuis ma position"). Use origin="CURRENT_LOCATION" and originFromDeviceGps=true when GPS is reliable so lat/lng are used; otherwise the sentinel still falls back to saved city/address.

1 tool

Flights from user home city to a destination

User asks for flights to a destination without naming an origin. Use their saved city (context block USER_LOCATION) as origin.

1 tool

Send a direct email with recipient and message

User explicitly asks to send an email now and provides a recipient email address plus the message/body. Use emailSend directly; do not use search and do not use gmail for sending.

1 tool

Research a contact and send them an outreach email

User asks to find information / context AND send an email referencing that info in the same turn. Research first, email with dependsOn.

2 tools
Other

Build a multi-step automation workflow

User explicitly asks for a Flownux workflow / automation pipeline (workflowBuilder). Requires the word workflow or automation — NOT a one-shot PDF/document/slides request. Call workflowBuilder with the full goal verbatim — NEVER drop the goal.

1 tool
Code

Standalone game / snippet / demo (no external facts)

User asks for a self-contained code artefact (game copy, small utility, demo app) that does NOT need real-world facts. Call code directly, no search, no places.

1 tool

Research + PDF / CSV downloadable report

User asks for a PDF or CSV export of researched information. Research first via search (and optionally document/urlImport), THEN fileGen with dependsOn so the export reads from the fetched context.

2 tools

Branding kit + logo image + landing page

User asks to create a full brand identity (name + visual identity + website) in a single turn. Branding first (tone/palette/mood), then imageGen for the logo, finally code for the landing page — chained via dependsOn so each step reads the prior output.

3 tools

Import URL(s) and digest / extract

User pastes one or more URLs and asks to read / summarize / extract from them. Call urlImport first (the document tool reads the imported content), optionally chain search for complementary context.

2 tools

Recipe + local grocery stores

User asks for a recipe AND a place to buy the ingredients. Fire recipe + places (grocery) in parallel — no dependency.

2 tools

Outing planner (events + weather + restaurants)

User asks what to do tonight / this weekend in a city. Fire events + weather + places (restaurants/bars) in parallel — all independent.

3 tools

Market brief: stocks + crypto + financial news

User asks for a market / financial brief or portfolio update. Fire stock + crypto + news in parallel, no dependency.

3 tools

Structured learning brief on a topic

User wants to learn / be taught about a topic in depth. Chain learn (structured outline) + search (authoritative references) in parallel; add slides if the user wants a deck.

2 tools

Create a persistent workspace / space from a subject

User asks to create a Space / workspace / research dashboard on a topic. Research first (search), then spaceBuilder with dependsOn so the space seeds with the initial research.

2 tools

Scheduled / recurring task

User asks to schedule a recurring reminder or automated task ("every Monday", "tous les matins", "chaque fin de mois"). Call taskBuilder with title + schedule — title IS REQUIRED.

1 tool

Iterate on the last generated image

User refers back to the PREVIOUS image ("refais ça plus foncé", "édite mon image en lien", "version 2", "change la couleur du logo", "add a horse to the image"). Re-call imageGen with the DELTA only and set editReference="previous" so the tool reuses the last generated image as reference.

1 tool

Edit an image attached in this turn

User uploaded an image in the current turn AND asks to modify / restyle / add or remove elements ("ajoute un cheval", "mets-le en noir et blanc", "remove the background"). Set editReference="attached" so the tool uses the uploaded image as base.

1 tool

Revise the previous slides deck in place

User refines an EXISTING presentation already shown in this chat (add detail, fix a slide, more charts, include new topics on existing slides). The router must emit artifactRevision with mode patch or extend — do NOT regenerate a full new deck with widget slides.

1 tool
Code

Revise the previous code sandbox in place

User refines an EXISTING code sandbox/site already shown in this chat (change hero, colors, section, layout). Use artifactEdit or code with registry context — do NOT regenerate unrelated research.

1 tool
Code

Visual edit selected sandbox elements

User selected elements in the code sandbox visual editor and asks for targeted style/content changes. Route to artifactEdit/code with visual context.

1 tool

Research then A4 PDF document (portrait pages)

User asks for a PDF or printable document (report, ebook, book, multi-page document) based on web research. Use codedDocument with format=document or report and aspectRatio=A4 — NOT 16:9 presentation.

2 tools
Content

Research then long document canvas (block PDF/DOCX)

User asks for a long PDF/book/ebook/report with fifty-plus pages or expanded depth. Use codedDocument (format report/ebook) — NOT legacy documentCanvas nor jsPDF fileGen.

2 tools

Revise the previous PDF document in place

User refines an EXISTING PDF already generated in this chat (add section, fix paragraph, expand content). Emit artifactRevision — do NOT run fileGen or slides from scratch.

1 tool

Query an external MCP integration (Notion, Slack, …)

User targets an enterprise integration exposed as an MCP server (Notion, Slack, Linear, Jira, Airtable, etc.). Use the mcp tool with targetPrefixes matching the server key/prefix (lowercase), a precise userIntent, and optional hint only when needed.

1 tool

Read calendar events and email attendees

User asks to organize a meeting / rdv AND send an email to the interested parties / attendees / participants. Read calendar first to get attendees, then emailSend with dependsOn.

2 tools

Read Gmail message and reply via emailSend

User asks to reply to / forward a specific email or respond to the sender. Read the Gmail message first to get from/fromEmail, then emailSend with dependsOn.

2 tools

Read Drive file and email it

User asks to send a file / document from Google Drive via email. Read the Drive file first, then emailSend with dependsOn.

2 tools

Analyze meeting request email and propose calendar slots

User has a meeting/scheduling request in email and wants availability checked or slots proposed, optionally followed by an email reply.

4 tools

Chain multiple MCP tools in sequence

User requests a sequence of actions across multiple MCP integrations in one turn (e.g., calendar → email → Slack → Notion). Chain them sequentially using dependsOn in the order implied by the user.

3 tools
Code

API spec document to backend scaffold + export

User attached an API spec (OpenAPI, Swagger, Postman export) and wants runnable backend scaffold code plus an exportable artifact.

3 tools
Code

Reproduce / build from an image attachment

User attached an image (or provided an image URL) AND asks to code, create, build, or reproduce a site/page/component based on it. ALWAYS run document first to extract the full design spec, then code with dependsOn so the generated site faithfully mirrors the image.

2 tools
Code

Generate code from an attached document (PDF, text, etc.)

User attached a document (PDF, Word, text) and asks to generate/create code based on its content (CV, form, portfolio, etc.). Read the document first, then generate code with dependsOn.

2 tools
Code

Research a topic then build a website about it

User asks to create/build/code a website or landing page about a TOPIC that requires real-world facts (not a pure game/demo). Fetch facts first via search, then generate the site with dependsOn.

2 tools
Code

Research data then build an interactive dashboard

User asks to build a dashboard, analytics panel, or data visualization that needs external data (stats, crypto, market, health, etc.). Research first, then generate the React dashboard with dependsOn.

2 tools
Code

Research then build a web app or tool

User wants to build a web application, SaaS tool, or utility that requires real-world data or API knowledge. Research best practices / data first, then generate the app.

2 tools
Code

Generate brand identity then build a branded site

User asks to create a website or landing page for a brand/company/project AND wants branding (palette, tone) applied. Generate branding first, then code with dependsOn so the site uses the brand identity.

2 tools
Code

Brand identity then a focused landing page

User wants a branded landing page for a project/brand (palette + tone) without local POI research. Generate branding first, then code with dependsOn.

2 tools
Code

Fetch local POIs then build a dashboard or map

User wants a dashboard, map, or table of local businesses / POIs in a city, built as a code artefact. Fetch places first, then code with dependsOn.

2 tools
Code

Generate an image then integrate it into a code artefact

User asks to both generate an image (logo, illustration, hero visual) AND build a site/app that uses that image. Generate the image first, then code with dependsOn so the site embeds the generated visual.

2 tools
Code

Research data then build an interactive visualization

User asks for a data visualization, chart, graph, or infographic that requires real data. Research the data first, then build the visualization code.

2 tools
Composite

Full website for a named business: research + branding + visuals + code

User asks to build a COMPLETE, professional website for a NAMED real-world local business (restaurant, shop, agency) WITH branding and generated images. Chain places + search + branding + imageGen + code in sequence.

5 tools
Composite

Full website for a business + commercial proposal email

User asks to build a complete website for a named local business AND send it (or a commercial proposal) by email. Chain places + search + branding + imageGen + code + emailSend in sequence.

6 tools

Research a company/topic, build a website, then email a proposal

User wants a website for a company or topic (no local places needed) AND wants to send a commercial proposal or the website link by email. Chain search + branding + code + emailSend.

4 tools

Full brand kit (research + branding + logo image + site)

User wants a complete brand kit for a project or company: brand identity + logo/visuals + landing page. Chain search (optional) + branding + imageGen + code.

4 tools

Deep web research with browser automation

User wants to deeply analyze a website (scrape all pages, extract data, interactive navigation). Chain browserAgent for interactive scraping, search for complementary context, document for summary.

3 tools

E-commerce price scraping and comparison

User wants to scrape product prices from e-commerce sites (Amazon, etc.) and compare them. Chain browserAgent for scraping, priceCompare for comparison, fileGen for CSV export.

3 tools

Summarize a YouTube video from URL

User pasted a YouTube watch URL and wants a summary or analysis of that specific video (not a channel/topic search).

1 tool

YouTube video transcript from URL

User pasted a YouTube URL and explicitly wants the transcript, subtitles, or caption text.

1 tool
Code

Build app or code from YouTube tutorial URL

User pasted a YouTube URL and wants an app, site, or code implementation based on what is taught in the video.

2 tools

Video research and summary with slides

User wants to research and summarize YouTube videos on a topic. Chain video for transcription/summary, search for complementary context, slides for presentation.

3 tools

Music discovery and playlist creation

User wants to discover music similar to an artist/genre and create a playlist. Chain music for discovery, search for recommendations, fileGen for CSV export.

3 tools

Sports results and news with translation

User wants live sports results, standings, or news about a team/league. Chain sports for results, news for updates, translate for localization.

3 tools

Image search for slides presentation

User wants to find images for a topic and create a presentation. Chain imageSearch for visuals, slides for the presentation.

2 tools

Document translation with file export

User wants to translate an attached document (PDF, doc, etc.) to another language. Chain document for reading, translate for translation, fileGen for export.

3 tools

Academic deep research with deliverables

User wants academic research on a topic with multiple sources. Chain search (deep) for scholarly sources, document for analysis, fileGen for report, slides for presentation.

4 tools

Competitive intelligence multi-source analysis

User wants to analyze competitors across multiple dimensions (web, locations, pricing). Chain search for overview, browserAgent for site analysis, places for locations, fileGen for report.

4 tools

Market trend analysis across asset classes

User wants to analyze market trends across stocks, crypto, and news. Chain search for trends, news for context, stock/crypto for data, fileGen for report.

5 tools

Structured course creation with deliverables

User wants to create a structured course on a topic. Chain learn for curriculum, search for best practices, slides for content, fileGen for syllabus.

4 tools

Technical tutorial with videos and code

User wants a technical tutorial with video references and code examples. Chain learn for structure, video for references, code for examples, slides for summary.

4 tools

Exam preparation with study materials

User wants to prepare for an exam. Chain learn for curriculum, search for past papers, document for analysis, fileGen for study guide.

4 tools

Advanced travel itinerary with bookings

User wants a complete travel itinerary with flights, hotels, and activities. Chain travel for overview, flights for options, hotels for stays, routes for directions, calendar for schedule.

5 tools

Travel budget planning and estimation

User wants to estimate travel costs. Chain travel for details, calculation for budget breakdown, fileGen for export.

3 tools

Complete business plan with deliverables

User wants a complete business plan. Chain search for market research, branding for identity, fileGen for document, slides for pitch, code for financial model.

5 tools

B2B prospection with outreach automation

User wants to find B2B prospects and send outreach emails. Chain prospection for leads, emailSend for outreach, calendar for follow-ups.

3 tools

Financial projection and forecasting

User wants financial projections for a business. Chain search for benchmarks, calculation for projections, fileGen for report, slides for presentation.

4 tools

Technical documentation generation

User wants to generate technical documentation. Chain search for best practices, learn for structure, code for examples, fileGen for documentation.

4 tools

API integration guide with examples

User wants an API integration guide. Chain search for API docs, code for integration examples, fileGen for guide, slides for presentation.

4 tools

Code review checklist generation

User wants a code review checklist. Chain search for best practices, code for examples, fileGen for checklist.

3 tools

Debugging workflow and troubleshooting

User wants a debugging workflow guide. Chain search for debugging techniques, code for examples, calculation for metrics, fileGen for guide.

4 tools

Calendar events to email digest

User wants to send calendar events via email. Chain calendar to fetch events, gmail to read context, emailSend to send digest.

3 tools

Drive documents to slides presentation

User wants to create slides from Drive documents. Chain drive to fetch docs, search for context, slides for presentation.

3 tools

Email to calendar event conversion

User wants to convert emails to calendar events. Chain gmail to read emails, calendar to create events, emailSend for confirmation.

3 tools

Multi-MCP workflow (Calendar + Gmail + Drive)

User wants a workflow across multiple Google services. Chain calendar, gmail, drive for data, emailSend for notification.

4 tools

Meeting request handler automation

User wants to automate meeting request handling. Chain gmail to find requests, calendar to check availability, emailSend to respond.

3 tools

Social media post creation

User wants to create social media posts. Chain search for best practices, branding for tone, imageGen for visuals, fileGen for calendar.

4 tools

Full social media campaign (8 tools)

User wants a complete social media campaign. Chain search + learn for strategy, branding + imageGen for content, code for landing page, emailSend for outreach, mcp for Slack announcement.

7 tools

Social media analytics report

User wants a social media analytics report. Chain search for benchmarks, browserAgent to extract metrics, fileGen for data, slides for presentation.

4 tools

Influencer identification and outreach

User wants to find influencers and reach out. Chain search for influencers, prospection for contact info, emailSend for outreach.

3 tools

Content calendar creation

User wants a content calendar. Chain search for best practices, learn for strategy, fileGen for calendar data, calendar for events.

4 tools

Social media crisis management

User wants to manage a social media crisis. Chain search for protocols, news for brand mentions, emailSend for team alert, mcp for Slack notification.

4 tools

Portfolio analysis (6 tools)

User wants to analyze their investment portfolio. Chain stock + crypto for data, search for context, calculation for metrics, fileGen for report, slides for presentation.

6 tools

Trading signals generation

User wants trading signals. Chain search for indicators, stock + crypto for data, news for context, fileGen for signals, emailSend for alerts.

6 tools

Financial modeling

User wants to build a financial model. Chain search for best practices, calculation for model, fileGen for export, code for interactive calculator.

4 tools

Portfolio risk assessment

User wants to assess portfolio risk. Chain search for strategies, stock + crypto for data, news for risk factors, fileGen for report, slides for presentation.

6 tools

ETF analysis and comparison

User wants to analyze ETFs. Chain search for comparison, stock for ETF data, fileGen for analysis, slides for presentation.

4 tools

Tax planning and optimization

User wants tax planning. Chain search for strategies, calculation for tax calculations, document for attached docs, fileGen for plan.

4 tools

Dataset generation for ML

User wants to generate a dataset. Chain search for best practices, code for generation script, fileGen for CSV export.

3 tools

ML model explanation and visualization

User wants to explain an ML model. Chain search for techniques, learn for theory, code for visualization, slides for presentation.

4 tools

Data visualization dashboard

User wants a data visualization dashboard. Chain search for best practices, code for dashboard, imageGen for charts, slides for presentation.

4 tools

Statistical analysis and reporting

User wants statistical analysis. Chain search for methods, calculation for analysis, fileGen for data, slides for presentation.

4 tools

Data cleaning pipeline

User wants a data cleaning pipeline. Chain search for best practices, code for pipeline, fileGen for cleaned data.

3 tools

SEO audit and recommendations

User wants an SEO audit. Chain search for best practices, browserAgent to analyze site, fileGen for report, slides for presentation.

4 tools

Content marketing strategy

User wants a content marketing strategy. Chain search for trends, learn for frameworks, branding for tone, fileGen for plan, slides for presentation.

5 tools

Ad campaign creation

User wants to create an ad campaign. Chain search for best practices, branding for creative, imageGen for visuals, code for landing page, fileGen for plan.

5 tools

Email marketing sequence

User wants an email marketing sequence. Chain search for best practices, learn for frameworks, emailSend for sending, fileGen for sequence.

4 tools

Competitor ad analysis

User wants to analyze competitor ads. Chain search for competitor info, browserAgent to scrape ads, fileGen for data, slides for presentation.

4 tools

Legal contract review

User wants to review a legal contract. Chain search for legal standards, document to read contract, fileGen for summary, slides for presentation.

4 tools

Compliance checklist generation

User wants a compliance checklist. Chain search for regulations, learn for frameworks, fileGen for checklist, slides for presentation.

4 tools

Legal research and memo

User wants legal research. Chain search for case law, document for attached docs, fileGen for memo, slides for presentation.

4 tools

Intellectual property monitoring

User wants to monitor IP. Chain search for IP info, news for mentions, emailSend for alerts, mcp for Slack notification.

4 tools

Medical report summary

User wants to summarize a medical report. Chain search for medical context, document to read report, fileGen for summary, slides for presentation.

4 tools

Clinical study analysis

User wants to analyze a clinical study. Chain search for context, document to read study, calculation for statistics, fileGen for analysis, slides for presentation.

5 tools

Health literacy guide

User wants a health literacy guide. Chain search for health info, learn for frameworks, fileGen for guide, slides for presentation.

4 tools

Personalized wellness plan

User wants a wellness plan. Chain search for wellness info, learn for frameworks, calculation for metrics, fileGen for plan, calendar for schedule.

5 tools

Complete business launch (10 tools)

User wants a complete business launch with all deliverables. Chain search + learn for strategy, branding + imageGen for identity, code for site, slides for pitch, fileGen for docs, emailSend for outreach, calendar for schedule, mcp for team notification.

10 tools

Comprehensive product research (9 tools)

User wants comprehensive product research. Chain search + browserAgent for market data, document for attached specs, calculation for metrics, fileGen for data, slides for presentation, code for calculator, imageGen for visuals, emailSend for distribution.

9 tools

Full marketing campaign (9 tools)

User wants a full marketing campaign. Chain search + learn for strategy, branding + imageGen for creative, code for landing page, fileGen for plan, emailSend for outreach, calendar for schedule, mcp for team coordination.

9 tools

Full technical implementation (8 tools)

User wants a complete technical implementation. Chain search + learn for best practices, code for implementation, document for specs, fileGen for docs, slides for presentation, calculation for metrics, emailSend for handoff.

8 tools

Complete data science project (10 tools)

User wants a complete data science project. Chain search + learn for methods, code for pipeline, document for data, calculation for analysis, fileGen for export, slides for presentation, imageGen for charts, browserAgent for data sources, emailSend for distribution.

10 tools

Notion workflow automation

User wants a Notion workflow. Chain search for best practices, mcp for Notion setup, fileGen for data export, emailSend for team notification.

4 tools

Slack workflow automation

User wants a Slack workflow. Chain search for best practices, mcp for Slack setup, calendar for events, emailSend for team notification.

4 tools

Linear workflow automation

User wants a Linear workflow. Chain search for best practices, mcp for Linear setup, fileGen for task export, emailSend for team notification.

4 tools

Jira workflow automation

User wants a Jira workflow. Chain search for best practices, mcp for Jira setup, calendar for sprints, emailSend for team notification.

4 tools

Airtable workflow automation

User wants an Airtable workflow. Chain search for best practices, mcp for Airtable setup, fileGen for data export, code for integration script.

4 tools
Content

Clone design from attached PDF/document for slides generation

User attached a PDF or document and wants to copy/clone its design/style for new slides or PDF. Chain document FIRST to extract brand style, then slides with dependsOn. Do NOT force aspectRatio or stylePreset — respect user-specified values.

2 tools

Slides/document with explicit custom aspect ratio (non-A4)

User requests slides or a document with an explicit aspect ratio that is NOT A4 (e.g. "pdf en 16:9", "document format 1:1"). Use slides tool with format and aspectRatio from user input — do NOT force A4 or print presets.

2 tools

Clone design from a website URL for slides generation

User provides a URL and wants to copy/clone its design/style for new slides. Chain branding tool to extract brand from URL, then slides with dependsOn. Respect explicit slideCount, aspectRatio, and format.

2 tools

Memory-Aware Travel Time

User asks for travel time / duration / "combien de temps" to a destination — routes widget only, no web search needed. Memory resolves relational destinations (chez mes grands-parents, etc.).

1 tool

Memory-Resolved Route

User asks for directions/route to a relational place (chez mes parents, to my grandparents, etc.) — memory resolves the address

1 tool

Memory-Resolved Weather

User asks for weather at a relational place (chez ma mère, at my parents, etc.) — memory resolves the location

1 tool

Memory-Resolved Flights

User asks for flights to a relational destination — memory resolves destination and fills origin from profile

1 tool
Research

Latest video from a YouTube channel by name

User asks for the latest/recent video from a specific YouTube channel by name (not a URL). Use the video tool with channelName and timeRange=latest.

1 tool

Directions with weather at destination

User asks for directions AND weather at the destination ("météo sur la route", "weather for the trip"). Chain routes first, then weather at destination.

2 tools

Weather for a calendar event

User asks about weather for a calendar event ("météo pour mon rdv", "weather for my meeting tomorrow"). Chain calendar read first, then weather at event location.

2 tools

News digest sent by email

User wants a news digest sent by email. Chain news first, then emailSend with dependsOn.

2 tools

Translate content and send by email

User wants to translate content and send it by email. Chain translate first, then emailSend.

2 tools

Search in foreign language and translate results

User wants to search in a foreign language and translate results. Chain search first, then translate.

2 tools

Generate an image and send by email

User wants to generate an image and send it by email. Chain imageGen first, then emailSend.

2 tools

Day plan considering weather

User wants a day plan considering weather. Chain weather first, then dayPlanner with dependsOn.

2 tools

Day plan synced to calendar

User wants a day plan synced to calendar. Chain dayPlanner first, then create calendar events.

2 tools

Meal planning for a period

User wants meal planning for a period ("planifie mes repas", "meal plan for the week"). Chain recipe first, then create calendar events.

2 tools

Recipe translated to another language

User wants a recipe translated to another language. Chain recipe first, then translate.

2 tools

Find places nearby and check weather

User wants to find places nearby AND check the weather there. Chain places first, then weather at place location.

2 tools

Find places near a stored memory location

User asks for places near a stored memory location ("restaurants près de chez ma mère", "pharmacy near my parents"). Chain memory first to resolve location, then places.

2 tools

Add sports events to calendar

User wants to add sports events/games to their calendar. Chain sports first, then create calendar events.

2 tools

Sports results sent by email

User wants sports results sent by email. Chain sports first, then emailSend.

2 tools

Sports news and results combined

User wants sports news and results combined ("actu sport + résultats", "sports news and scores"). Chain sports and news.

2 tools

Find concerts or music events for an artist

User wants to find concerts or music events for an artist/genre. Chain music first, then events.

2 tools

Plan a trip to a music festival or concert

User wants to plan a trip to a music festival or concert. Chain music, events, then travel + hotels.

4 tools

Music playlist sent by email

User wants a music playlist sent by email ("envoie-moi une playlist", "create playlist and email it").

2 tools
Code

Search for images and build a gallery

User wants to search for images and build a gallery/visualization. Chain imageSearch first, then code to build gallery.

2 tools

Price comparison results sent by email

User wants price comparison results sent by email. Chain priceCompare first, then emailSend.

2 tools

Price comparison exported to a file

User wants price comparison exported to a file. Chain priceCompare first, then fileGen.

2 tools
Other

Crypto profit/loss calculator

User wants to calculate crypto profits/losses. Chain crypto first, then calculation.

2 tools

Stock data sent as an email alert

User wants stock data sent as an alert by email. Chain stock first, then emailSend.

2 tools
Code

Investment calculator with live stock data

User wants an investment calculator with live stock data. Chain stock, then calculation, then code for interactive calculator.

3 tools
Code

Crypto portfolio dashboard with live prices

User wants a crypto portfolio dashboard with live prices. Chain crypto first, then code to build dashboard.

2 tools

Stock comparison presentation

User wants a stock comparison presentation ("compare ces actions en slides", "stock comparison presentation"). Chain stock first, then slides.

2 tools

Financial news combined with stock/crypto data

User wants financial news combined with stock/crypto data ("digest financier", "financial news with prices"). Chain news, then stock and crypto in parallel.

3 tools
Personal

Find meeting slots and email them

User wants to find meeting slots and email them. Chain calendar, then scheduleAssist, then emailSend.

3 tools
Personal

Find a meeting slot and create the event

User wants to find a meeting slot and create the event. Chain calendar, scheduleAssist, then create event.

3 tools

News report exported to a file

User wants a news report exported to a file. Chain news first, then fileGen.

2 tools

News translated to another language

User wants news translated to another language. Chain news first, then translate.

2 tools

Document summarized and sent by email

User wants a document summarized and sent by email. Chain document first, then emailSend.

2 tools

Research a topic and save findings to memory

User wants to research a topic AND save findings to memory. Chain search first, then memory to persist key findings.

2 tools
Other

Create a new skill from a description

User wants to create a new skill/playbook from a description. Use the skillBuilder tool.

1 tool
Personal

Summary of a specific Gmail thread

User wants a summary of a specific Gmail thread ("résume ce thread", "summarize this email conversation"). Chain gmail read first, then document for summary.

2 tools
Personal

Weekly calendar overview with weather

User wants a weekly calendar overview with weather ("vue de ma semaine", "weekly overview with weather"). Chain calendar list, then weather.

2 tools
Personal

Search Google Drive and create a document from results

User wants to search Google Drive and create a document from results. Chain drive first, then document.

2 tools

Import a URL and translate its content

User wants to import a URL and translate its content. Chain urlImport first, then translate.

2 tools
Code

Import a URL and build something from its content

User wants to import a URL and build code from its content. Chain urlImport, document extraction, then code.

3 tools

Scrape a website and email the results

User wants to scrape a website and email the results. Chain browserAgent first, then emailSend.

2 tools

Scrape a website and export to a file

User wants to scrape a website and export to a file. Chain browserAgent first, then fileGen.

2 tools
Code

Scrape a website and build code from the data

User wants to scrape a website and build code from the data. Chain browserAgent first, then code.

2 tools

Research a topic, generate an image, and email it

User wants to research a topic, generate an image, and email it. Chain search, imageGen, then emailSend.

3 tools

Research, translate, and create slides

User wants to research, translate, and create slides ("recherche X, traduis et fais des slides"). Chain search, translate, then slides.

3 tools
Research

Ingest multiple sources and research a topic

User wants to ingest multiple sources (URLs + files + web) and research a topic. Chain sourceIngestion, search, then document.

3 tools

Query MCP integration and do web research

User wants to query an MCP integration AND do web research. Chain mcp first, then search.

2 tools

Export MCP integration data to a file

User wants to export MCP integration data to a file. Chain mcp first, then fileGen.

2 tools

Create a presentation from MCP data

User wants to create a presentation from MCP data. Chain mcp first, then slides.

2 tools
Other

Complex multi-step MCP operation

User wants a complex multi-step MCP operation. Use the mcpAgent tool for multi-step automation.

1 tool

Query MCP data and send it by email

User wants to query MCP data and send it by email ("envoie-moi mes tâches Linear par mail", "email me Notion pages"). Chain mcp first, then emailSend.

2 tools

Sync MCP tasks to calendar

User wants to sync MCP tasks to calendar ("sync Linear tasks to calendar", "ajoute mes tâches Notion au calendrier"). Chain mcp first, then create calendar events.

2 tools

Full marketing campaign: research + branding + images + email outreach

User wants a full marketing campaign: research + branding + images + email outreach. Chain search, branding, imageGen, then emailSend.

4 tools

Complete travel plan with weather, events, and packing list

User wants a complete travel plan with weather, events, and a packing list. Chain travel, weather, events, then fileGen for packing list.

4 tools
Research

Research from multiple sources and produce a comprehensive report

User wants to research from multiple sources (URLs + files + web) and produce a comprehensive report. Chain urlImport, document, search, then documentCanvas.

4 tools
Personal

Morning routine with weather, calendar and news

User wants a morning briefing combining weather, calendar events, and news headlines. Fire weather, calendar, and news in parallel — all independent.

4 tools
Personal

Evening review and memory journal

User wants to do an evening review — what happened today, what to remember. Chain calendar for events, then memory to store reflections, then documentCanvas for a journal entry.

3 tools
Personal

Habit tracker with memory and calculation

User wants to set up or track a habit (e.g. drink water, exercise, read daily). Use memory to store the habit and calculation to compute streaks or progress.

2 tools
Personal

Personal budget tracker with calculation and memory

User wants to track their budget — income, expenses, savings. Use calculation for math and memory to persist categories and amounts.

2 tools
Content

Expense report with file and email

User wants to generate an expense report and optionally email it. Chain calculation for totals, fileGen for the report file, and emailSend to send it.

3 tools
Personal

Time blocking planner with calendar and day planner

User wants to plan their day using time blocking — assign specific time slots to tasks. Chain calendar for existing events, then dayPlanner to create the time-blocked schedule.

2 tools
Personal

Focus session with calendar and learning

User wants to plan a deep work / focus session — block calendar, pull learning material on the topic, and set up memory for notes.

3 tools
Personal

Goal progress check with memory and calculation

User wants to check progress on a goal (e.g. read 12 books, save 5000, run 100km). Use memory to retrieve the goal and calculation to compute progress percentage.

2 tools
Personal

Weekly review with calendar, memory and document

User wants a weekly review — what happened, what was accomplished, what to improve. Chain calendar for events, memory for stored notes, and documentCanvas for the review document.

3 tools
Personal

Personal finance dashboard with stocks, crypto and code

User wants a personal finance dashboard showing stocks, crypto holdings, and budget overview. Chain stock, crypto, and calculation in parallel, then code to build an interactive dashboard.

4 tools
Personal

Workout planner with calculation and memory

User wants a workout plan — exercises, sets, reps, rest periods. Use calculation for volume/intensity math and memory to store the routine.

2 tools
Personal

Calorie tracker with recipe and calculation

User wants to track calories for meals — use recipe for nutritional info and calculation for daily totals. Memory stores the daily log.

3 tools
Personal

Symptom checker with search and learning

User describes symptoms and wants to understand possible causes. Use search for medical information and learn for educational content. Always remind to consult a doctor.

2 tools
Personal

Medication reminder with calendar and email

User wants to set up medication reminders — schedule calendar events and optionally send email reminders. Memory stores medication details.

3 tools
Personal

Doctor appointment finder with places and calendar

User wants to find a doctor nearby and schedule an appointment. Chain places to find doctors, then calendar to book, and scheduleAssist for slot finding.

3 tools
Personal

Mental health check-in with memory and learning

User wants to do a mental health check-in — mood tracking, stress management tips. Use memory to store mood and learn for wellness content.

2 tools
Personal

Sleep optimizer with weather and calendar

User wants to optimize their sleep — check weather for comfort, calendar for wake-up time, and calculation for optimal bedtime.

3 tools
Personal

Language learning practice with translate and memory

User wants to practice a foreign language — vocabulary, grammar, conversation. Use translate for corrections and memory to store new words.

3 tools
Personal

Flashcard generator with learning and file export

User wants to generate flashcards for studying a topic. Use learn for content, then fileGen to export flashcards as a downloadable file.

2 tools
Personal

Study schedule planner with calendar and learning

User wants to create a study schedule — block time for each subject, track progress. Chain calendar for time slots, learn for material, and memory for progress.

3 tools
Personal

Homework helper with search and document

User needs help with homework — search for explanations, use learn for educational content, and documentCanvas to write the solution.

3 tools
Personal

Book summary with search and document

User wants a summary of a book — search for key points, use memory to store takeaways, and documentCanvas for the summary document.

3 tools

Podcast research with search and video

User wants to research podcasts on a topic — search for episodes, use video for related content, and memory to save recommendations.

3 tools

Course comparison with search and price comparison

User wants to compare online courses on a topic — search for options, use learn for syllabus details, and priceCompare for cost comparison.

3 tools

Skill assessment quiz generator

User wants to assess their knowledge on a topic — generate a quiz with questions. Use learn for content, calculation for scoring, and fileGen to export the quiz.

3 tools
Travel

Property search with places and search

User wants to search for properties (apartments, houses) in a specific area. Chain places for local listings, search for broader results, and calculation for affordability.

3 tools
Travel

Mortgage calculator with calculation and search

User wants to calculate mortgage payments — principal, interest, term. Use calculation for the math and search for current interest rates.

2 tools
Travel

Property comparison with places and price comparison

User wants to compare multiple properties — price, location, features. Chain places for listings, priceCompare for cost analysis, and fileGen for a comparison table.

3 tools
Travel

Neighborhood analysis with places, routes and weather

User wants to analyze a neighborhood — amenities, transport, weather, schools. Fire places, routes, and weather in parallel for the area.

4 tools
Travel

Property ROI calculator with calculation and search

User wants to calculate ROI on a rental property — rental income, expenses, appreciation. Use calculation for ROI math, search for market data, and memory to save the analysis.

3 tools
Travel

Property viewing scheduler with places, routes and calendar

User wants to schedule property viewings — find properties, plan the route between them, and book time slots. Chain places, routes, calendar, and scheduleAssist.

4 tools
Personal

Savings goal tracker with calculation and memory

User wants to track progress toward a savings goal (e.g. save 10000 for vacation). Use calculation for progress and memory to persist the goal.

2 tools
Personal

Bill reminder with calendar and email

User wants to set up bill payment reminders — create calendar events and send email notifications. Memory stores bill details.

3 tools
Personal

Subscription tracker with memory and calculation

User wants to track their subscriptions — monthly costs, renewal dates. Use memory to store subscriptions and calculation for total monthly cost.

3 tools
Personal

Retirement calculator with calculation and stocks

User wants to project retirement savings — current savings, expected returns, years to retirement. Use calculation for projections and stock for market data.

2 tools
Personal

Tax document organizer with document and file

User wants to organize tax documents — categorize receipts, forms, deductions. Use document for scanning, memory for categorization, and fileGen for the organized output.

3 tools
Personal

Expense splitter with calculation and email

User wants to split expenses among a group (e.g. trip, dinner). Use calculation for per-person amounts and emailSend to send each person their share.

3 tools
Content

Invoice generator with codedDocument and email

User wants to generate an invoice for freelance/contract work. Use calculation for line items and totals, codedDocument for the PDF invoice, and emailSend to send it.

3 tools
Personal

Receipt organizer with document and memory

User wants to organize receipts — scan, categorize, and track for tax purposes. Use document for extraction, memory for categories, and fileGen for the organized output.

3 tools
Personal

Currency converter with crypto and calculation

User wants to convert between currencies — fiat or crypto. Use crypto for crypto rates and calculation for fiat conversions. Search for live exchange rates.

3 tools
Travel

Hotel review comparison with search and places

User wants to compare hotels based on reviews, price, and location. Chain hotels for availability, search for reviews, and places for nearby attractions.

3 tools
Travel

Travel document checklist with memory and file

User wants a checklist of travel documents — passport, visa, insurance, tickets. Use memory to store the checklist and fileGen to export it. Translate for foreign destinations.

3 tools
Travel

Visa requirements check with search and translate

User wants to check visa requirements for a destination country. Use search for official requirements and translate for foreign-language embassy pages.

2 tools
Travel

Travel insurance comparison with search and price comparison

User wants to compare travel insurance plans. Use search for options and priceCompare for cost analysis.

2 tools
Travel

Local transport guide with routes and places

User wants a guide to local transport at a destination — metro, bus, taxi, bike share. Chain routes for directions, places for stations, and search for schedules.

3 tools
Travel

Travel journal with images and memory

User wants to create a travel journal — search for images of visited places, store memories, and write a journal in documentCanvas.

3 tools
Travel

Group trip planner with travel, calendar and email

User wants to plan a group trip — coordinate dates, hotels, and activities. Chain travel for overview, hotels for stays, calendar for date coordination, and emailSend to share the plan.

4 tools
Travel

Road trip with stops, weather and hotels

User wants to plan a road trip — route with stops, weather along the way, and hotels for overnight stays. Chain routes, places for stops, weather, and hotels.

4 tools
Personal

Restaurant recommendation with places and price comparison

User wants restaurant recommendations — find nearby restaurants, check reviews, and compare prices. Chain places, search, and priceCompare.

3 tools
Personal

Meal prep planner with recipe and file export

User wants a meal prep plan for the week — recipes, grocery list, and schedule. Chain recipe for meals, calculation for portions, and fileGen for the prep plan.

3 tools
Personal

Dietary restriction recipe search with learn

User has dietary restrictions (vegan, gluten-free, keto, halal) and wants suitable recipes. Use recipe for options, search for specialized recipes, and learn for nutritional info.

3 tools
Personal

Wine pairing with recipe and search

User wants wine pairing suggestions for a meal. Use recipe for the dish, search for wine pairing recommendations, and learn for wine education.

3 tools
Personal

Cocktail recipe with image generation

User wants cocktail recipes — ingredients, instructions, and a visual. Chain recipe for the cocktail, search for variations, and imageGen for the finished drink image.

3 tools
Personal

Gift recommendation with search and memory

User wants gift recommendations for someone — use memory for preferences, search for ideas, and priceCompare for budget options.

3 tools
Personal

Price drop alert with search and email

User wants to monitor a product for price drops and get email alerts. Use search for current prices, memory to store the target price, and emailSend for alerts.

3 tools
Personal

Shopping list generator with memory and places

User wants to generate a shopping list — groceries, household items. Use memory for recurring items, calculation for budget, and places for nearby stores.

3 tools
Personal

Wishlist manager with images and memory

User wants to manage a wishlist — save items, search for them, and get images. Use memory to store items, search for products, and imageSearch for visuals.

3 tools
Personal

Product spec comparison with file export

User wants to compare product specifications (e.g. phones, laptops). Use search for specs, priceCompare for pricing, and fileGen for a comparison table.

3 tools
Content

Blog post with research and image

User wants to write a blog post — research the topic, generate content, and create a featured image. Chain search, documentCanvas, and imageGen.

3 tools
Content

Newsletter with research and email

User wants to create and send a newsletter — research content, write the newsletter, and email it to subscribers. Chain search, documentCanvas, and emailSend.

3 tools
Content

Video script with research

User wants to write a video script — research the topic, write the script with cues. Chain search for research and documentCanvas for the script.

2 tools
Content

Podcast show notes from research

User wants to generate show notes for a podcast episode — research topics mentioned, summarize key points, and export as a file.

3 tools
Content

Press release with email

User wants to write and distribute a press release — research context, write the release, and email it to media contacts. Chain search, documentCanvas, and emailSend.

3 tools
Content

SEO content optimizer with search and learning

User wants to optimize content for SEO — keyword research, content suggestions, meta tags. Use search for keyword data, documentCanvas for content editing, and learn for SEO best practices.

3 tools
Content

Content repurposing across formats

User wants to repurpose content — turn a blog post into slides, a video script, or a social media post. Chain document for source content, translate/slides/imageGen for output formats.

3 tools
Content

Social media calendar with images

User wants to plan a social media content calendar — schedule posts, generate images, and organize by date. Chain calendar for scheduling, documentCanvas for content plan, and imageGen for visuals.

3 tools
CRM

Meeting notes from document with email

User wants to summarize meeting notes from a document or transcript. Use document for extraction, memory to store action items, and emailSend to distribute.

3 tools
CRM

Action items from document to calendar

User wants to extract action items from a document or meeting notes and add them to their calendar. Chain document for extraction, memory for storage, and calendar for task creation.

3 tools
Content

Sales pitch with slides

User wants to create a sales pitch — research the prospect, build a slide deck via codedDocument.

2 tools
CRM

Customer feedback analysis with document and search

User wants to analyze customer feedback — surveys, reviews, support tickets. Use document for extraction, search for benchmarking, and memory to store insights.

3 tools
CRM

SWOT analysis with slides

User wants a SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) for a business or project. Chain search for market data then codedDocument for the deck.

2 tools
CRM

Meeting agenda from calendar and memory

User wants to generate a meeting agenda — check calendar for upcoming meetings, pull relevant memory items, and create a structured agenda in documentCanvas.

3 tools
CRM

Follow-up email sequence with memory

User wants to create a follow-up email sequence — multiple emails over time. Use memory for contact history, documentCanvas for email templates, and emailSend for sending.

3 tools
CRM

Cold email template with research

User wants to write a cold outreach email — research the prospect, craft a personalized email. Chain search for prospect info, documentCanvas for the email, and emailSend to send.

3 tools
Code

Code documentation generator

User wants to generate documentation for code — README, API docs, inline comments. Use code for analysis, document for structure, and fileGen for the doc file.

3 tools
Code

Test case generator with learning

User wants to generate test cases for code — unit tests, integration tests. Use code for the implementation, learn for testing patterns, and fileGen for the test file.

3 tools
Code

Code refactor planner with search

User wants to plan a code refactoring — identify issues, search for patterns, and create a refactoring plan. Chain code for analysis, search for best practices, and document for the plan.

3 tools
Code

Database schema designer with code and file

User wants to design a database schema — tables, relationships, indexes. Use code for generation, document for structure, and fileGen for the SQL file.

3 tools
Code

Portfolio website from branding and images

User wants a personal portfolio website — showcase projects with images and branding. Chain imageSearch for project screenshots, branding for visual identity, and code for the website.

3 tools
Code

Resume website from document

User wants a resume/CV website — import their existing resume, search for design inspiration, and code the website. Chain document for extraction, imageSearch for visuals, and code for the site.

3 tools
Code

Interactive calculator app with code

User wants an interactive calculator app (e.g. tip calculator, BMI, loan calculator). Use calculation for the math logic and code to build the interactive UI.

2 tools
Code

Quiz app from learning content

User wants an interactive quiz app based on learning content. Use learn for quiz questions, code to build the app, and fileGen to export.

3 tools
CRM

Email template generator with memory

User wants to create reusable email templates — welcome, follow-up, thank you, etc. Use documentCanvas for the template, memory to store it, and emailSend for testing.

3 tools
CRM

Multi-language email with translate

User wants to send the same email in multiple languages. Use documentCanvas for the original, translate for each language version, and emailSend to send.

3 tools
CRM

Email digest scheduler with search and calendar

User wants to schedule recurring email digests — collect news/content, compile into a digest, and send on a schedule. Chain search for content, calendar for scheduling, and emailSend.

3 tools
CRM

Invitation email with calendar and places

User wants to send event invitations — create a calendar event, find a venue with places, and send invitation emails. Chain places, calendar, and emailSend.

3 tools
Research

Literature review with citations and file export

User wants a literature review on a research topic — search for papers, summarize findings, and export with citations. Chain search, document, and fileGen.

3 tools
Research

Fact checking with search and learning

User wants to fact-check a claim — search for sources, verify with learn, and store the result in memory. Chain search, learn, and memory.

3 tools
Research

Trend analysis with news and stocks

User wants to analyze trends in a market or topic — search for news, check stock performance, and identify patterns. Chain search, news, and stock in parallel.

3 tools
Research

Survey creator with file export

User wants to create a survey — design questions, structure the form, and export. Use search for survey best practices, calculation for response analysis, and fileGen for the survey form.

3 tools
Research

Citation finder for research

User wants to find proper citations for a research paper or article. Use search for sources, document for reference formatting, and learn for citation styles.

3 tools
Personal

Movie recommendation with search and video

User wants movie recommendations — search for movies by genre/mood, check reviews, and find trailers. Chain search, video for trailers, and learn for film analysis.

3 tools
Personal

TV show tracker with calendar and memory

User wants to track TV shows — when new episodes air, what to watch next. Use search for show info, calendar for air dates, and memory for watch history.

3 tools
Personal

Book recommendation with memory

User wants book recommendations based on their reading history. Use memory for preferences, search for book suggestions, and learn for author info.

3 tools
Personal

Game recommendation with search and video

User wants video game recommendations — search for games by genre, watch gameplay videos, and learn about game mechanics.

3 tools
Personal

Podcast discovery with search and music

User wants to discover new podcasts on a topic. Use search for recommendations, video for previews, and music for related audio content.

3 tools
Personal

Event ticket finder with events and price comparison

User wants to find and compare event tickets — concerts, sports, theater. Chain events for listings, search for ticket vendors, and priceCompare for best prices.

3 tools
Personal

Hobby finder with events and learning

User wants to find a new hobby — discover activities nearby, learn about them, and find events. Chain search for ideas, events for local activities, and learn for getting started.

3 tools
Personal

Air quality check with weather and search

User wants to check air quality — AQI, pollen, pollution levels. Chain weather for conditions, search for AQI data, and places for monitoring stations.

3 tools
Personal

UV index alert with weather and email

User wants UV index information and alerts for sun protection. Use weather for conditions, search for UV data, and emailSend for alerts.

3 tools
Personal

Gardening planner with weather and memory

User wants a gardening plan — what to plant, when, based on weather and season. Use weather for conditions, search for planting guides, memory for garden state, and calendar for scheduling.

4 tools
Personal

Storm alert with weather, email and calendar

User wants storm/severe weather alerts — check weather, send email notifications, and create calendar reminders. Chain weather, emailSend, and calendar.

3 tools
Content

Privacy policy generator with search and file

User wants to generate a privacy policy for their app or website. Use search for legal requirements, document for structure, and fileGen for the policy document.

3 tools
Content

Terms of service generator with search and file

User wants to generate terms of service / terms and conditions for their app or website. Use search for legal templates, document for structure, and fileGen for the document.

3 tools
Content

NDA generator with file and email

User wants to generate a Non-Disclosure Agreement (NDA). Use search for legal templates, document for structure, fileGen for the NDA file, and emailSend to send it.

4 tools
CRM

Job description writer with search

User wants to write a job description — research similar roles, write the description, and prepare for posting. Chain search for market research and documentCanvas for the job description.

3 tools
CRM

Interview question generator with search and learning

User wants to generate interview questions for a role — technical, behavioral, and culture-fit. Use search for common questions, learn for role-specific topics, and document for the question list.

3 tools
CRM

Onboarding checklist with memory and calendar

User wants to create an onboarding checklist for a new employee or team member. Use memory for company processes, document for the checklist, and calendar for scheduled activities.

3 tools
CRM

Team availability with calendar and email

User wants to check team availability for a meeting — query calendars, find common slots, and send availability emails. Chain calendar, scheduleAssist, and emailSend.

3 tools
CRM

Salary benchmark with file export

User wants to benchmark salaries for a role — research market rates, compare by location/experience, and export a report. Chain search, calculation, and fileGen.

3 tools
Other

Daily standup with calendar, gmail and memory

User wants a daily standup summary — what happened yesterday, what is planned today, and any blockers. Chain calendar for events, gmail for updates, and memory for notes.

4 tools
Other

Weekly report with email

User wants an automated weekly report — collect progress, search for context, and email the report. Chain search, document, emailSend, and calendar.

4 tools
Other

Monthly review with memory and document

User wants a monthly review — accomplishments, metrics, goals progress. Chain memory for stored data, calendar for events, and documentCanvas for the review document.

3 tools
Other

Annual recap with slides

User wants an annual recap — year highlights, accomplishments, memories. Chain memory for stored data, search for context, documentCanvas for the narrative, and slides for the presentation.

4 tools
Other

Browser agent form filling with email

User wants the browser agent to fill out a form on a website — registration, application, contact form. Chain browserAgent for the form, and emailSend for confirmation.

2 tools
Other

Browser agent price monitoring with search and email

User wants the browser agent to monitor prices on a specific website and alert on drops. Chain browserAgent for scraping, search for comparison, and emailSend for alerts.

3 tools
Other

Browser agent job application with document and email

User wants the browser agent to apply for jobs on their behalf — fill applications on job sites. Chain document for resume data, browserAgent for the application, and emailSend for confirmation.

3 tools
Other

Browser agent booking with calendar and email

User wants the browser agent to book something online — hotel, restaurant, appointment. Chain browserAgent for the booking, calendar for scheduling, and emailSend for confirmation.

3 tools
Content

Standalone document generation (no research needed)

User asks to create a document (devis, facture, CV, lettre, contrat, bon de commande, certificat, attestation, formulaire, etc.) using information already in the conversation. No web search needed — use codedDocument directly.

1 tool
Content

Research then generate document (PDF/DOCX/HTML)

User asks for a document that requires web research first (report, ebook, guide, manuel, cahier des charges, business plan, dossier de presse, etc.). Search gathers facts, then codedDocument generates the document citing the research.

2 tools
Content

Research then generate slides presentation

User asks for a slide deck / presentation that requires web research first. Search gathers facts, then codedDocument generates HTML 16:9 slides citing the research.

2 tools
Content

Standalone slides generation (no research needed)

User asks for a slide deck / presentation using information already in the conversation or about a topic the assistant already knows. No web search needed.

1 tool
Content

Research then generate ebook / book

User asks for an ebook, book, or long-form publication that requires web research. Search gathers facts and structure, then codedDocument generates the full document.

2 tools

Research then generate spreadsheet (XLSX/CSV)

User asks for a spreadsheet or CSV export that requires web research. Search gathers data, then codedDocument generates the XLSX/CSV file.

2 tools

Standalone spreadsheet generation (no research needed)

User asks for a spreadsheet, budget, tracker, or data table using information already in the conversation. No web search needed.

1 tool

Research then generate technical report

User asks for a technical report, specification, or engineering document requiring web research. Search gathers technical data, then codedDocument generates the structured report.

2 tools

Research then generate marketing document

User asks for a marketing plan, business proposal, brochure, press kit, or brand document requiring web research. Search gathers market data, then codedDocument generates the document.

2 tools

Research then generate legal document

User asks for a legal document (contract, agreement, statutes, regulations) that may need web research for legal references or templates. Search gathers legal context, then codedDocument generates the document.

2 tools

Standalone legal document (no research needed)

User asks for a simple legal document (quittance, attestation, certificat, contrat simple) using information already provided. No web search needed.

1 tool

Research then generate academic document

User asks for an academic document (mémoire, thesis, dissertation, research paper, literature review) requiring deep web research. Search gathers academic sources, then codedDocument generates the structured document with citations.

2 tools

Research then generate HTML document

User asks for an HTML document, web page content, or interactive document requiring web research. Search gathers content, then codedDocument generates the HTML file.

2 tools

Standalone HTML document (no research needed)

User asks for an HTML document, newsletter, or web content using information already in the conversation. No web search needed.

1 tool

Research then generate financial report

User asks for a financial report, balance sheet, or financial analysis requiring web research. Search gathers financial data, then codedDocument generates the structured report.

2 tools

Research then generate guide / manual

User asks for a guide, manual, tutorial, or how-to document requiring web research. Search gathers best practices, then codedDocument generates the structured guide.

2 tools
Content

Standalone invoice or quote (no research needed)

User asks to create an invoice (facture), quote (devis), or commercial document using details already in the conversation. No web search needed — codedDocument generates the document directly.

1 tool

Standalone CV or cover letter (no research needed)

User asks to create a CV, resume, cover letter, or job application document using personal information already in the conversation. No web search needed.

1 tool

Research then generate business plan

User asks for a business plan, business model canvas, or strategic plan requiring web research. Search gathers market data and competitors, then codedDocument generates the structured business plan.

2 tools

Research then generate course / educational document

User asks for a course document, lesson plan, educational material, or training support requiring web research. Search gathers educational content, then codedDocument generates the structured course material.

2 tools
Content

Standalone event document (no research needed)

User asks to create an event document (invitation, programme, flyer, menu, schedule) using details already in the conversation. No web search needed.

1 tool

Revise the previous coded document in place

User refines an EXISTING document already generated in this chat (add section, fix paragraph, change formatting, expand content). Emit artifactRevision — do NOT run codedDocument from scratch.

1 tool

Research then generate case study

User asks for a case study / étude de cas / client success story as a document.

2 tools

Standalone SOP / procedure document

User asks for an SOP, procédure, mode opératoire, or operating procedure document.

1 tool

Meeting minutes / procès-verbal

User asks to create meeting minutes, compte-rendu de réunion, or procès-verbal.

1 tool

Payslip / bulletin de paie

User asks to create a payslip, bulletin de paie, or salary slip document.

1 tool

Purchase order / bon de commande

User asks for a purchase order, bon de commande, or delivery note document.

1 tool

Research then press kit / dossier de presse

User asks for a press kit, dossier de presse, or media kit document.

2 tools

Catalogue / brochure / product sheet

User asks for a catalogue, brochure, fiche produit, or product sheet PDF.

1 tool

Certificate / attestation

User asks for a certificate, attestation, certificat de travail, or diploma-style document.

1 tool

Research then technical manual

User asks for a technical manual, manuel technique, user guide, or documentation technique.

2 tools

Checklist document (PDF)

User asks for a printable checklist document (compliance, travel, onboarding, audit checklist) as PDF via codedDocument.

1 tool