feat: Add GLM Tools, Skills & Agents collection

This commit is contained in:
admin
2026-02-13 12:52:16 +04:00
Unverified
commit 15f60f6c86
83 changed files with 12638 additions and 0 deletions

View File

@@ -0,0 +1,820 @@
# GLM Tools, Skills, and Agents Documentation
This document provides a comprehensive overview of all agents, skills, and tools available in the Super Z system.
---
## Table of Contents
1. [Subagents (Task Tool)](#subagents-task-tool)
2. [Skills System](#skills-system)
3. [Tools Reference](#tools-reference)
---
## Subagents (Task Tool)
The Task tool launches specialized agents (subprocesses) that autonomously handle complex tasks. Each agent type has specific capabilities and tools available to it.
### Agent Types
#### 1. general-purpose
**Description:** General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks. Use this when you need to perform search for a keyword or file and are not confident that you will find the right match in the first few tries.
**Tools Available:** All tools (*)
**Use Cases:**
- Complex research questions
- Multi-step tasks requiring various tools
- Code searching across multiple files
- Open-ended exploration tasks
---
#### 2. statusline-setup
**Description:** Use this agent to configure the user's Claude Code status line setting.
**Tools Available:** Read, Edit
**Use Cases:**
- Status line configuration
- Settings management
---
#### 3. Explore
**Description:** Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (e.g., "src/components/**/*.tsx"), search code for keywords (e.g., "API endpoints"), or answer questions about the codebase (e.g., "how do API endpoints work?").
**Tools Available:** All tools
**Thoroughness Levels:**
- **quick**: Basic searches
- **medium**: Moderate exploration
- **very thorough**: Comprehensive analysis across multiple locations and naming conventions
**Use Cases:**
- Finding files by patterns
- Searching code for keywords
- Understanding codebase structure
- Answering questions about code architecture
---
#### 4. Plan
**Description:** Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs.
**Tools Available:** All tools
**Use Cases:**
- Implementation planning
- Architecture design
- Identifying critical files
- Evaluating trade-offs
---
#### 5. frontend-styling-expert
**Description:** Use this agent when you need help with CSS, styling frameworks, responsive design, UI/UX implementation, animations, layout systems, or any visual/presentational aspects of web development.
**Tools Available:** All tools
**Example Use Cases:**
1. User: "I need to create a responsive navigation menu that collapses on mobile" → Use this agent to help design responsive navigation component
2. User: "The button hover effects aren't smooth enough" → Use this agent to optimize animations
3. User: "Can you help me center this div?" → Use this agent to provide the best centering solution
4. After writing HTML structure: Use this agent to add professional styling to components
**Specialties:**
- CSS frameworks
- Responsive design
- UI/UX implementation
- Animations
- Layout systems
- Visual/presentational aspects
---
#### 6. full-stack-developer
**Description:** Full-stack Next.js 15 development agent that builds production-ready web applications with React, API routes, and Prisma databases.
**Strongly Recommended For:**
- Building complete websites
- Creating data visualization dashboards
- Developing blog/CMS systems
- Implementing responsive web pages
- Integrating AI features (chat/image generation/web search)
- Real-time collaborative applications with WebSocket
**Tools Available:** All tools
**Key Strengths:**
- Frontend-first development approach
- Feature-complete modules combining UI components (shadcn/ui)
- Backend APIs
- Database operations
- Work documentation in /agent-ctx directory
---
## Skills System
Skills provide specialized capabilities and domain knowledge. Before starting any task, the system must follow a workflow to identify and invoke appropriate skills.
### Available Skills
#### 1. ASR (Automatic Speech Recognition)
**Command:** `ASR`
**Description:** Implement speech-to-text (ASR/automatic speech recognition) capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Transcribe audio files
- Convert speech to text
- Build voice input features
- Process audio recordings
**Technical Details:**
- Supports base64 encoded audio files
- Returns accurate text transcriptions
- Uses z-ai-web-dev-sdk
---
#### 2. LLM (Large Language Model)
**Command:** `LLM`
**Description:** Implement large language model (LLM) chat completions using the z-ai-web-dev-sdk.
**Use Cases:**
- Build conversational AI applications
- Create chatbots
- Develop AI assistants
- Text generation features
**Technical Details:**
- Supports multi-turn conversations
- System prompts
- Context management
- Uses z-ai-web-dev-sdk
---
#### 3. TTS (Text-to-Speech)
**Command:** `TTS`
**Description:** Implement text-to-speech (TTS) capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Convert text into natural-sounding speech
- Create audio content
- Build voice-enabled applications
- Generate spoken audio files
**Technical Details:**
- Supports multiple voices
- Adjustable speed
- Various audio formats
- Uses z-ai-web-dev-sdk
---
#### 4. VLM (Vision Language Model)
**Command:** `VLM`
**Description:** Implement vision-based AI chat capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Analyze images
- Describe visual content
- Create applications combining image understanding with conversational AI
**Technical Details:**
- Supports image URLs
- Supports base64 encoded images
- Multimodal interactions
- Uses z-ai-web-dev-sdk
---
#### 5. csv-data-summarizer
**Command:** `csv-data-summarizer`
**Description:** Automatically analyzes CSV files with comprehensive statistical summaries, data quality checks, and intelligent visualizations.
**Features:**
- Detects data types (sales, customer, financial, operational, survey)
- Adapts analysis accordingly
- Generates correlation heatmaps, time-series plots, distribution charts
- Categorical breakdowns
- Missing data analysis
- Automatic date column detection
- Industry-specific insights
**Technical Details:**
- Built with pandas, matplotlib, and seaborn
- NO user prompting required - immediately runs full analysis
- Supports all relevant visualizations based on detected data patterns
**Use Cases:**
- User uploads CSV
- Data analysis requests
- Dataset structure understanding
---
#### 6. deep-research
**Command:** `deep-research`
**Description:** Conduct enterprise-grade research with multi-source synthesis, citation tracking, and verification.
**Use Cases:**
- Comprehensive analysis requiring 10+ sources
- Verified claims
- Comparison of approaches
- Research reports
- Trend analysis
**Triggers:**
- "deep research"
- "comprehensive analysis"
- "research report"
- "compare X vs Y"
- "analyze trends"
**NOT For:**
- Simple lookups
- Debugging
- Questions answerable with 1-2 searches
---
#### 7. docx
**Command:** `docx`
**Description:** Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction.
**Use Cases:**
1. Creating new documents
2. Modifying or editing content
3. Working with tracked changes
4. Adding comments
5. Any other document tasks
**File Types:** .docx files
---
#### 8. finance
**Command:** `finance`
**Description:** Comprehensive Finance API integration skill for real-time and historical financial data analysis, market research, and investment decision-making.
**Priority Use Cases:**
- Stock price queries
- Market data analysis
- Company financial information
- Portfolio tracking
- Market news retrieval
- Stock screening
- Technical analysis
- Any financial market-related requests
**Note:** This skill should be the primary choice for all Finance API interactions and financial data needs.
---
#### 9. frontend-design
**Command:** `frontend-design`
**Description:** Transform UI style requirements into production-ready frontend code with systematic design tokens, accessibility compliance, and creative execution.
**Use Cases:**
- Building websites
- Web applications
- React/Vue components
- Dashboards
- Landing pages
- Any web UI requiring design consistency and aesthetic quality
---
#### 10. get-fortune-analysis
**Command:** `get-fortune-analysis`
**Description:** Fortune analysis skill for specialized use cases.
---
#### 11. gift-evaluator
**Command:** `gift-evaluator`
**Description:** The PRIMARY tool for Spring Festival gift analysis and social interaction generation.
**Use Cases:**
- Users upload photos of gifts (alcohol, tea, supplements, etc.)
- Inquire about gift value
- Authenticity verification
- Social response generation
**Features:**
- Integrates visual perception
- Market valuation
- HTML card generation
---
#### 12. image-edit
**Command:** `image-edit`
**Description:** Implement AI image editing and modification capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Edit existing images
- Create variations
- Modify visual content
- Redesign assets
- Transform images based on text descriptions
**Technical Details:**
- Supports multiple image sizes
- Returns base64 encoded results
- Includes CLI tool for quick image editing
- Uses z-ai-web-dev-sdk
---
#### 13. image-generation
**Command:** `image-generation`
**Description:** Implement AI image generation capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Create images from text descriptions
- Generate visual content
- Create artwork
- Design assets
- Build applications with AI-powered image creation
**Technical Details:**
- Supports multiple image sizes
- Returns base64 encoded images
- Includes CLI tool for quick image generation
- Uses z-ai-web-dev-sdk
**CLI Usage:**
```bash
# Generate image
z-ai-generate --prompt "A beautiful landscape" --output "./image.png"
# Short form
z-ai-generate -p "A cute cat" -o "./cat.png" -s 1024x1024
```
**Supported Sizes:**
- 1024x1024
- 768x1344
- 864x1152
- 1344x768
- 1152x864
- 1440x720
- 720x1440
---
#### 14. image-understand
**Command:** `image-understand`
**Description:** Implement specialized image understanding capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Analyze static images
- Extract visual information
- Perform OCR
- Detect objects
- Classify images
- Understand visual content
**Supported Formats:** PNG, JPEG, GIF, WebP, BMP
---
#### 15. pdf
**Command:** `pdf`
**Description:** Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
**Use Cases:**
- Fill in PDF forms
- Programmatically process PDFs
- Generate PDF documents
- Analyze PDF documents at scale
---
#### 16. podcast-generate
**Command:** `podcast-generate`
**Description:** Generate podcast episodes from user-provided content or by searching the web for specified topics.
**Modes:**
1. **User uploads text file/article:** Creates dual-host dialogue podcast (or single-host upon request)
2. **No content provided:** Searches web for information about user-specified topic and generates podcast
**Features:**
- Duration scales with content size (3-20 minutes, ~240 chars/min)
- Uses z-ai-web-dev-sdk for LLM script generation and TTS audio synthesis
- Outputs podcast script (Markdown) and complete audio file (WAV)
---
#### 17. pptx
**Command:** `pptx`
**Description:** Presentation editing, creation, and analysis.
**Use Cases:**
1. Editing existing presentations
2. Adding slides to existing files
3. Creating new presentations
4. Working with layouts
5. Adding comments or speaker notes
**File Types:** .pptx files
---
#### 18. story-video-generation
**Command:** `story-video-generation`
**Description:** 根据用户输入的一句话,自动拓展为小故事,自动生成分场景图片,并将图片合成为视频。
**Triggers:**
- "生成故事"
- "故事视频"
- "把一句话变成视频"
- "制作故事视频"
---
#### 19. video-generation
**Command:** `video-generation`
**Description:** Implement AI-powered video generation capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Generate videos from text prompts or images
- Create video content programmatically
- Build applications that produce video outputs
**Technical Details:**
- Supports asynchronous task management
- Status polling
- Result retrieval
- Uses z-ai-web-dev-sdk
---
#### 20. video-understand
**Command:** `video-understand`
**Description:** Implement specialized video understanding capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Analyze video content
- Understand motion and temporal sequences
- Extract information from video frames
- Describe video scenes
- Perform video-based AI analysis
**Supported Formats:** MP4, AVI, MOV, and other common video formats
---
#### 21. web-reader
**Command:** `web-reader`
**Description:** Implement web page content extraction capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Scrape web pages
- Extract article content
- Retrieve page metadata
- Build applications that process web content
**Features:**
- Automatic content extraction
- Title retrieval
- HTML retrieval
- Publication time retrieval
---
#### 22. web-search
**Command:** `web-search`
**Description:** Implement web search capabilities using the z-ai-web-dev-sdk.
**Use Cases:**
- Search for real-time information from the web
- Retrieve up-to-date content beyond knowledge cutoff
- Find latest news and data
**Returns:** Structured search results with URLs, snippets, and metadata
---
#### 23. xlsx
**Command:** `xlsx`
**Description:** Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization.
**Use Cases:**
1. Creating new spreadsheets with formulas and formatting
2. Reading or analyzing data
3. Modifying existing spreadsheets while preserving formulas
4. Data analysis and visualization in spreadsheets
5. Recalculating formulas
**Supported Formats:** .xlsx, .xlsm, .csv, .tsv, etc.
---
## Tools Reference
### 1. Task Tool
**Purpose:** Launch a new agent to handle complex, multi-step tasks autonomously.
**Parameters:**
- `subagent_type` (Required): Type of specialized agent
- `prompt` (Required): Task for the agent to perform
- `description` (Optional): Short 3-5 word description
- `model` (Optional): Model to use (sonnet, opus, haiku)
- `resume` (Optional): Agent ID to resume from
---
### 2. Bash Tool
**Purpose:** Execute bash commands in a persistent shell session.
**Parameters:**
- `command` (Required): Command to execute
- `description` (Optional): Description of the command
- `timeout` (Optional): Timeout in milliseconds (max 600000ms)
---
### 3. Glob Tool
**Purpose:** Fast file pattern matching tool.
**Parameters:**
- `pattern` (Required): Glob pattern (e.g., "**/*.js")
- `path` (Optional): Directory to search (defaults to current)
---
### 4. Grep Tool
**Purpose:** Powerful search tool built on ripgrep.
**Parameters:**
- `pattern` (Required): Regular expression pattern
- `path` (Optional): Directory to search
- `output_mode`: content, files_with_matches, count
- `glob`: File pattern filter
- `file_type`: File type filter (js, py, rust, go, java, etc.)
- `-A`, `-B`, `-C`: Context lines
- `-i`: Case insensitive
- `-n`: Show line numbers
- `multiline`: Enable multiline mode
---
### 5. LS Tool
**Purpose:** List files and directories.
**Parameters:**
- `path` (Required): Absolute path to list
- `ignore`: Glob patterns to ignore
---
### 6. Read Tool
**Purpose:** Read files from the filesystem.
**Parameters:**
- `filepath` (Required): Absolute path to the file
- `offset` (Optional): Starting line number
- `limit` (Optional): Number of lines to read
---
### 7. Edit Tool
**Purpose:** Perform exact string replacements in files.
**Parameters:**
- `filepath` (Required): Absolute path
- `old_str` (Required): Text to replace
- `new_str` (Required): Replacement text
- `replace_all`: Replace all occurrences
---
### 8. MultiEdit Tool
**Purpose:** Multiple edits to a single file in one operation.
**Parameters:**
- `filepath` (Required): Absolute path
- `edits` (Required): Array of edit operations
---
### 9. Write Tool
**Purpose:** Write a file to the filesystem.
**Parameters:**
- `filepath` (Required): Absolute path
- `content` (Required): File content
---
### 10. TodoWrite / TodoRead Tools
**Purpose:** Manage task lists for coding sessions.
**Parameters (TodoWrite):**
- `todos` (Required): Array of todo items with id, content, status, priority
---
### 11. Skill Tool
**Purpose:** Execute a skill within the main conversation.
**Parameters:**
- `command` (Required): Skill name (no arguments)
---
### 12. Complete Tool
**Purpose:** Mark completion of code development or PPT creation tasks.
**Parameters:**
- `project_type` (Required): Type of project ("web_dev")
- `summary` (Optional): Summary of completed project
---
## SDK Integration (z-ai-web-dev-sdk)
### Chat Completions Example
```javascript
import ZAI from 'z-ai-web-dev-sdk';
async function main() {
try {
const zai = await ZAI.create()
const completion = await zai.chat.completions.create({
messages: [
{
role: 'system',
content: 'You are a helpful assistant.'
},
{
role: 'user',
content: 'Hello, who are you?'
}
],
// Other parameters like temperature, max_tokens, etc.
});
const messageContent = completion.choices[0]?.message?.content;
console.log('Assistant says:', messageContent);
} catch (error) {
console.error('An error occurred:', error.message);
}
}
```
### Image Generation Example
```javascript
import ZAI from 'z-ai-web-dev-sdk';
async function generateImage() {
try {
const zai = await ZAI.create();
const response = await zai.images.generations.create({
prompt: 'A cute cat playing in the garden',
size: '1024x1024'
});
const imageBase64 = response.data[0].base64;
console.log('Generated image base64:', imageBase64);
} catch (error) {
console.error('Image generation failed:', error.message);
}
}
```
### Web Search Example
```javascript
import ZAI from 'z-ai-web-dev-sdk';
async function testSearch() {
try {
const zai = await ZAI.create()
const searchResult = await zai.functions.invoke("web_search", {
query: "What is the capital of France?",
num: 10
})
console.log('Full API Response:', searchResult)
} catch (error: any) {
console.error('An error occurred:', error.message);
}
}
```
### Search Result Type
```typescript
interface SearchFunctionResultItem {
url: string;
name: string;
snippet: string;
host_name: string;
rank: number;
date: string;
favicon: string;
}
```
---
## Project Environment Notes
- Next.js 15 with App Router
- Port: 3000 (auto dev server)
- `bun run dev` runs automatically - do not run manually
- Use `bun run lint` to check code quality
- z-ai-web-dev-sdk MUST be used in the backend only
- User can only see the / route defined in src/app/page.tsx
---
## File Output Directory
All generated files must be saved to:
```
/home/z/my-project/download/
```
---
*Document generated automatically from Super Z system configuration*

View File

@@ -0,0 +1,285 @@
# MiniMax Agent Expert Catalog
## Complete List of Available Experts
This catalog provides detailed information about all 40 AI experts and agents available on the MiniMax platform. The experts are sorted by popularity (view count) to highlight the most widely used and appreciated tools.
### 1. Landing Page Builder
- **Creator**: MiniMax
- **Views**: 9,719
- **Description**: Professional high-end Landing Page generation tool, creating visually stunning, well-designed web pages.
- **Use Cases**: Ideal for marketers, entrepreneurs, and businesses needing professional landing pages without design expertise.
### 2. Visual Lab
- **Creator**: MiniMax
- **Views**: 3,868
- **Description**: Professional visual content generation tool using AI image generation to create presentations, infographics, charts, dashboards, timelines, flowcharts, mind maps, and all categories of visual content from scratch.
- **Use Cases**: Perfect for creating professional visuals for business presentations, educational materials, and marketing content.
### 3. Tidy Folder
- **Creator**: MiniMax
- **Views**: 3,172
- **Description**: Professional folder organization assistant that helps users safely organize and clean up folders. Automatically creates compressed backups before cleanup, uses move commands instead of delete commands to ensure data safety. Supports Mac and Windows systems, requires desktop app.
- **Use Cases**: Essential for maintaining organized file systems, cleaning up cluttered directories, and managing large amounts of files.
### 4. Video Story Generator
- **Creator**: MiniMax
- **Views**: 2,816
- **Description**: Automatically generates complete video stories from images or text descriptions. Supports flexible input (1-N images/pure text/mixed), selectable duration and style.
- **Use Cases**: Creating video content from existing images, generating promotional videos, producing social media content.
### 5. GIF Sticker Maker
- **Creator**: MiniMax
- **Views**: 1,926
- **Description**: Cute cartoon sticker generator. Converts photos/images into adorable cartoon stickers, generates animated GIF stickers with captions, or creates bobblehead-style stickers. Supports one-click generation of 4 different action stickers with download links. Users can customize captions or use defaults. Captions adapt to user's conversation language.
- **Use Cases**: Creating fun stickers for messaging apps, social media, and promotional materials.
### 6. Icon Maker
- **Creator**: MiniMax
- **Views**: 1,792
- **Description**: AI icon generator that creates professional-grade icons based on descriptions. Suitable for Apps, websites, desktop software, games, brand logos, social avatars, and more. Supports 20+ style options or random recommendations.
- **Use Cases**: Generating icons for mobile apps, websites, software applications, and brand identity materials.
### 7. 对冲基金专家团队 (Hedge Fund Expert Team - Chinese)
- **Creator**: NM S
- **Views**: 1,778
- **Description**: An AI hedge fund team comprising 18 top investment experts. When users need stock investment analysis, investment decision recommendations, or market judgment. The team includes 12 famous investment masters (Buffett, Munger, Damodaran, etc.) and 6 professional analysts (valuation, sentiment, fundamentals, technical, risk, portfolio management), providing comprehensive investment analysis through multi-agent collaboration.
- **Use Cases**: Stock investment analysis, investment decision support, market analysis and judgment.
### 8. Doc Processor
- **Creator**: MiniMax
- **Views**: 1,636
- **Description**: Professional document processing tool supporting PDF and DOCX creation, conversion, content refinement, and operations, covering the full document lifecycle.
- **Use Cases**: Document creation, format conversion, content editing, and document management workflows.
### 9. ai-trading-consortium
- **Creator**: Max
- **Views**: 1,075
- **Description**: AI-powered hedge fund Expert Agent combining multi-expert trading strategies with comprehensive information gathering. Use when analyzing stocks, making trading decisions, evaluating market conditions, or seeking investment insights from perspectives of famous investors like Warren Buffett, Peter Lynch, and Michael Burry.
- **Use Cases**: Stock analysis, trading decisions, market evaluation, investment insights from famous investor perspectives.
### 10. clawd.bot assistant
- **Creator**: Pascual Juan Martínez
- **Views**: 1,032
- **Description**: Expert specialized in the installation, configuration, and use of clawd.bot. Use when needing help installing clawd.bot, configuring messaging channels (WhatsApp, Telegram, Discord), managing the Gateway, resolving authentication issues with AI model providers, or executing CLI commands.
- **Use Cases**: Setting up and configuring clawd.bot, troubleshooting messaging integrations, managing authentication.
### 11. PRD Assistant
- **Creator**: MiniMax
- **Views**: 822
- **Description**: Product requirements analysis and PRD generation assistant. From requirement ideas to complete product solutions, including background research, process modeling, PRD document output, with optional high-fidelity HTML prototype generation.
- **Use Cases**: Product requirement documentation, process modeling, creating product specifications and prototypes.
### 12. Crypto Trading Agent
- **Creator**: trading 1
- **Views**: 775
- **Description**: Professional-grade crypto trading decision agent for BTC/ETH/SOL. Uses multi-layer analysis (Macro Gatekeeper, Anti-Consensus Filter, SFP Liquidity Hunter, Committee Decision, Risk Governor) to identify asymmetric trades. Prioritizes survival over profit, outputs only EXECUTE or NO TRADE decisions. Use when you need disciplined, structure-based crypto trading signals with strict risk management.
- **Use Cases**: Cryptocurrency trading decisions, risk-managed trading signals for Bitcoin, Ethereum, and Solana.
### 13. Topic Tracker
- **Creator**: MiniMax
- **Views**: 572
- **Description**: Based on user-input topics, searches latest sources, discovers recent trending topics, and generates high-quality long-form content. Suitable for tracking hot events, industry trends, celebrity news, and other ongoing topics.
- **Use Cases**: Content research, trending topic discovery, news analysis, industry trend tracking.
### 14. Image Craft
- **Creator**: MiniMax
- **Views**: 515
- **Description**: Curated image generation prompt collection covering four categories - figures, scenes, products, and style transformation - for one-stop generation of high-quality stylized images.
- **Use Cases**: Creating styled images, generating prompts for AI image tools, visual content creation.
### 15. Knowledge Digest
- **Creator**: MiniMax
- **Views**: 478
- **Description**: Converts textbooks or PDFs into personalized, multimodal interactive learning materials, supporting handwritten notes, quiz webpages, slides, audio courses, mind maps, and various other output formats.
- **Use Cases**: Educational content creation, learning material conversion, study aids generation.
### 16. Mini Coder Max
- **Creator**: akunkuilang699
- **Views**: 437
- **Description**: A truly autonomous coding agent that can spawn multiple subagents in parallel to handle complex development tasks.
- **Use Cases**: Software development, code generation, handling complex programming projects.
### 17. Gradient Generator
- **Creator**: 波文
- **Views**: 329
- **Description**: Random gradient generation expert. Supports two generation approaches - SVG (layered radial gradients) and AI-generated.
- **Use Cases**: Creating gradient backgrounds, designing visual elements, generating color schemes.
### 18. Hedge Fund Expert Team (English Version)
- **Creator**: NM S
- **Views**: 326
- **Description**: An AI hedge fund team comprising 18 top investment experts. Use for stock investment analysis, investment decision recommendations, or market judgment. The team includes 12 legendary investment masters (Buffett, Munger, Damodaran, etc.) and 6 professional analysts (valuation, sentiment, fundamentals, technical, risk, portfolio management), providing comprehensive investment analysis through multi-agent collaboration.
- **Use Cases**: Stock analysis, investment recommendations, market research, portfolio management.
### 19. content-creator
- **Creator**: 大角牛
- **Views**: 292
- **Description**: Content creation expert where users只需输入一个主题就能自动生成详细的长文描述和相关配图并将完成的文章发布到Notion。适用于博客写作、内容营销、知识整理等场景。
- **Use Cases**: Blog writing, content marketing, knowledge organization, automated article generation with images.
### 20. 太虚撰仙阁 (Chinese Xianxia Novel Creation Expert)
- **Creator**: NM S
- **Views**: 291
- **Description**: Chinese Xianxia novel creation expert. When users need to create Xianxia-themed short stories, generate ancient fantasy stories, or want to save Xianxia works to Notion. Expert in building interesting Xianxia stories with beautiful ancient-style prose and poetry.
- **Use Cases**: Chinese fantasy novel writing, Xianxia genre content creation, traditional Chinese literature.
### 21. CEO Assistant
- **Creator**: Mxgsoft
- **Views**: 210
- **Description**: Master AI assistant for CEOs and executives. Use when needing help with planning, executing, and completing tasks and projects end-to-end, including goal clarification, strategic planning, decision-making support, task decomposition, execution guidance, and progress review.
- **Use Cases**: Executive support, strategic planning, project management, decision-making assistance.
### 22. Image Craft Pro
- **Creator**: Hezijian Xiao
- **Views**: 204
- **Description**: Curated image generation prompt collection covering four categories - figures, scenes, products, and style transformation - for one-stop generation of high-quality stylized images.
- **Use Cases**: Professional image generation, stylized content creation, AI art prompts.
### 23. job-hunter-agent
- **Creator**: Leoven Xenon
- **Views**: 201
- **Description**: Comprehensive job hunting and auto-application agent. Handles job search across all platforms globally (LinkedIn, Indeed, Glassdoor, company websites, social media, niche job boards, international platforms), analyzes job relevance to profiles, prepares tailored applications, auto-applies to positions, tracks application status, and maximizes chances of receiving job offers. Handles entire job search lifecycle from resume optimization to interview preparation.
- **Use Cases**: Job searching, resume optimization, automated job applications, career development.
### 24. quant-trading-strategist
- **Creator**: gliadiator
- **Views**: 170
- **Description**: Professional financial trading strategy analysis expert. Use for in-depth analysis of options/futures/securities markets, quantitative trading strategy design and backtesting, risk management and position control, market research report writing, investment decision support, critical thinking analysis of financial materials, and reverse thinking to verify trading hypotheses.
- **Use Cases**: Quantitative analysis, trading strategy development, financial research, risk management.
### 25. AI Novel Writer
- **Creator**: Andros Karova
- **Views**: 161
- **Description**: Professional web novel writing AI specialized in fast-paced, addictive serialized fiction. Writes gripping chapters with sharp prose, escalating tension, vivid emotion, and powerful cliffhangers that force readers to continue. Stories designed for maximum reader retention and binge-reading.
- **Use Cases**: Web novel writing, serialized fiction creation, content marketing through stories.
### 26. 桌面文件管理器 (Desktop File Manager)
- **Creator**: Zillizezz
- **Views**: 153
- **Description**: File organization expert helping users with intelligent file classification and directory organization. Use when needing to organize messy files, classify files by type or content, or create clear directory structures.
- **Use Cases**: File management, directory organization, content classification.
### 27. 前端面试题专家 (Frontend Interview Questions Expert)
- **Creator**: yokiguan
- **Views**: 144
- **Description**: Analyzes candidate's technical background from provided resume, generates targeted frontend technical interview questions and coding challenges. Use when preparing for frontend interviews, generating interview questions, or evaluating candidate abilities.
- **Use Cases**: Interview preparation, candidate evaluation, technical assessment.
### 28. Creative Director For Ads
- **Creator**: trading 1
- **Views**: 142
- **Description**: Performance ad content director. Use when needing to generate deployable ad creative content, traffic ads, inquiry ads, social media ad materials. Expert in strong, direct advertising style, outputting structured advertising content solutions.
- **Use Cases**: Advertising creative development, social media ads, marketing materials creation.
### 29. student-career-planner
- **Creator**: cde ab
- **Views**: 137
- **Description**: Student career planning system. Use when needing career planning, career path exploration, skill gap analysis, or conversations with "future self." Suitable for university students and fresh graduates for career path planning and decision support.
- **Use Cases**: Career guidance, skill assessment, career path planning for students.
### 30. 每日热门文章收集助手 (Daily Trending Articles Collector)
- **Creator**: Zhongqi Li
- **Views**: 136
- **Description**: Intelligent assistant specialized in collecting global trending articles. Use when needing to understand daily hot news, track global trending information, or get summaries of popular articles across various fields. Supports automatic search, filtering, and structured article report generation.
- **Use Cases**: News monitoring, content research, trend analysis, competitive intelligence.
### 31. peak-coder
- **Creator**: Zanabal Muhamed
- **Views**: 132
- **Description**: Autonomous software engineering execution engine delivering production-ready codebases through checklist-driven development. Use when needing to build complete, tested, documented software projects with zero placeholders and enterprise-grade quality. Ideal for full project implementation, code scaffolding, and systematic development workflows.
- **Use Cases**: Software development, project scaffolding, enterprise-grade code generation.
### 32. SaaS niche finder
- **Creator**: Max P
- **Views**: 128
- **Description**: Expert Agent discovering profitable SaaS niches and generating validated business ideas. Use when needing to find untapped market opportunities, analyze competitor gaps, identify customer pain points, or generate real SaaS product ideas backed by market research.
- **Use Cases**: Business opportunity identification, market research, SaaS product ideation.
### 33. Prompt Development Studio
- **Creator**: gg allin
- **Views**: 123
- **Description**: Expert system for designing, analyzing, and optimizing prompts across different AI models. Use when needing to craft model-specific prompts, understand prompt-to-model interactions, design multi-agent prompt architectures, analyze prompt vulnerabilities, or learn about advanced prompting techniques including edge-case behaviors.
- **Use Cases**: Prompt engineering, AI model optimization, prompt architecture design.
### 34. Remotion 视频助手 (Remotion Video Assistant)
- **Creator**: Zillizezz
- **Views**: 113
- **Description**: Professional Remotion video development assistant. Use when needing to create videos using React, produce animations, handle audio/video, add subtitles, build video compositions, and other Remotion-related development tasks. Supports video project setup, animation effects, media processing, transitions, 3D content, and comprehensive video production guidance.
- **Use Cases**: React video development, animation creation, video composition with code.
### 35. 1-image-to-9-cinematic-angles
- **Creator**: Hoàng Phong
- **Views**: 113
- **Description**: Transform a single image into 9 different cinematic camera angle variations. Use when wanting to create multiple dramatic perspectives from one source image - including aerial shots, low angle, Dutch angle, close-up, wide shot, over-the-shoulder, bird's eye view, worm's eye view, and tracking shot perspectives.
- **Use Cases**: Cinematic image creation, visual storytelling, creative photography.
### 36. nano banana pro json prompt generator
- **Creator**: yigitsnc
- **Views**: 108
- **Description**: JSON prompt generator for creating structured prompts.
- **Use Cases**: Prompt creation, structured prompt generation.
### 37. Upwork DNA Optimizer
- **Creator**: TR TR
- **Views**: 100
- **Description**: Market intelligence for freelancers powered by Upwork data. Exports Upwork DNA (jobs/talent/projects) locally via Chrome extension, then converts into niche gap analysis, optimized profile copy, 3 Project Catalog offers, and top job matches with scores.
- **Use Cases**: Freelancer optimization, Upwork profile enhancement, market intelligence.
### 38. cv-optimization-expert
- **Creator**: Rample stiltski
- **Views**: 92
- **Description**: Expert Career Architect and Recruitment Strategist specialized in the 2025 job market. Use when needing help creating, optimizing, or improving CV/resume. Conducts structured interviews to extract quantifiable achievements, ensures ATS compliance, and generates keyword-rich CVs designed to pass both the 6-second recruiter scan and ATS algorithms. Based on data from 50+ research sources.
- **Use Cases**: Resume optimization, ATS compliance, job search preparation.
### 39. hedge-fund-team
- **Creator**: Zillizezz
- **Views**: 92
- **Description**: Professional hedge fund investment team answering various investment questions including stock analysis, market research, portfolio management, risk assessment, technical analysis, and fundamental analysis. Use when needing investment advice, market analysis, stock research, or financial consulting.
- **Use Cases**: Investment research, portfolio management, financial consulting.
### 40. Social Media Marketing Expert
- **Creator**: Mxgsoft
- **Views**: 81
- **Description**: Comprehensive social media advertising expert specializing in TikTok and Meta (Facebook/Instagram) platforms. Use when needing help with ad campaign strategy, creative development (UGC scripts, hooks, copy), media buying, targeting optimization, performance analysis, delivery troubleshooting, or scaling paid social campaigns. Covers full-funnel operations from planning to reporting.
- **Use Cases**: Social media advertising, TikTok marketing, Meta ads, campaign optimization.

View File

@@ -0,0 +1,291 @@
{
"metadata": {
"source": "https://agent.minimax.io/experts",
"extraction_date": "2026-02-12",
"total_experts": 40,
"total_views": 36891,
"description": "Complete list of AI experts and agents available on MiniMax platform"
},
"experts": [
{
"name": "Landing Page Builder",
"creator": "MiniMax",
"views": 9719,
"description": "Professional high-end Landing Page generation tool, creating visually stunning, well-designed web pages.",
"category": "Content Creation"
},
{
"name": "Visual Lab",
"creator": "MiniMax",
"views": 3868,
"description": "Professional visual content generation tool using AI image generation to create presentations, infographics, charts, dashboards, timelines, flowcharts, mind maps, and all categories of visual content from scratch.",
"category": "Content Creation"
},
{
"name": "Tidy Folder",
"creator": "MiniMax",
"views": 3172,
"description": "Professional folder organization assistant that helps users safely organize and clean up folders. Automatically creates compressed backups before cleanup, uses move commands instead of delete commands to ensure data safety. Supports Mac and Windows systems, requires desktop app.",
"category": "File Management"
},
{
"name": "Video Story Generator",
"creator": "MiniMax",
"views": 2816,
"description": "Automatically generates complete video stories from images or text descriptions. Supports flexible input (1-N images/pure text/mixed), selectable duration and style.",
"category": "Content Creation"
},
{
"name": "GIF Sticker Maker",
"creator": "MiniMax",
"views": 1926,
"description": "Cute cartoon sticker generator. Converts photos/images into adorable cartoon stickers, generates animated GIF stickers with captions, or creates bobblehead-style stickers. Supports one-click generation of 4 different action stickers with download links.",
"category": "Content Creation"
},
{
"name": "Icon Maker",
"creator": "MiniMax",
"views": 1792,
"description": "AI icon generator that creates professional-grade icons based on descriptions. Suitable for Apps, websites, desktop software, games, brand logos, social avatars, and more. Supports 20+ style options or random recommendations.",
"category": "Content Creation"
},
{
"name": "对冲基金专家团队",
"creator": "NM S",
"views": 1778,
"description": "An AI hedge fund team comprising 18 top investment experts including 12 famous investment masters (Buffett, Munger, Damodaran, etc.) and 6 professional analysts (valuation, sentiment, fundamentals, technical, risk, portfolio management).",
"category": "Finance"
},
{
"name": "Doc Processor",
"creator": "MiniMax",
"views": 1636,
"description": "Professional document processing tool supporting PDF and DOCX creation, conversion, content refinement, and operations, covering the full document lifecycle.",
"category": "Document Management"
},
{
"name": "ai-trading-consortium",
"creator": "Max",
"views": 1075,
"description": "AI-powered hedge fund Expert Agent combining multi-expert trading strategies with comprehensive information gathering. Analyzes stocks from perspectives of famous investors like Warren Buffett, Peter Lynch, and Michael Burry.",
"category": "Finance"
},
{
"name": "clawd.bot assistant",
"creator": "Pascual Juan Martínez",
"views": 1032,
"description": "Expert specialized in the installation, configuration, and use of clawd.bot. Helps with installing clawd.bot, configuring messaging channels (WhatsApp, Telegram, Discord), managing the Gateway, resolving authentication issues.",
"category": "Technical Support"
},
{
"name": "PRD Assistant",
"creator": "MiniMax",
"views": 822,
"description": "Product requirements analysis and PRD generation assistant. From requirement ideas to complete product solutions, including background research, process modeling, PRD document output, with optional high-fidelity HTML prototype generation.",
"category": "Business"
},
{
"name": "Crypto Trading Agent",
"creator": "trading 1",
"views": 775,
"description": "Professional-grade crypto trading decision agent for BTC/ETH/SOL. Uses multi-layer analysis (Macro Gatekeeper, Anti-Consensus Filter, SFP Liquidity Hunter, Committee Decision, Risk Governor). Prioritizes survival over profit, outputs only EXECUTE or NO TRADE decisions.",
"category": "Finance"
},
{
"name": "Topic Tracker",
"creator": "MiniMax",
"views": 572,
"description": "Based on user-input topics, searches latest sources, discovers recent trending topics, and generates high-quality long-form content. Suitable for tracking hot events, industry trends, celebrity news.",
"category": "Content Creation"
},
{
"name": "Image Craft",
"creator": "MiniMax",
"views": 515,
"description": "Curated image generation prompt collection covering four categories - figures, scenes, products, and style transformation - for one-stop generation of high-quality stylized images.",
"category": "Content Creation"
},
{
"name": "Knowledge Digest",
"creator": "MiniMax",
"views": 478,
"description": "Converts textbooks or PDFs into personalized, multimodal interactive learning materials, supporting handwritten notes, quiz webpages, slides, audio courses, mind maps, and various other output formats.",
"category": "Education"
},
{
"name": "Mini Coder Max",
"creator": "akunkuilang699",
"views": 437,
"description": "A truly autonomous coding agent that can spawn multiple subagents in parallel to handle complex development tasks.",
"category": "Development"
},
{
"name": "Gradient Generator",
"creator": "波文",
"views": 329,
"description": "Random gradient generation expert. Supports two generation approaches - SVG (layered radial gradients) and AI-generated.",
"category": "Content Creation"
},
{
"name": "Hedge Fund Expert Team",
"creator": "NM S",
"views": 326,
"description": "An AI hedge fund team comprising 18 top investment experts. Includes 12 legendary investment masters (Buffett, Munger, Damodaran, etc.) and 6 professional analysts (valuation, sentiment, fundamentals, technical, risk, portfolio management).",
"category": "Finance"
},
{
"name": "content-creator",
"creator": "大角牛",
"views": 292,
"description": "Content creation expert that automatically generates detailed long-form content with images from topic input and publishes to Notion. Suitable for blog writing, content marketing, knowledge organization.",
"category": "Content Creation"
},
{
"name": "太虚撰仙阁",
"creator": "NM S",
"views": 291,
"description": "Chinese Xianxia novel creation expert. Expert in building interesting Xianxia stories with beautiful ancient-style prose and poetry.",
"category": "Content Creation"
},
{
"name": "CEO Assistant",
"creator": "Mxgsoft",
"views": 210,
"description": "Master AI assistant for CEOs and executives. Helps with planning, executing, and completing tasks and projects end-to-end, including goal clarification, strategic planning, decision-making support, task decomposition, execution guidance.",
"category": "Business"
},
{
"name": "Image Craft Pro",
"creator": "Hezijian Xiao",
"views": 204,
"description": "Curated image generation prompt collection covering four categories - figures, scenes, products, and style transformation - for one-stop generation of high-quality stylized images.",
"category": "Content Creation"
},
{
"name": "job-hunter-agent",
"creator": "Leoven Xenon",
"views": 201,
"description": "Comprehensive job hunting and auto-application agent. Handles job search across all platforms globally (LinkedIn, Indeed, Glassdoor, company websites, social media, niche job boards, international platforms). Handles entire job search lifecycle from resume optimization to interview preparation.",
"category": "Career"
},
{
"name": "quant-trading-strategist",
"creator": "gliadiator",
"views": 170,
"description": "Professional financial trading strategy analysis expert. Provides in-depth analysis of options/futures/securities markets, quantitative trading strategy design and backtesting, risk management and position control, market research report writing.",
"category": "Finance"
},
{
"name": "AI Novel Writer",
"creator": "Andros Karova",
"views": 161,
"description": "Professional web novel writing AI specialized in fast-paced, addictive serialized fiction. Writes gripping chapters with sharp prose, escalating tension, vivid emotion, and powerful cliffhangers.",
"category": "Content Creation"
},
{
"name": "桌面文件管理器",
"creator": "Zillizezz",
"views": 153,
"description": "File organization expert helping users with intelligent file classification and directory organization. Helps organize messy files, classify files by type or content, create clear directory structures.",
"category": "File Management"
},
{
"name": "前端面试题专家",
"creator": "yokiguan",
"views": 144,
"description": "Analyzes candidate's technical background from provided resume, generates targeted frontend technical interview questions and coding challenges.",
"category": "Career"
},
{
"name": "Creative Director For Ads",
"creator": "trading 1",
"views": 142,
"description": "Performance ad content director. Generates deployable ad creative content, traffic ads, inquiry ads, social media ad materials. Expert in strong, direct advertising style, outputting structured advertising content solutions.",
"category": "Marketing"
},
{
"name": "student-career-planner",
"creator": "cde ab",
"views": 137,
"description": "Student career planning system. Provides career planning, career path exploration, skill gap analysis, conversations with future self. Suitable for university students and fresh graduates.",
"category": "Career"
},
{
"name": "每日热门文章收集助手",
"creator": "Zhongqi Li",
"views": 136,
"description": "Intelligent assistant specialized in collecting global trending articles. Provides daily hot news, tracks global trending information, generates summaries of popular articles across various fields.",
"category": "Content Creation"
},
{
"name": "peak-coder",
"creator": "Zanabal Muhamed",
"views": 132,
"description": "Autonomous software engineering execution engine delivering production-ready codebases through checklist-driven development. Builds complete, tested, documented software projects with zero placeholders and enterprise-grade quality.",
"category": "Development"
},
{
"name": "SaaS niche finder",
"creator": "Max P",
"views": 128,
"description": "Expert Agent discovering profitable SaaS niches and generating validated business ideas. Finds untapped market opportunities, analyzes competitor gaps, identifies customer pain points, generates SaaS product ideas backed by market research.",
"category": "Business"
},
{
"name": "Prompt Development Studio",
"creator": "gg allin",
"views": 123,
"description": "Expert system for designing, analyzing, and optimizing prompts across different AI models. Crafts model-specific prompts, designs multi-agent prompt architectures, analyzes prompt vulnerabilities, advanced prompting techniques.",
"category": "Development"
},
{
"name": "Remotion 视频助手",
"creator": "Zillizezz",
"views": 113,
"description": "Professional Remotion video development assistant. Creates videos using React, produces animations, handles audio/video, adds subtitles, builds video compositions. Supports video project setup, animation effects, media processing, transitions, 3D content.",
"category": "Development"
},
{
"name": "1-image-to-9-cinematic-angles",
"creator": "Hoàng Phong",
"views": 113,
"description": "Transform a single image into 9 different cinematic camera angle variations including aerial shots, low angle, Dutch angle, close-up, wide shot, over-the-shoulder, bird's eye view, worm's eye view, and tracking shot perspectives.",
"category": "Content Creation"
},
{
"name": "nano banana pro json prompt generator",
"creator": "yigitsnc",
"views": 108,
"description": "JSON prompt generator for creating structured prompts.",
"category": "Development"
},
{
"name": "Upwork DNA Optimizer",
"creator": "TR TR",
"views": 100,
"description": "Market intelligence for freelancers powered by Upwork data. Converts Upwork data into niche gap analysis, optimized profile copy, 3 Project Catalog offers, top job matches with scores.",
"category": "Career"
},
{
"name": "cv-optimization-expert",
"creator": "Rample stiltski",
"views": 92,
"description": "Expert Career Architect and Recruitment Strategist specialized in the 2025 job market. Creates, optimizes, or improves CV/resume. Ensures ATS compliance, generates keyword-rich CVs designed to pass 6-second recruiter scan and ATS algorithms. Based on data from 50+ research sources.",
"category": "Career"
},
{
"name": "hedge-fund-team",
"creator": "Zillizezz",
"views": 92,
"description": "Professional hedge fund investment team answering various investment questions including stock analysis, market research, portfolio management, risk assessment, technical analysis, and fundamental analysis.",
"category": "Finance"
},
{
"name": "Social Media Marketing Expert",
"creator": "Mxgsoft",
"views": 81,
"description": "Comprehensive social media advertising expert specializing in TikTok and Meta (Facebook/Instagram) platforms. Provides ad campaign strategy, creative development, media buying, targeting optimization, performance analysis, delivery troubleshooting, scaling paid social campaigns.",
"category": "Marketing"
}
]
}