Skip to main content

Supported Agent Capabilities

The v0.0.5.beta package includes 50 built-in Skills. They are not 50 isolated chatbots. They are reusable task methods that xAgent can discover and load dynamically. One task may combine several Skills and then use Tools, MCP, or Connectors for file processing, computation, and external actions.

Use Operations → Skills as the source for a specific deployment. Administrators can disable bundled Skills and add personal or shared Skills.

Current measureValueScope
Bundled Skills50Built-in Skill directories in v0.0.5.beta
Manual capability groups6A navigation aid, not a system permission model
Attachments per Web session messageUp to 4Combined size cannot exceed 40 MB
Per-file limitImages 8 MB; text 2 MB; Office/PDF 20 MB; spreadsheets 15 MBCurrent Web session upload limits

Agent management page in the English xAgent interface

About the example

This image comes from the current English Agent management page and environment-specific data is redacted. The page will differ when a deployment adds or disables agents.

What Tasks Are Supported

The table covers all 50 currently bundled Skills. Users do not need to memorize Skill IDs. State the goal, source material, constraints, and delivery format; xAgent can discover and load suitable capabilities for the task.

Capability areaWhat it can help withBuilt-in Skills
Research, analysis, and decision supportDeep research, multi-source synthesis, market and policy analysis, business-model and pricing analysis, investment and financial-statement research, data visualization, and football analysisdeep-research, research-synthesis, market-research, policy-analysis, business-model-analysis, pricing-strategy, investment-research, financial-statement-analysis, data-visual-report-builder, football-match-analysis
Document understanding and content productionRead and compare material; create articles, official documents, knowledge-base content, meeting material, weekly reports, internal communications, SEO and social content, self-contained HTML reports, and HTML slide decksdocument-understanding, writing-and-editing, blog-writing-workflow, official-document-drafting, knowledge-base-article, meeting-brief, meeting-recap, weekly-report, internal-comms, seo-content-strategy, social-media-content, html-report-builder, html-slide-builder, visual-design-selector
Product, project, and process workProduct discovery, requirements, solution briefs, project plans, process improvement, AI workflow design, training material, and personal productivity planningproduct-discovery, product-requirements, solution-brief, project-management, operations-process-improvement, ai-workflow-automation, learning-and-training, personal-productivity
Marketing, sales, and customer operationsCampaign planning, sales outreach, CRM pipeline review, customer success, customer support, ecommerce operations, and growth experimentsmarketing-campaign, sales-outreach, crm-pipeline-management, customer-success, customer-support, ecommerce-operations, growth-experimentation
Finance, legal, procurement, and people workReceivables follow-up, budgeting, contract and compliance review, procurement and vendor evaluation, RFP responses, recruiting, performance material, and job-search preparationaccounts-receivable-collections, budget-and-forecasting, contract-review, compliance-review, procurement-and-vendor-management, rfp-proposal-response, recruiting-and-hiring, performance-review, resume-and-interview-prep
Technical work and capability extensionRead, explain, debug, modify, and validate code; create, review, and improve xAgent Skillscode-reading-and-change, skill-creator

Example Requests

GoalExample request
Research and reportingResearch this market, separate facts from inferences and open questions, preserve sources, and create an HTML report.
Multi-document comparisonCompare the three uploaded proposals. Extract agreements, conflicts, risks, and source evidence in a comparison table.
Meetings and projectsExtract decisions, owners, due dates, and risks from the meeting notes, then create a project action list.
Spreadsheet analysisAnalyze revenue, cost, and anomalies in this workbook. Provide KPIs, charts, and a reproducible calculation method.
Contract and compliance workIdentify liability, term, auto-renewal, data-processing, and breach risks. Do not present the result as formal legal advice.
Code workRead the repository and tests first, find the actual cause of this error, change only the necessary scope, and verify it.

Supported Documents

The Web session upload control currently accepts these formats:

File categoryUpload formatsHow xAgent handles them
Images.png, .jpg, .jpeg, .webp, .gifCreates a preview and uses the image for recognition or analysis when the model supports vision input
PDF.pdfExtracts readable content by page and builds an index; Workspace supports PDF preview
Word.docxExtracts headings, paragraphs, and tables; the preview shows extracted text, not native Word layout
PowerPoint.pptxExtracts slide titles, body text, tables, and notes; this is not native slide rendering
Spreadsheets.xlsx, .csv, .tsvParses worksheets or delimited rows and columns for filtering, calculation, aggregation, and table preview
Web and structured text.html, .htm, .json, .xml, .yaml, .ymlRemoves scripts and styles from HTML before converting it to Markdown; reads the remaining formats as text
Text and source code.txt, .md, .log, .css, .js, .jsx, .ts, .tsx, .go, .py, .java, .c, .cc, .cpp, .h, .hpp, .rs, .sh, .sqlReads, searches, compares, or modifies the material as text

Workspace Files page in the English xAgent interface

Upload support, content understanding, and preview rendering are different boundaries. xAgent first prepares readable material for Office, PDF, HTML, and spreadsheet files. It can place short content in task context or let the agent read longer content in indexed blocks. Workspace preview separately renders text, Markdown, HTML, images, PDF, or spreadsheets. Passing the original file to a model as a native attachment still depends on the selected model's vision and file capabilities.

Common Output Formats

OutputCurrent path
Markdown, TXT, JSON, CSV, and source filesWritten directly into the Workspace for summaries, checklists, structured data, and code changes
XLSXCreated or modified through spreadsheet Tools; availability depends on the Tools and runtime visible to the account
Self-contained HTML reportshtml-report-builder creates responsive, offline reports designed for printing
HTML slide deckshtml-slide-builder creates browser-based presentations; it is not a PPTX editor or exporter
PDFCurrent Tools can inspect, validate, merge, extract pages from, and optimize PDFs; converting an HTML artifact into a final PDF still depends on an available conversion tool and actual validation

The bundled Skills do not promise native DOCX or PPTX generation or editing. Use a dedicated Office toolchain and inspect the final file when the task must preserve complex layout, macros, comments, tracked changes, animation, or formula recalculation.

Boundaries

  • A Skill provides a method; it does not mean an external system is already connected. Sending messages, writing to a CRM, publishing content, or changing business data requires the corresponding Tool, MCP or Connector, account authorization, and approval policy.
  • A scanned PDF with no extractable text may produce no useful content through the current native parser. OCR is a future enhancement area.
  • Encrypted, damaged, or oversized files may fail processing. A long document may show partial completion while prepared content remains available through indexed reads.
  • Contract, compliance, finance, investment, and people-related Skills support analysis and preparation. They do not replace final judgment by qualified legal, accounting, audit, or other professionals.
  • The bundled set may change by release. Use Operations → Skills for the live deployment state, and use Workspace for task files and outputs.