Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
platon-cli logo

platon-cli

platon-dev-skills

OtherClaude Codeby PlatONnetwork

Summary

PlatON on-chain query skill built around Foundry cast.

Install to Claude Code

/plugin install platon-cli@platon-dev-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add PlatONnetwork/platon-dev-skills if you haven't already.

README.md

PlatON Dev Skills

This repository stores canonical reusable skills for PlatON development workflows.

Skills

  • platon-chainlist: resolve validated PlatON mainnet and devnet Chainlist endpoints
  • platon-cli: query PlatON on-chain data with Foundry cast
  • platon-blockscout: query PlatON explorer data from Blockscout
  • platon-crosschain: query PlatON bridge routes, bridge transactions, and crosschain contract guidance
  • platon-aawallet: integrate PlatON AA wallet ERC-4337 contracts from any language or SDK

Current platon-blockscout coverage includes:

  • verified contract ABI and source inspection
  • address overview, token holdings, NFT collections
  • block details, transaction details, transaction logs
  • address-emitted logs
  • filtered transaction history and token transfer history

Suggested skill boundary:

  • use platon-chainlist for validated RPC and explorer endpoint discovery
  • use platon-cli for direct RPC reads and writes
  • use platon-blockscout for explorer-style indexed data and verified-contract metadata
  • use platon-crosschain for bridge route discovery, bridge transaction lookup, and crosschain bridge guidance
  • use platon-aawallet for PlatON AA wallet ERC-4337 integration flows across languages and SDKs

Each skill follows the shared open skill contract:

  • skill directory with a SKILL.md entry file
  • optional agents/ metadata
  • optional bundled references/, scripts/, or assets/

Repository Layout

.
├── .claude-plugin/
│   └── marketplace.json
├── AGENTS.md
├── platon-blockscout/
├── platon-chainlist/
├── platon-cli/
├── platon-crosschain/
├── platon-aawallet/
└── README.md

Installation

Generic installer form:

npx skills add PlatONnetwork/platon-dev-skills

For this repository, use the repository path or URL supported by your installer.

Claude Code marketplace form:

claude plugin marketplace add PlatONnetwork/platon-dev-skills

After adding the marketplace, install the published plugin entry you want from this repository.

Design Rules

  • Keep SKILL.md focused on runtime behavior, not installation steps
  • Keep agent-specific metadata outside the core workflow where possible
  • Keep detailed domain material in bundled references instead of bloating SKILL.md
  • Treat marketplace or installer files as compatibility layers, not the skill itself

Related plugins

Browse all →