Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
zilliztech
GitHub creator profile

zilliztech

Repository-level view of 65 collected skills across 10 GitHub repositories, including approximate occupation coverage.

skills collected
65
repositories
10
occupation fields
2
updated
2026-06-01
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
milvus-marketplace
25 skills22updated 2026-02-04
38% of creator
clustering
Scientifiques des données

Use when user needs to group similar items together. Triggers on: clustering, group similar, topic modeling, user segmentation, categorization, automatic classification, unsupervised grouping.

2026-02-04
duplicate-detection
Scientifiques des données

Use when user needs to find duplicate or similar content. Triggers on: duplicate, deduplication, plagiarism detection, similar content, near-duplicate, similarity detection, content dedup, find copies.

2026-02-04
chat-memory
Développeurs de logiciels

Use when user needs long-term memory for chatbots. Triggers on: chat memory, conversation history, long-term memory, chatbot memory, memory retrieval, persistent memory, remember conversations.

2026-02-04
image-search
Scientifiques des données

Use when user wants to build image search or similar image finding. Triggers on: image search, similar image, visual search, image retrieval, CLIP, reverse image search, image matching, find similar photos.

2026-02-04
multimodal-rag
Développeurs de logiciels

Use when user needs RAG on documents with images and text. Triggers on: multimodal RAG, image-text mixed, document with images, PDF with charts, visual RAG, visual Q&A, documents with figures.

2026-02-04
text-to-image-search
Développeurs de logiciels

Use when user needs to search images using natural language descriptions. Triggers on: text to image, describe and find, natural language image search, image caption search, find image by description, describe to find.

2026-02-04
video-search
Développeurs de logiciels

Use when user needs to search video content by text or image. Triggers on: video search, video retrieval, video clips, meeting recordings, tutorial videos, surveillance playback, find moment in video.

2026-02-04
agentic-rag
Développeurs de logiciels

Use when user needs an autonomous RAG agent that decides when and what to retrieve dynamically. Triggers on: agentic RAG, agent, autonomous retrieval, tool use, function calling, research agent, conversational RAG, dynamic retrieval, self-directed search, RAG with tools, intelligent assistant, adaptive retrieval.

2026-02-04
Showing top 8 of 25 collected skills in this repository.
#002
zilliz-plugin
21 skills32updated 2026-05-21
32% of creator
diagnose
Administrateurs de réseaux et de systèmes informatiques

Use when the user reports that a Zilliz Cloud cluster or Milvus collection is unhealthy, slow, stuck, returning errors, hitting quotas, or otherwise misbehaving — or when they ask "what's wrong with...", "why is ... slow", "diagnose ...", "troubleshoot ...".

2026-05-21
ask-zilliz
Architectes de bases de données

Zilliz Cloud onboarding and usage assistant. Helps users understand Zilliz Cloud, choose the right plan, estimate costs, write code, debug issues, and adopt new features like Functions, Volumes, and Global Clusters. Use this skill whenever the user asks about Zilliz Cloud — including plan selection, pricing, cost estimation, capacity planning, cluster configuration, SDK usage, schema design, search patterns, migration, troubleshooting, MCP server setup, Terraform, auto-scaling, metrics/alerts, backup/restore, or any "how do I do X with Zilliz Cloud" question. Also trigger when the user mentions keywords like: "Zilliz", "zilliz cloud", "vector database", "which plan", "serverless vs dedicated", "CU", "vCU", "Milvus cloud", "pymilvus", "collection", "embedding function", "hybrid search", "rerank", "BM25", "global cluster", "BYOC", "tiered storage", "volume", "data import", "MCP server", "partition key", or error messages from Zilliz Cloud.

2026-05-15
backup
Administrateurs de réseaux et de systèmes informatiques

Use when the user wants to create, list, describe, delete, export, or restore backups, or manage backup policies on Zilliz Cloud.

2026-05-15
billing
Comptables et auditeurs

Use when the user wants to check usage, view invoices, or manage payment methods on Zilliz Cloud.

2026-05-15
cluster
Administrateurs de réseaux et de systèmes informatiques

Use when the user wants to create, list, describe, delete, suspend, resume, or modify Zilliz Cloud clusters.

2026-05-15
collection
Architectes de bases de données

Use when the user wants to create, list, describe, drop, rename, load, release, or manage collections and collection aliases in Milvus.

2026-05-15
database
Architectes de bases de données

Use when the user wants to create, list, describe, or drop databases in Milvus.

2026-05-15
external-collection
Architectes de bases de données

Use when the user wants to trigger, describe, or list refresh jobs for an external collection (a collection backed by an external data source such as Vector Lake). Note this is the data-plane refresh workflow, not collection CRUD -- for create/drop/load see the collection skill.

2026-05-15
Showing top 8 of 21 collected skills in this repository.
#003
memsearch
8 skills1.9k175updated 2026-05-29
12% of creator
memory-config
Développeurs de logiciels

Diagnose and configure MemSearch memory behavior for the Claude Code plugin. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions.

2026-05-29
memory-config
Développeurs de logiciels

Diagnose and configure MemSearch memory behavior for the Codex plugin. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions.

2026-05-29
memory-config
Développeurs de logiciels

Diagnose and configure MemSearch memory behavior for the OpenClaw plugin. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions.

2026-05-29
memory-recall
Développeurs de logiciels

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Memory available` hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

2026-05-29
memory-config
Développeurs de logiciels

Diagnose and configure MemSearch memory behavior for the OpenCode plugin. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions.

2026-05-29
memory-recall
Développeurs de logiciels

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Memory available` hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

2026-05-18
memory-recall
Développeurs de logiciels

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Memory available` hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

2026-04-30
memory-recall
Développeurs de logiciels

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Memory available` hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

2026-04-30
#004
knowhere
5 skills353150updated 2026-05-19
7.7% of creator
#006
terraform-provider-zillizcloud
1 skills176updated 2026-05-14
1.5% of creator
#007
zilliz-skill
1 skills41updated 2026-05-21
1.5% of creator
#008
mfs
1 skills11updated 2026-06-01
1.5% of creator
#010
gemini-cli-extension
1 skills01updated 2026-04-15
1.5% of creator
10 sur 10 depots affiches
Tous les depots sont affiches