Token导航 LogoToken导航TokenDH.com
运维和基础设施敏感数据github未标认证来源可访问许可证需确认审计提醒

orderly-one有序的一

Agent Skill

orderly-one 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

294

周安装

12

GitHub Stars

9

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:orderly-one(有序的一)
来源仓库:https://github.com/starchild-ai-agent/official-skills
仓库路径:skills/orderly-one
安装命令:
npx skills add https://github.com/starchild-ai-agent/official-skills --skill orderly-one
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/starchild-ai-agent/official-skills --skill orderly-one

简介

orderly-one 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Orderly One — DEX Builder

Build, customize, and manage your own decentralized exchange (DEX) on Orderly Network using the Orderly One DEX-as-a-Service platform. Your DEX inherits Orderly's shared liquidity, central limit orderbook, and cross-chain settlement infrastructure — you focus on branding, community, and growth.

Prerequisites

  • Wallet: Agent must be running on Fly.io with WALLET_SERVICE_URL configured (EIP-191 signing via Privy)
  • No API keys needed: Authentication uses the agent's EVM wallet address + JWT tokens

How It Works

Orderly One lets you launch a white-label DEX with:

  • Shared orderbook liquidity from the entire Orderly Network
  • Multi-chain deployment (Arbitrum, Optimism, Base, Polygon, etc.)
  • Custom branding — name, logo, colors, domain
  • AI-powered theming — generate themes from text prompts
  • Graduation path — move from sandbox to production with your own broker ID

Authentication uses JWT tokens obtained via EIP-191 personal_sign (different from the Ed25519 auth used for Orderly trading).

Tool Reference

ToolAuthPurpose
orderly_one_networksNoneList supported chains for DEX deployment
orderly_one_leaderboardNoneDEX rankings, broker stats by volume/users
orderly_one_statsNonePlatform-wide aggregate statistics
orderly_one_dex_getJWTGet your DEX config or a specific DEX by ID
orderly_one_dex_createJWTCreate a new DEX (name, chains, branding)
orderly_one_dex_updateJWTUpdate DEX configuration
orderly_one_dex_deleteJWTDelete a DEX (destructive)
orderly_one_social_cardJWTUpdate social links and OG metadata
orderly_one_domainJWTSet or remove a custom domain
orderly_one_visibilityJWTToggle leaderboard visibility
orderly_one_deploy_statusJWTCheck deployment status, trigger upgrades
orderly_one_themeJWTAI theme generation and fine-tuning
orderly_one_graduationJWTGraduate DEX to production

Workflows

Build a DEX

  1. Check available networks: orderly_one_networks
  2. Create your DEX: orderly_one_dex_create with broker name and chain IDs
  3. Check deployment: orderly_one_deploy_status (action: "status")
  4. Configure branding: orderly_one_social_card with social links
  5. Generate a theme: orderly_one_theme (action: "generate", prompt: "your style")

Customize Your DEX

  • Theme: Use orderly_one_theme with action "generate" for full themes or "fine_tune" for specific elements
  • Domain: Use orderly_one_domain to set a custom domain (requires DNS CNAME setup)
  • Social: Use orderly_one_social_card to configure Twitter, Discord, Telegram links and OG image
  • Visibility: Use orderly_one_visibility to show/hide on the public leaderboard

Graduate to Production

  1. Check eligibility: orderly_one_graduation (action: "status")
  2. Review fee options: orderly_one_graduation (action: "fees")
  3. Make payment and verify: orderly_one_graduation (action: "verify", tx_hash, chain_id)
  4. Finalize with admin wallet: orderly_one_graduation (action: "finalize", admin_wallet)

Monitor & Upgrade

  • Check deployment status: orderly_one_deploy_status (action: "status")
  • Check for upgrades: orderly_one_deploy_status (action: "upgrade_check")
  • Trigger upgrade: orderly_one_deploy_status (action: "upgrade")
  • View workflow run details: orderly_one_deploy_status (action: "workflow", run_id)

Supported Chains

Use orderly_one_networks for the current list. Commonly supported:

ChainChain ID
Arbitrum42161
Optimism10
Base8453
Polygon137
Mantle5000
Sei1329

Error Handling

  • 401 Unauthorized: JWT expired — automatically refreshed on retry
  • 403 Forbidden: Wallet not authorized for this DEX
  • 404 Not Found: DEX ID doesn't exist
  • 429 Rate Limited: Too many requests — check orderly_one_deploy_status rate limit status

Environment Variables

VariableDefaultDescription
WALLET_SERVICE_URLRequiredPrivy wallet service URL
ORDERLY_ONE_API_URLhttps://api.dex.orderly.networkAPI base URL

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.59%
按下载量换算34

Claude

27.65%
按下载量换算26

Cursor

18.15%
按下载量换算17

Gemini CLI

9.17%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills