Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

trading-on-aborean海上贸易

Agent Skill

trading-on-aborean 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

485

周安装

20

GitHub Stars

1

下载量

158
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:trading-on-aborean(海上贸易)
来源仓库:https://github.com/abstract-foundation/agw-cli
仓库路径:skills/trading-on-aborean
安装命令:
npx skills add https://github.com/abstract-foundation/agw-cli --skill trading-on-aborean
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/abstract-foundation/agw-cli --skill trading-on-aborean

简介

用于查找、检索和筛选相关信息。trading-on-aborean 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词快速定位候选结果。
  • 可在 Codex、Claude、Cursor、Gemini CLI 中使用。
  • 通过 GitHub 仓库安装,支持关键词搜索功能。
  • 建议确认来源可靠性和权限范围后再使用。

SKILL.md

Aborean Protocol

Use this skill to keep Aborean-specific discovery and flow selection outside the reusable AGW core skills.

Operating Rules

  • Start with agw app list or agw app show --json '{"appId":"183"}'. Treat the live AGW app metadata as the canonical contract index.
  • Use the official docs to classify the workflow before selecting a contract or function:

- https://aborean.finance/docs - https://aborean.finance/liquidity - https://aborean.finance/locks - https://aborean.finance/voting - https://aborean.finance/vaults - https://aborean.finance/tokenomics - https://aborean.finance/emissions

  • Use agw wallet balances or agw wallet tokens list before proposing any flow that depends on holdings.
  • If the user names an exact pair, resolve the canonical token addresses first and query the v2 factory with getPool(tokenA, tokenB, false) and getPool(tokenA, tokenB, true) before using any search surface.
  • Use DexScreener only to discover candidate pools when the task involves trading, LPing, zaps, or pair selection and the exact pair or pool family is still unknown.
  • Do not conclude that a pool does not exist from DexScreener search alone. Treat DexScreener as fuzzy discovery, not as the source of truth for exact-pair existence.
  • Use Abscan verified source to discover real entrypoints and struct shapes before building a contract.write payload.
  • Prefer the live app.show result over remembered contract lists.
  • Use agw app show --json '{"appId":"183","offline":true}' only when you intentionally want the small shipped catalog view for comparison or fallback.
  • Preview every allowance, lock, vote, claim, transfer, deposit, withdrawal, or contract write before execution.
  • Route generic session, wallet, and transaction safety questions back to authenticating-with-agw, reading-agw-wallet, and executing-agw-transactions.
  • Read references/discovery-and-entrypoints.md when the task needs pool discovery, function signatures, or concrete LP and zap entrypoints.

Contract Index

Use agw app show --json '{"appId":"183"}' as the source of truth for contracts.

  • Expect meta.contractsSource: "portal" when live enrichment succeeds.
  • The merged top-level app.contracts payload is the normalized list you should use for AGW-oriented reasoning.
  • The nested live.app.contracts payload preserves the raw Portal labels.
  • Use labels such as Router, Voting Escrow, Voter, Minter, Rewards distributor, and gauge entries only as discovery hints.
  • Confirm the exact entrypoint in Abscan verified source before building a contract.write payload.

Verified Product Model

Use the official docs and frontend to reason about the protocol:

  • Aborean positions itself as the liquidity layer for Abstract, centered on trading, LP capital, and governor incentives.
  • ABX is the governance and utility token.
  • veABX is the vote-escrowed governance position created by locking ABX and is represented as an ERC-721 lock NFT.
  • veABX holders direct emissions to pools, earn fees and bribes, and participate in governance.
  • Emissions are epoch-based and routed by veABX votes.
  • Trading-fee rewards can accrue continuously, while epoch-based incentives and voting rewards become claimable on epoch transition, documented as Thursday 00:00 UTC.
  • Vaults automate veABX participation rather than replacing it.

Primary User Flows

  • Trading and routing:

