AI Agent Hub
Back to skills
MigraQ Tencent Cloud Migration Service Expert icon

MigraQ Tencent Cloud Migration Service Expert

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_f49f6b21/migraq into my AI assistant following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When migration consulting and migration execution are handled in the same interface, a local skill can easily cross boundaries: guessing prices or specs, or triggering cloud-resource writes before authorization is ready. MigraQ separates the workflow: pre-sales analysis is routed to a remote Tencent Cloud migration expert agent, while resource-changing operations enter the authenticated path only when needed.

How It Works

  • Local layer handles meta-intents only: help, cancellation, --clear-session, and post-processing the previous remote answer such as shortening, translation, or format changes.
  • Default to unauthenticated forwarding: resource scans, sizing recommendations, TCO analysis, migration plan consultation, and other non-execution questions use the unauthenticated migrateq_sse_api.py channel.
  • Authentication is limited to write operations: migration execution, cluster creation or destruction, CVM/COS resource changes, and similar actions require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY.
  • Forward the original wording: the question payload preserves the user's exact wording, without rewriting or translating, and may append context only after the original text.
  • Reuse session state: the same conversation continues with the returned session_id, shared by unauthenticated and authenticated calls.
  • Fail with actionable guidance: AuthError is not retried, while NetworkError, HTTPError, and StreamError can be retried, and the user is guided to check check_env.py or provide source cloud, scale, and requirements.

Boundaries

It is not a local migration knowledge base and does not promise concrete prices, specs, or compatibility numbers. Use unauthenticated routing for consulting, analysis, and planning; use AK/SK authentication only when creating, modifying, deleting, or executing migration tasks on Tencent Cloud resources.

Use Cases

  • During pre-sales cloud migration, import the current resource inventory into MigraQ to generate sizing comparisons and TCO analysis.
  • When planning migration from a self-hosted IDC to Tencent Cloud, use MigraQ to draft the migration plan, topology, and risk points.
  • Before executing migration tasks, configure AK/SK and use MigraQ to create a migration cluster and start migration for selected resources.
  • During migration execution, when scaling a CVM or stopping a task is needed, use MigraQ’s authenticated path to invoke the remote expert agent.

Best For

  • Cloud solution architects handling pre-sales migration: need resource inventory, sizing, TCO analysis, and migration plan consultation.
  • Engineering leads executing Tencent Cloud migrations: need to start migration tasks, manage migration clusters, and troubleshoot execution failures.
  • Operations engineers moving workloads to Tencent Cloud: need resource scans, migration topology, and CVM spec changes during execution.
  • Finance or pre-sales support evaluating migration cost: need billing/resource list import, TCO estimates, and cost variance explanations.