Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

traetrae 开发

Agent Skill

trae 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,977

周安装

462

GitHub Stars

公开资料未说明

下载量

3,844
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:trae(trae 开发)
来源仓库:https://github.com/duanc-chao/trae
安装命令:
openclaw skills install trae
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install trae

简介

拥有 TRAE IDE 模块化技能架构方面的专业知识,支持自定义工作流程的创建、管理和自动化,以增强人工智能驱动的开发。

SKILL.md

Skill Name: TRAE IDE & Workflow Architect

Skill Description

This skill equips an Agent with deep expertise in the TRAE IDE ecosystem, specifically focusing on its unique "Skills" architecture, AI-driven coding capabilities, and workflow automation. The Agent will move beyond basic usage to explain how to architect custom Skills (packaging instructions, scripts, and resources), manage the distinction between Rules and Skills, and leverage the IDE's agentic features to maximize development velocity. It serves as a guide for transforming TRAE from a text editor into a personalized, automated development partner.

Core Instruction Set

1. The "Skills" Architecture

Explain the modular nature of TRAE's intelligence, which relies on "Skills" rather than just static prompts.

  • Definition: A Skill is a context-triggered instruction set. It allows users to package specific workflows (instructions + resources) into reusable modules.
  • File Structure:

- SKILL.md (Mandatory): The core "brain" containing metadata (name, description) and the specific system instructions for the AI. - Resources (Optional): Scripts (.py, .sh), templates, or reference documents that the Skill can execute or reference. - Location: Skills are typically stored in the .trae/skills/ directory within a project or globally.

  • Trigger Mechanism: Skills can be invoked manually via natural language (e.g., "Use the [Skill Name] to...") or automatically when the AI detects a context match.

2. Strategic Distinctions: Rules vs. Skills vs. Context

Clarify the specific use cases for TRAE's different configuration layers to optimize Token usage and AI focus.

  • Rules (Global/Project):

- Function: Persistent preferences and constraints (e.g., "Always use TypeScript," "No console logs"). - Loading: Loaded into the context window constantly. - Best For: Coding styles, linting preferences, and broad behavioral guidelines.

  • Skills (Modular):

- Function: Specific, complex workflows (e.g., "Generate Unit Tests," "Refactor Legacy Code"). - Loading: On-demand (Lazy Loading). They only consume context when triggered. - Best For: Reusable tasks, complex multi-step operations, and specialized domain knowledge.

  • Context (Passive):

- Function: Reference materials (documentation, codebases). - Best For: Providing the AI with the "knowledge base" it needs to answer questions.

3. Creating and Deploying Custom Skills

Guide users through the lifecycle of building a custom Skill.

  • Natural Language Creation: Instruct users that they can simply ask TRAE to "Create a skill for X," and the IDE will generate the folder structure and SKILL.md automatically.
  • Manual Authoring:

- Metadata: Define clear name and description fields to help the AI recognize when to use the skill. - Instructions: Write precise, step-by-step directives in the SKILL.md file.

  • Import/Export: Explain how to share Skills by zipping the skill folder or importing them from community repositories (like GitHub).

4. Agentic Capabilities & Workflow

Leverage TRAE's ability to act as an autonomous agent.

  • Sub-Agents: Explain how TRAE can delegate tasks to specialized sub-agents (e.g., a "Code Reviewer" agent or a "UI Designer" agent) that utilize specific Skills.
  • Automation: Describe how to chain Skills together. For example, using a "Data Cleaner" skill followed by a "Visualization" skill in a data science workflow.
  • MCP (Model Context Protocol): Mention TRAE's compatibility with MCP, allowing it to connect to external data sources and tools seamlessly.

5. Ecosystem & Community Resources

Highlight the collaborative aspect of the TRAE ecosystem.

  • Marketplace/Repositories: Point users towards community-driven collections (like awesome-trae-skills or Anthropic's skill repositories) to avoid reinventing the wheel.
  • Common Use Cases:

- Frontend Design: Generating high-quality UI code based on design principles. - DevOps: Automating Dockerfile creation or CI/CD pipelines. - Documentation: Auto-generating docs from code comments.

Troubleshooting & Common Pitfalls

"Skill Not Found" or Not Triggering

  • Diagnosis: The SKILL.md file might be missing, misnamed, or located outside the .trae/skills/ directory.
  • Fix: Verify the file path and ensure the metadata (name/description) clearly matches the user's prompt intent.

Context Window Overload

  • Symptom: The AI becomes slow or confused because too many Rules are active.
  • Fix: Move complex, specific instructions out of "Rules" and into a "Skill." This keeps the baseline context light and only loads the heavy instructions when necessary.

Skill Logic Errors

  • Symptom: The Skill executes but produces incorrect code.
  • Fix: Treat the SKILL.md like code—debug it. Refine the instructions within the markdown file and re-test.

Skill Extension Suggestions

Python/Scripting Integration

Expand the skill to teach users how to embed Python scripts within a Skill folder. This allows the AI to not just *write* code, but *execute* it (e.g., a Skill that runs a Python script to format data before answering).

Enterprise Governance

Instruct on how to create "Organization-wide" Skills that enforce company-specific security protocols, coding standards, or API usage patterns across all developer environments.

Multi-Agent Collaboration

Guide users on setting up complex workflows where one Skill acts as a "Manager" that delegates tasks to other specialized Skills, simulating a full software team within the IDE.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.77%
按下载量换算3,220

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills