Use this skill to build and sanity-check unsigned DeFi transaction payloads (to/data/value/chain) for swaps, lending, staking, and bridging.
Prepare transaction plans and calldata for user review. This skill is strictly for unsigned payload generation and validation.
scripts/validate_tx_bundle.py.{
"intent": "string",
"network": {
"chain_id": 0,
"name": "string"
},
"transactions": [
{
"description": "string",
"to": "0x...",
"function_signature": "string",
"calldata": "0x...",
"value_wei": "0",
"recommended_gas_limit": 0,
"preconditions": ["string"],
"postconditions": ["string"]
}
],
"simulation_recommendation": "string",
"critical_warnings": ["string"]
}
references/pre-sign-checklist.md: Mandatory pre-sign review checks.references/common-patterns.md: Common DeFi call patterns and pitfalls.scripts/validate_tx_bundle.py: Local validator for transaction-plan JSON.assets/tx-plan-template.json: Starter template for consistent output.npx skills add auralshin/defi-transaction-builder下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer