mantle
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkills
技能
skills/SKILL.mdskills/SKILL.mdDirectory Convention
目录规范
- : trigger conditions, workflow, guardrails, and output format
skills/<skill-name>/SKILL.md - : runtime-facing metadata
skills/<skill-name>/agents/openai.yaml - : playbooks, policies, templates, and supporting notes
skills/<skill-name>/references/ - : machine-readable local data used by the skill
skills/<skill-name>/assets/
- :触发条件、工作流、防护规则和输出格式
skills/<skill-name>/SKILL.md - :面向运行时的元数据
skills/<skill-name>/agents/openai.yaml - :操作手册、策略、模板和辅助说明
skills/<skill-name>/references/ - :技能使用的机器可读本地数据
skills/<skill-name>/assets/
Skill Catalog
技能目录
Onboarding and Reference
入门与参考
| Skill | Role |
|---|---|
| Clarifies Mantle fundamentals such as MNT gas, chain IDs, official endpoints, and inclusion vs settlement |
| 技能 | 职责 |
|---|---|
| 阐明Mantle的基础知识,例如MNT gas、链ID、官方端点以及交易包含与结算的区别 |
Registry and Safety Gates
注册表与安全防护
| Skill | Role |
|---|---|
| Resolves verified Mantle addresses and blocks unsafe address guessing |
| Returns |
| Inspects balances, allowances, and spender exposure with read-only data |
| 技能 | 职责 |
|---|---|
| 解析已验证的Mantle地址,阻止不安全的地址猜测行为 |
| 针对状态变更意图返回 |
| 使用只读数据检查余额、授权额度和支出方风险暴露情况 |
Analytics and Diagnostics
数据分析与诊断
| Skill | Role |
|---|---|
| Retrieves historical wallet activity and time-windowed Mantle analytics |
| Triages RPC failures, quote reverts, and ambiguous read-path behavior |
| Prepares external simulation handoffs and WYSIWYS summaries |
| 技能 | 职责 |
|---|---|
| 检索历史钱包活动和特定时间窗口内的Mantle数据分析结果 |
| 排查RPC失败、报价回退和模糊读取路径的行为问题 |
| 准备外部模拟交接和所见即所得(WYSIWYS)摘要 |
DeFi Planning
DeFi规划
| Skill | Role |
|---|---|
| Orchestrates venue discovery, comparison, and execution-ready DeFi planning |
| 技能 | 职责 |
|---|---|
| 协调DeFi场所发现、对比和可执行的DeFi规划工作 |
Smart Contract Lifecycle
智能合约生命周期
| Skill | Role |
|---|---|
| Frames Mantle-specific contract design and deployment-readiness decisions |
| Prepares deployment, verification, and external signer handoff steps |
| 技能 | 职责 |
|---|---|
| 制定针对Mantle的特定合约设计和部署就绪决策 |
| 准备部署、验证和外部签名者交接步骤 |
How to Pick a Skill
如何选择技能
- Start with the narrowest skill that matches the task.
- Use when Mantle-specific assumptions need to be checked before execution work.
mantle-network-primer - Use only when the request genuinely spans discovery, address verification, risk evidence, and execution planning.
mantle-defi-operator - Split contract work between and
mantle-smart-contract-developerrather than treating deployment as part of design.mantle-smart-contract-deployer
- 从与任务最匹配的最细分技能开始。
- 当执行工作前需要确认Mantle相关假设时,使用。
mantle-network-primer - 仅当请求真正涵盖发现、地址验证、风险评估和执行规划时,才使用。
mantle-defi-operator - 将合约工作拆分为和
mantle-smart-contract-developer,不要将部署视为设计的一部分。mantle-smart-contract-deployer