Skills Plugins MCP Prompt Model 博客 我的中心
内容创作 #data #design

mastergo

Retrieve and analyze MasterGo design DSL data. Use when users provide MasterGo links (https://mastergo.com/file/xxx or /goto/xxx) to fetch design structure, component documentation, and DSL metadata.

DeepseekModel 官方收录技能 质量 良好 · 64 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=jeasonstudio-mastergo-skills-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name mastergo description Retrieve and analyze MasterGo design DSL data. Use when users provide MasterGo links (https://mastergo.com/file/xxx or /goto/xxx) to fetch design structure, component documentation, and DSL metadata. MasterGo Skill Retrieve and analyze design data from MasterGo files using self-contained Python scripts. Prerequisites Environment variable required: export MASTERGO_TOKEN= "mg_your_token_here" Get token: MasterGo Settings > Security > Personal Access Token Requirements : Team Edition account, files in Team Projects (not Drafts). CRITICAL: Secure Token Handling NEVER do this: echo $MASTERGO_TOKEN - exposes secret in output echo "Token: $MASTERGO_TOKEN" - exposes secret printenv MASTERGO_TOKEN - exposes secret Any command that prints the token value Secure verification method: test -n " $MASTERGO_TOKEN " && echo "Token is set" || echo "Token is NOT set" This only prints whether the token exists, never its value. Script Location Scripts are in scripts/ relative to this SKILL.md file. Use absolute path when executing: {this_skill_directory}/scripts/mastergo_*.py Workflow Step 1: Analyze DSL Structure Always analyze first to understand the page structure: python scripts/mastergo_analyze.py "https://mastergo.com/goto/xxx" Output shows: Node tree (type, name, size) Text contents Component doc links Navigation targets Step 2: Get Full DSL (if needed) For detailed DSL data: python scripts/mastergo_get_dsl.py "https://mastergo.com/goto/xxx" Output: JSON with { dsl, componentDocumentLinks, rules } Step 3: Fetch Component Docs If componentDocumentLinks is non-empty, fetch relevant docs: python scripts/mastergo_get_dsl.py URL | python scripts/mastergo_fetch_docs.py --from-dsl Or fetch individually: python scripts/mastergo_fetch_docs.py "https://example.com/button.mdx" Scripts Reference Script Purpose Output mastergo_analyze.py Structure summary Human-readable tree to stdout mastergo_get_dsl.py Full DSL data JSON to stdout mastergo_fetch_docs.py Component docs Doc content to stdout mastergo_utils.py Utility functions Import as module DSL Key Concepts token fields : Design tokens for colors, shadows, fonts (convert to CSS variables when generating code) componentInfo : Component metadata including documentation links interactive fields : User interactions including page navigation targets rules array : Guidelines returned with DSL response CRITICAL: Do NOT Pollute User Projects FORBIDDEN actions: Creating .temp_dsl.json or any DSL cache file in user project Creating analyze_dsl.py or any analysis script in user project Creating any temporary files in user project directory Writing any skill-related files outside of skill directory ALLOWED: Running scripts and capturing stdout output Using output directly in memory Reading user's existing project files for context All script output goes to stdout only . Use the output directly; do not save intermediate files to user's project. References references/dsl-types.md - Complete DSL type definitions references/dsl-structure.md - Key fields and patterns references/multi-page-workflow.md - Multi-page workflow
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。