ソース情報
- リポジトリ
- 0xAxiom/axiom-public
- ソースの最終更新活動
- 2026年6月1日 18:08
- 検出された SKILL.md の言語
- 英語
- スター
- 18
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/0xAxiom/axiom-public --skill basename-resolverコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Claim creator LP fees for Net Protocol / Banger memecoins on Robinhood Chain from locked Uniswap V3 position NFTs, then optionally use the claimed WETH to buy back the memecoin. Use when the user says "claim Robinhood fees", "claim Hoodie fees", "claim Netr/Banger LP fees", links a Robinhood Blockscout UNI-V3-POS NFT instance, or asks to buy back a Robinhood memecoin with claimed fees. Do NOT use for Base Clanker fee claims or Uniswap V4 positions.
Launch Net Protocol Netr memecoins on Robinhood Chain. Use when the user says "launch a Robinhood token", "deploy a memecoin through Net Protocol", "create a Netr token on Robinhood", "buy the token after launch", or needs Bankr-backed or private-key-backed deployment to chain 4663. Supports direct NET_PRIVATE_KEY signing, Bankr wallet API signing, encode-only transaction generation, gas bridging through Bankr, and post-launch verification.
Encode EVM function calls and constructor args from signature + values. Zero deps.
SOC 職業分類に基づく
SKILL.md を表示中
| name | basename-resolver |
| description | Resolve Basenames (.base.eth) to addresses and back on Base |
| version | 1.0.0 |
| tags | ["base","ens","basenames","resolution","identity"] |
| dependencies | [] |
Resolve Basenames (.base.eth) on Base — forward (name→address), reverse (address→name), and text records.
scripts/resolve.mjs — CLI for all resolution operations# Forward resolve
node scripts/resolve.mjs <name>
# Reverse resolve
node scripts/resolve.mjs -r <address>
# Text record
node scripts/resolve.mjs -t <key> <name>
# JSON output
node scripts/resolve.mjs --json <name>
// Import the functions directly for programmatic use
// resolveName(name) → address string or null
// reverseResolve(address) → name string or null
// resolveText(name, key) → value string or null
0xC6d566A56A1aFf6508b41f6c90ff131615583BCDweb3_sha3 RPC (keccak-256) — zero crypto depsbasename-register skill for write operations (registration, setting records)