All hats have been claimed. Thanks for the incredible response — stay tuned for future drops.

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Prove you’re human-backed with AgentKit and claim an exclusive free hat.

/plugin marketplace add worldcoin/agentkit-shopify-demo
/plugin install agentkit-shopify@worldcoin-agentkit
/reload-plugins
# Then ask Claude:
# "Help me purchase this product: https://humanrequired.shop/products/human-in-the-loop-hat"
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/worldcoin/agentkit-shopify-demo.git
cd agentkit-shopify-demo
# Generate an agent key
uv run --with eth-account python3 -c \
"from eth_account import Account; a = Account.create(); print(a.key.hex())" > .agent-key
# Register in AgentBook (opens QR for World ID verification)
npx --registry https://registry.npmjs.org @worldcoin/agentkit-cli register <your-wallet-address>
# Get the discount code
PRIVATE_KEY=$(cat .agent-key) ./skills/shopify-agent-discount/get-coupon.py \
https://humanrequired.shop/products/human-in-the-loop-hat
Was this page helpful?