{
  "schemaVersion": "1.0",
  "item": {
    "slug": "elytro-cli",
    "name": "Elytro Smart Account CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/CodeExplorer29/elytro-cli",
    "canonicalUrl": "https://clawhub.ai/CodeExplorer29/elytro-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/elytro-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elytro-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "elytro-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T20:53:38.590Z",
      "expiresAt": "2026-05-09T20:53:38.590Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elytro-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elytro-cli",
        "contentDisposition": "attachment; filename=\"elytro-cli-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "elytro-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/elytro-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/elytro-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/elytro-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elytro-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elytro-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Elytro Skills Pack",
        "body": "Welcome! The elytro CLI prints this URL in elytro --help so agents always land on the canonical instructions before touching a wallet. Read this document once, then jump into the sub-skills listed below.\n\nRaw link surfaced in elytro --help: https://raw.githubusercontent.com/Elytro-eth/skills/main/SKILL.md\n\nNeed to swap tokens? Install defi/uniswap/SKILL.md.\nNeed to execute another protocol flow? Install that protocol’s folder (e.g., defi/pendle/SKILL.md) alongside defi/elytro/SKILL.md."
      },
      {
        "title": "Start Here",
        "body": "Install the Elytro CLI – npm install -g @elytro/cli (Node ≥ 24). Most workflows reference CLI commands, so have it ready.\nLoad the elytro wallet skill – located at elytro/SKILL.md. That skill covers account management, inline-button UX rules, and Elytro-specific safety guidance.\nPick the right DeFi stack – browse defi/SKILL.md. It links to protocol skills (Uniswap today, more coming) and the execution bridge (defi/elytro/SKILL.md).\nCombine as needed – for a token swap you typically load three skills simultaneously:\n\nelytro (wallet UX, menus, account safety)\ndefi (routing dispatcher + checklist)\ndefi/uniswap (Uniswap AI planner prompts)\nOnce the planner produces calldata/UserOps, hand them to defi/elytro."
      },
      {
        "title": "Skill Map",
        "body": "PathDescriptionUse Caseselytro/Elytro wallet main skill. Inline button rules, menus, tx approvals.Anything involving Elytro smart accounts (balances, send, deploy, security).defi/Directory skill that triages DeFi intents and links to protocol sub-skills.When a user simply says “do DeFi” or hasn’t picked a protocol yet.defi/elytro/Execution bridge from planner calldata/UserOps into Elytro smart accounts.Running Uniswap AI instructions, relaying calldata, simulating & sending tx/UserOps.defi/uniswap/Uniswap AI planning prompts and guardrails.Swaps, LP adds/removes, Uniswap analytics before execution.payroll/Payroll runbook for Elytro smart accounts.Recurring ETH/USDC payouts with manual approval every pay period.\n\nAdd more folders under defi/ (defi/<protocol>/SKILL.md) to extend the pack; the directory skill will automatically link to them once documented."
      },
      {
        "title": "Installation Cheat Sheet",
        "body": "# Install the whole pack (skills CLI)\nnpx skills add Elytro-eth/skills\n\n# Focus on the Elytro wallet skill\nnpx skills add Elytro-eth/skills --skill elytro\n\n# Uniswap planner only\nnpx skills add Elytro-eth/skills --skill defi/uniswap\n\nClawhub users can add the repo once, then enable whichever folders are needed per workspace. No repackaging required; Clawhub preserves the <folder>/SKILL.md layout."
      }
    ],
    "body": "Elytro Skills Pack\n\nWelcome! The elytro CLI prints this URL in elytro --help so agents always land on the canonical instructions before touching a wallet. Read this document once, then jump into the sub-skills listed below.\n\nRaw link surfaced in elytro --help: https://raw.githubusercontent.com/Elytro-eth/skills/main/SKILL.md\n\nNeed to swap tokens? Install defi/uniswap/SKILL.md.\nNeed to execute another protocol flow? Install that protocol’s folder (e.g., defi/pendle/SKILL.md) alongside defi/elytro/SKILL.md.\n\nStart Here\nInstall the Elytro CLI – npm install -g @elytro/cli (Node ≥ 24). Most workflows reference CLI commands, so have it ready.\nLoad the elytro wallet skill – located at elytro/SKILL.md. That skill covers account management, inline-button UX rules, and Elytro-specific safety guidance.\nPick the right DeFi stack – browse defi/SKILL.md. It links to protocol skills (Uniswap today, more coming) and the execution bridge (defi/elytro/SKILL.md).\nCombine as needed – for a token swap you typically load three skills simultaneously:\nelytro (wallet UX, menus, account safety)\ndefi (routing dispatcher + checklist)\ndefi/uniswap (Uniswap AI planner prompts)\nOnce the planner produces calldata/UserOps, hand them to defi/elytro.\nSkill Map\nPath\tDescription\tUse Cases\nelytro/\tElytro wallet main skill. Inline button rules, menus, tx approvals.\tAnything involving Elytro smart accounts (balances, send, deploy, security).\ndefi/\tDirectory skill that triages DeFi intents and links to protocol sub-skills.\tWhen a user simply says “do DeFi” or hasn’t picked a protocol yet.\ndefi/elytro/\tExecution bridge from planner calldata/UserOps into Elytro smart accounts.\tRunning Uniswap AI instructions, relaying calldata, simulating & sending tx/UserOps.\ndefi/uniswap/\tUniswap AI planning prompts and guardrails.\tSwaps, LP adds/removes, Uniswap analytics before execution.\npayroll/\tPayroll runbook for Elytro smart accounts.\tRecurring ETH/USDC payouts with manual approval every pay period.\n\nAdd more folders under defi/ (defi/<protocol>/SKILL.md) to extend the pack; the directory skill will automatically link to them once documented.\n\nInstallation Cheat Sheet\n# Install the whole pack (skills CLI)\nnpx skills add Elytro-eth/skills\n\n# Focus on the Elytro wallet skill\nnpx skills add Elytro-eth/skills --skill elytro\n\n# Uniswap planner only\nnpx skills add Elytro-eth/skills --skill defi/uniswap\n\n\nClawhub users can add the repo once, then enable whichever folders are needed per workspace. No repackaging required; Clawhub preserves the <folder>/SKILL.md layout."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CodeExplorer29/elytro-cli",
    "publisherUrl": "https://clawhub.ai/CodeExplorer29/elytro-cli",
    "owner": "CodeExplorer29",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/elytro-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/elytro-cli",
    "agentUrl": "https://openagent3.xyz/skills/elytro-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elytro-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elytro-cli/agent.md"
  }
}