Skip to content

[new-plugin] axon-xlayer-intelligence v1.0.0#93

Open
MUTHUKUMARAN-K-1 wants to merge 1 commit intookx:mainfrom
MUTHUKUMARAN-K-1:submit/axon-xlayer-intelligence
Open

[new-plugin] axon-xlayer-intelligence v1.0.0#93
MUTHUKUMARAN-K-1 wants to merge 1 commit intookx:mainfrom
MUTHUKUMARAN-K-1:submit/axon-xlayer-intelligence

Conversation

@MUTHUKUMARAN-K-1
Copy link
Copy Markdown

AXON X Layer DeFi Intelligence — 17 MCP tools for gas, Uniswap V3 pools, wallet portfolio, swap quotes, yield farming, and x402 micro-payment gating on X Layer (Chain ID 196). Built for Build X Hackathon 2026. Live at https://axon-onld.onrender.com

@github-actions
Copy link
Copy Markdown
Contributor

✅ Phase 1: Structure Validation — PASSED

Linting skills/axon-xlayer-intelligence...

  ⚠️  [W100] suspicious pattern: 'base64' — contains base64 reference — may embed hidden content
  ⚠️  [W100] suspicious pattern: 'curl ' — contains curl command — external network request
  ⚠️  [W141] SKILL.md instructs AI to send/post data to external URL 'https://axon-onld.onrender.com'. Declared in api_calls — reviewer should verify this is intentional.
  ⚠️  [W140] SKILL.md references 1 external URL(s) not listed in api_calls: 'https://axon-six-amber.vercel.app'. Add them to api_calls in plugin.yaml so reviewers can verify them.

✓ Plugin 'axon-xlayer-intelligence' passed with 4 warning(s)

→ Proceeding to Phase 2: Build Verification

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new skill plugin, axon-xlayer-intelligence v1.0.0, providing X Layer (Chain ID 196) DeFi analytics via a hosted MCP API, including optional x402 payment-gated premium endpoints.

Changes:

  • Added end-user skill documentation for calling MCP tools and the /api/chat endpoint, including x402 payment flow details.
  • Added plugin manifest (plugin.yaml) and Claude marketplace metadata (.claude-plugin/plugin.json).
  • Added MIT license file for the new skill.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
skills/axon-xlayer-intelligence/SKILL.md Documents the skill’s endpoints, tool usage examples, premium gating, and error/security notes
skills/axon-xlayer-intelligence/plugin.yaml Declares plugin metadata (name/version/tags/category/components/api_calls/link) for the registry
skills/axon-xlayer-intelligence/LICENSE Adds MIT license text for the plugin submission
skills/axon-xlayer-intelligence/.claude-plugin/plugin.json Adds Claude marketplace metadata used by registry tooling

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


## Overview

AXON gives AI agents real-time onchain intelligence for **X Layer (Chain ID 196)** — OKX's zkEVM Layer 2 powered by OKB. It exposes 17 production-ready MCP tools covering gas analytics, block monitoring, Uniswap V3 pool data, wallet portfolio analysis (with AI risk scoring), DEX swap routing via OKX aggregator, yield farming discovery, and arbitrage signals. A natural language `/api/chat` endpoint lets agents skip tool selection and ask questions in plain English. Premium tools are gated behind an **x402 micro-payment** (OKB on X Layer) that is verified on-chain before execution.
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The doc repeatedly states the skill exposes "17" MCP tools, but the Commands section only documents 12 tool endpoints (get_gas_price, get_block_info, get_market_overview, get_uniswap_top_pools, get_token_price, get_swap_quote, get_yield_opportunities, get_wallet_portfolio, analyze_wallet, find_arbitrage_opportunities, get_native_balance, get_xlayer_stats). Please either document the remaining tools (and keep the count) or update the stated number so it matches what’s actually available to users.

Copilot uses AI. Check for mistakes.
Comment on lines +39 to +41
```
2. For premium tools (`analyze_wallet`, `compare_wallets`, `find_arbitrage_opportunities`), you need OKB on X Layer to pay via x402. Check pricing:
```bash
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre-flight check #2 lists compare_wallets as a premium tool, but there is no corresponding command/tool documentation later in the file. If compare_wallets is supported, add its usage/parameters like the other tools; if not, remove it from this list to avoid directing users to a non-existent endpoint.

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +8
"author": {
"name": "MUTHUKUMARAN K",
"email": ""
},
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

author.email is set to an empty string. Since this field is optional, it’s better to omit it entirely or provide a valid contact email; an empty value can fail schema validation in some consumers and isn’t actionable for security notifications.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants