CtrlK
BlogDocsLog inGet started
Tessl Logo

fastgpt-docker-deploy

FastGPT Docker Compose self-hosting deployment workflow. Use when a user asks an AI agent to deploy FastGPT with Docker by referencing /deploy/SKILL.md, including creating an empty fastgpt directory, running the install script in non-interactive mode, starting Docker Compose, monitoring service health, troubleshooting compose issues, and returning the access URL plus root credentials and next steps.

73

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

88%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable deployment runbook with executable commands, explicit validation checkpoints, and error-recovery guidance. It is concise and domain-specific, with only minor room for tightening and better file-level organization.

Suggestions

Tighten the explanatory notes around short-proxy/S3 defaults in step 3 to bare assertions, since they add length without changing the action.

Consider extracting the optional env-var override table and the troubleshooting matrix into a separate reference file to improve progressive disclosure and keep SKILL.md as a lean overview.

Add an explicit 'success criteria' checklist at the end of the deployment flow so the validation gate is unambiguous before reporting back to the user.

DimensionReasoningScore

Conciseness

Mostly lean and filled with FastGPT-specific details Claude would not already know (env vars, port numbers, service names), with only minor explanatory sentences ('当前版本的默认 short-proxy 下载模式不需要配置外部 S3 地址') that could be trimmed.

4 / 5

Actionability

Provides fully executable, copy-paste-ready commands throughout (mkdir, curl install.sh, FASTGPT_NON_INTERACTIVE=true bash install.sh, docker compose up -d, docker compose ps, curl -I http://localhost:3000) plus concrete env-var overrides covering common cases.

5 / 5

Workflow Clarity

A clearly sequenced six-step deployment flow with explicit validation checkpoints (non-empty directory guard, service health monitoring via docker compose ps/logs, curl -I access verification) and a troubleshooting section providing error-recovery feedback loops; the destructive-operation cap does not apply because validation is present.

5 / 5

Progressive Disclosure

Well-organized into clear sections (目标, 工作边界, 部署流程, 常见问题处理, 最终回复) with no nested references and no bundle files, but at over 50 lines it does not qualify for the simple-skill auto-5 and has minor organization gaps.

4 / 5

Total

18

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that clearly states both the deployment workflow it performs and the explicit trigger for when to use it. The only minor weakness is a slightly unconventional trigger phrasing tied to an internal path.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('creating an empty fastgpt directory, running the install script in non-interactive mode, starting Docker Compose, monitoring service health, troubleshooting compose issues, and returning the access URL plus root credentials and next steps'), giving comprehensive coverage of the deployment workflow.

5 / 5

Completeness

Explicitly answers both what (the full deployment workflow with enumerated actions) and when ('Use when a user asks an AI agent to deploy FastGPT with Docker by referencing /deploy/SKILL.md'), matching the top anchor.

5 / 5

Trigger Term Quality

Contains natural phrases users would say ('deploy FastGPT with Docker', 'Docker Compose self-hosting deployment') with good coverage, but the unusual 'referencing /deploy/SKILL.md' trigger and lack of further synonyms keep it just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (FastGPT Docker Compose self-hosting) with a distinct trigger and a /deploy/SKILL.md reference, making conflict with other skills minimal.

5 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
labring/FastGPT
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.