- Use swap and pool context for token exchanges and price discovery. - The live frontend exposes routes such as /swap, /liquidity, and /positions/*.

  • Liquidity provision:

- Users add capital to stable, volatile, or concentrated pools, then may stake LP positions for emissions. - Concentrated-liquidity position management is a first-class surface in the live app.

  • Locks and governance:

- Users lock ABX into veABX, extend duration, and manage voting power. - The docs describe lock durations up to 4 years. - The live frontend exposes /locks and /lock/deposit.

  • Voting and claims:

- veABX holders vote emissions toward gauges and later claim fees, bribes, and related rewards. - The live frontend exposes /vote.

  • Vault participation:

- veABX Maxi Vault: deposit ABX or veABX, max-lock it, collect fees, emissions, and bribes, then convert non-ABX rewards into ABX and re-lock. - ABX Rewards Vault: deposit veABX, auto-vote the highest-yield gauges, harvest rewards and fees, convert them into ABX, and distribute ABX weekly. - The live frontend exposes /earn/vault.

Discovery Workflow

  1. Load app metadata with agw app show --json '{"appId":"183"}'.
  2. Classify the task:

- swap or LP on a known pair - single-sided zap - v3 or concentrated position management - veABX lock, vote, claim, or vault action

  1. Choose the discovery path:

- exact pair named: resolve token addresses, query getPool(..., false) and getPool(..., true), then inspect the returned pool - token-only or ambiguous LP request: use DexScreener to enumerate candidate pools, then narrow by quote asset and v2 versus v3 - v3 or concentrated request: identify the manager or NFT path before reasoning about execution

  1. Use Abscan verified source to identify the actual router, pool, or manager entrypoint and the exact argument shape.
  2. Reconfirm the chosen pool onchain with cast call or equivalent reads before drafting the write.
  3. Preview the write with agw contract write --json '{...}' --dry-run.
  4. Execute only after explicit user confirmation with --execute.

Do not infer that "LP token X" implies one unique pool. Aborean can expose multiple live pools for the same asset pair family.

Execution Rules

  • Prefer Abscan-verified v2 router entrypoints for standard two-sided LP and zap flows when they match the user's request.
  • Treat v3 or concentrated-liquidity flows as a separate path. Do not assume the v2 router covers CL position creation or management.
  • If the user only has one side of a pair, check whether the router exposes a zap path before inventing a manual swap-plus-add flow.
  • If multiple Aborean pools exist for the same asset, stop and confirm the exact pool family with the user unless the request already implies one.
  • If DexScreener does not surface an exact pair, say that the search did not surface a candidate and move to onchain confirmation. Do not state that the pool is absent until factory reads return zero addresses for the relevant pool family.
  • Confirm deadlines, min amounts, and approvals from live reads or router quote helpers. Do not hardcode slippage or split ratios without a reason.

Key Entry Points

Use these as search anchors, not as permission to skip verification:

  • v2 two-sided LP: quoteAddLiquidity, addLiquidity, addLiquidityETH
  • v2 single-sided LP: generateZapInParams, zapIn
  • v2 pool confirmation: getPool, token0, token1, stable, getReserves
  • v3 or concentrated liquidity: find the manager or NFT path first; a CL pool alone is not enough to construct the user-facing LP write
  • locks, votes, claims, and vault actions: inspect the verified contract selected from app.contracts and confirm the exact write method before proceeding

See references/discovery-and-entrypoints.md for the concrete signatures, selectors, and example discovery commands.

Task Map

  1. Load app metadata with agw app show --json '{"appId":"183"}'.
  2. Inspect app.contracts and, when label fidelity matters, compare against live.app.contracts.
  3. Confirm wallet context with agw wallet balances --json '{"fields":["accountAddress","nativeBalance"]}' or agw wallet tokens list --json '{"pageSize":25,"fields":["items.symbol","items.tokenAddress","items.value","nextCursor"]}'.
  4. Classify the request into one of the primary flows above using the official docs and, for market tasks, the discovery workflow in references/discovery-and-entrypoints.md.
  5. Inspect live Aborean streams with agw portal streams list --json '{"appId":"183","pageSize":10,"fields":["items.id","items.title","nextCursor"]}' only when the task depends on Portal content.
  6. Choose the target contract from the live AGW app metadata, then confirm the exact ABI plus function name in Abscan verified source.
  7. Preview the write with agw contract write --json '{...}' --dry-run.
  8. Execute only after explicit user confirmation with --execute.
  9. Re-read balances, token inventory, LP state, or relevant claim state after execution when the user needs verification.

Escalation

  • Stop and gather more evidence when the docs describe a flow but the exact ABI or function name is still unclear.
  • Prefer a correct preview plan over a guessed execution payload.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.85%
按下载量换算61

Claude

27.47%
按下载量换算43

Cursor

20.4%
按下载量换算32

Gemini CLI

9.01%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills