用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/0xAxiom/axiom-public --skill pitch-submit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | pitch-submit |
| version | 0.1.0 |
| description | Submit structured pitches to Axiom Ventures — ERC-8004 identity + x402 payment required |
| chain | base |
| chainId | 8453 |
| requires | ["ERC-8004 agent identity (NFT)","USDC on Base for pitch fee","Private key (NET_PRIVATE_KEY env var)"] |
Submit funding pitches to Axiom Ventures, the AI-agent-managed VC fund on Base.
node scripts/verify-identity.mjs --agent-id 42
node scripts/verify-identity.mjs --address 0xYourWallet
# Interactive — prompts for all fields
node scripts/submit-pitch.mjs
# From JSON file
node scripts/submit-pitch.mjs --file pitch.json
# Inline
node scripts/submit-pitch.mjs \
--agent-id 42 \
--project "MyAgent" \
--description "AI trading bot on Base" \
--ask 50000 \
--contracts 0xABC,0xDEF
# All pitches
node scripts/list-pitches.mjs
# By agent
node scripts/list-pitches.mjs --agent-id 42
# Specific pitch
node scripts/list-pitches.mjs --pitch-id 7
# Required
NET_PRIVATE_KEY=0x... # Agent's private key
BASE_RPC_URL=https://... # Base RPC (defaults to public)
# Optional
PITCH_REGISTRY=0x... # PitchRegistry contract address
AGENT_REGISTRY=0x... # ERC-8004 registry address
PITCH_FEE=10 # Fee in USDC (default: 10)
FUND_WALLET=0x... # Fund wallet for fee payment
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913See references/pitch-format.md for the full spec.
viem (for blockchain interactions)