mantle

Installation
SKILL.md

Skills

skills/ contains one directory per Mantle-focused agent skill. Each skill combines a primary workflow in SKILL.md with local references or assets so the runtime can ground answers in repository data instead of relying only on model memory.

Directory Convention

  • skills/<skill-name>/SKILL.md: trigger conditions, workflow, guardrails, and output format
  • skills/<skill-name>/agents/openai.yaml: runtime-facing metadata
  • skills/<skill-name>/references/: playbooks, policies, templates, and supporting notes
  • skills/<skill-name>/assets/: machine-readable local data used by the skill

Skill Catalog

Onboarding and Reference

Skill Role
mantle-network-primer Clarifies Mantle fundamentals such as MNT gas, chain IDs, official endpoints, and inclusion vs settlement

Registry and Safety Gates

Skill Role
mantle-address-registry-navigator Resolves verified Mantle addresses and blocks unsafe address guessing
mantle-risk-evaluator Returns pass, warn, or block verdicts for state-changing intents
mantle-portfolio-analyst Inspects balances, allowances, and spender exposure with read-only data

Analytics and Diagnostics

Skill Role
mantle-data-indexer Retrieves historical wallet activity and time-windowed Mantle analytics
mantle-readonly-debugger Triages RPC failures, quote reverts, and ambiguous read-path behavior
mantle-tx-simulator Prepares external simulation handoffs and WYSIWYS summaries

DeFi Planning

Skill Role
mantle-defi-operator Orchestrates venue discovery, comparison, and execution-ready DeFi planning

Smart Contract Lifecycle

Skill Role
mantle-smart-contract-developer Frames Mantle-specific contract design and deployment-readiness decisions
mantle-smart-contract-deployer Prepares deployment, verification, and external signer handoff steps

How to Pick a Skill

  • Start with the narrowest skill that matches the task.
  • Use mantle-network-primer when Mantle-specific assumptions need to be checked before execution work.
  • Use mantle-defi-operator only when the request genuinely spans discovery, address verification, risk evidence, and execution planning.
  • Split contract work between mantle-smart-contract-developer and mantle-smart-contract-deployer rather than treating deployment as part of design.
Weekly Installs
11
GitHub Stars
9
First Seen
4 days ago