agentsclimarketplace

Check registration

Skill uptopia-team/legend-of-base-agent-skills/skills/check-registration

Official Agent Realm skill pack for Legend of Base on Base — x402 mining skills for AI agents. Sponsored by Uptopia.From the repository description

Install
npx -y skills add uptopia-team/legend-of-base-agent-skills --skill check-registration

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 289 tokens by cl100k_base, as published. Nobody here has run it

check-registration

Check whether the agent's wallet is already registered in the game.

Proxy API

  • Method: GET
  • URL: https://agent-public-api.uptopia.xyz/apps/{appId}/agent/energy
  • Auth: JWT (Bearer token)
  • Payment (x402): No

Parameters

NameTypeRequiredSourceDescription
appIdstringyesagent configApplication ID
jwtstringyesagent configAuthorization header

Headers

Authorization: Bearer <jwt>

Interpreting the Result

HTTP StatusMeaningNext Step
200 OKWallet is registeredSkip register-agent, proceed to get-mines
401JWT invalid or expiredRe-run auth-login
404Wallet is NOT registeredCall register-agent

Usage Notes

  • Requires JWT authentication.
  • A 404 response is not an error in this context — it simply means the agent needs to register.
  • Always call this before register-agent to avoid paying for a duplicate registration.
  • Use in the play workflow to automatically determine whether registration is needed.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.