AI Agent Hub
Back to skills
Tencent CD-GPT Generative Bio Foundation Model icon

Tencent CD-GPT Generative Bio Foundation Model

Professional Updated 2026.08.30

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

Please install @tencent-adm/cdgpt-collection-skill according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem it solves

When engineers run CD-GPT Collection (Nextflow) on the Tencent Health Omics Platform, the friction is usually operational rather than scientific: the collection AppId cannot be submitted directly with omics run, sub-app AppIds must be exact, trial quotas may block execution, duplicate project app names can trigger DUPLICATE_APP_NAME, and locally generated files must be uploaded to COS before the run container can read them. This skill narrows those constraints into a fixed workflow and prevents out-of-scope CLI calls.

How the skill works

It only targets two Nextflow sub-apps in CD-GPT Collection (Nextflow): translation generation and reverse translation generation. The workflow covers:
- CLI and auth checks: verifies omics is available, runs whoami and config show, and guides users through login or Region / ProjectId / EnvironmentId / CosBucketName setup when needed.
- Sub-app matching: selects from the hard-coded list, such as CD-GPT_translation_generation or CD-GPT_reverse_translation_generation, without using the collection AppId.
- Pre-run confirmation: checks duplicate app names, confirms --public-app-name, --nf-version, and --input, and enforces quota checks for C-end users.
- Execution and diagnostics: invokes omics run, handles orphan applications, missing NF versions, parameter merge failures, or auth failures, and reminds users to inspect the outdir when present.

Boundary

The skill is scoped to CD-GPT translation and generation workflows for DNA, RNA, and protein sequence tasks. It is not a general omics task skill and cannot run applications outside this collection. When local files are inputs, users must specify and confirm the COS upload path.

Use Cases

  • Run the CD-GPT forward translation sub-app on the omics platform with auth checks, parameter confirmation, and task submission.
  • Upload an AI-generated protein sequence file to COS before running the reverse translation generation task as an input.
  • Diagnose `omics run` failures caused by duplicate app names, missing NF versions, or authentication errors.
  • Check the `outdir` after a task completes to locate DNA, RNA, or protein sequence result files.

Best For

  • Bioinformatics engineers who need to invoke omics platform CLIs
  • Computational biology researchers reproducing protein sequence generation workflows
  • Platform engineers maintaining Nextflow app parameters and runtime environments
  • Application developers managing AI-generated sequence uploads and task diagnostics