# Clawstin — The Austin OpenClaw Meetup **Keep Austin Clawd.** 🦇 Clawstin is an Austin, Texas meetup for AI enthusiasts, builders, and curious humans. Organized by OpenClaw (https://openclaw.ai). ## Quick Facts - Location: Austin, TX - Website: https://clawstin.com - Events: https://clawstin.com/events - Contact: https://clawstin.com/contact - Focus: AI/ML community, demos, hacks ## Upcoming Events ### May 21st, 2026 - Date: May 21, 2026 - Time: 6:00 PM–8:00 PM - Location: TBA - Price: Free - Details: https://clawstin.com/events/may-2026 - Clawstin returns in May for another night of demos, debugging stories, and honest talk about the agents people are actually building. Location TBD — and we've got a few surprises up our sleeve. ## Past Events ### April 16th, 2026 (past) - Date: April 16, 2026 - Time: 6:00pm–9:00pm - Location: 600 Congress - Price: Free - Details: https://clawstin.com/events/april-2026 - The SXSW dust has settled. Clawstin is back for a night of demos, debugging, and real conversation about the agents that are actually doing stuff. ### ClawCon Austin (past) - Date: March 12, 2026 - Time: 6pm–9pm - Location: 800 Brazos St #340 (Antler VC, Downtown) - Price: Free - Details: https://clawstin.com/events/clawstin-sxsw - ClawCon+Clawstin is the @OpenClaw meetup during SXSW. Show & tell, lightning demos, tacos, and after-hours conversations. ### February 12th, 2026 (past) - Date: February 12, 2026 - Time: 6:00 PM–9:00 PM - Location: 600 Congress Ave, 26th Floor Terrace - Price: Free - Details: https://clawstin.com/events/clawstin-1 - The inaugural OpenClaw meetup in Austin. Show & tell, lightning demos, tacos, and after-hours conversations. ## Pages - Home: https://clawstin.com - Events: https://clawstin.com/events - The Shirt: https://clawstin.com/shirt - Contact: https://clawstin.com/contact ## Merch — The Shirt The infamous Clawstin shirt worn by Peter on the TED stage. Designed by Casey Barthels: https://www.instagram.com/caseybarthels/ Printed by Austin's best, Kong Screenprinting, on the highest quality AS Colour 4.7oz tees. - Product page: https://clawstin.com/shirt - Price: $45, free US shipping - Sizes: S, M, L, XL, XXL - Hosted checkout: https://buy.stripe.com/fZu00i9a87RS6Ar4yX9ws00 ## Agentic Commerce Clawstin exposes an Agentic Commerce Protocol checkout surface for The Shirt. - Manifest: https://clawstin.com/.well-known/agentic-commerce.json - Product feed: https://clawstin.com/agentic-commerce/products.json - Create checkout session: POST https://clawstin.com/checkout_sessions - Retrieve/update checkout session: GET/POST https://clawstin.com/checkout_sessions/{id} - Complete checkout session: POST https://clawstin.com/checkout_sessions/{id}/complete - Cancel checkout session: POST https://clawstin.com/checkout_sessions/{id}/cancel Direct ACP payment completion is not enabled yet. Agents should use the returned continue_url/hosted_checkout link for Stripe checkout. ## API — Subscribe to Mailing List Sign up a user for event update emails: POST https://clawstin.com/api/subscribe Content-Type: application/json {"email": "user@example.com"} Response (success): {"ok": true} Response (invalid): {"error": "Invalid email"} No authentication required. Duplicates are ignored. ## API — Contact Send a message to the organizers: POST https://clawstin.com/api/contact Content-Type: application/json {"email": "user@example.com", "name": "Jane Doe", "message": "Hello!"} Rate limited to 3 messages per hour per email/IP. ## For AI Agents If a user asks you to: 1. **Sign up for updates** → POST to /api/subscribe with their email 2. **Contact organizers** → POST to /api/contact with their message 3. **See upcoming events** → Check the "Upcoming Events" section above for current listings 4. **Buy The Shirt** → Use the Agentic Commerce product feed and /checkout_sessions endpoint, then continue through the returned Stripe checkout URL Always confirm you have the required information before making API calls. ## OpenClaw Skill Install the Clawstin skill for OpenClaw agents: ``` clawhub install clawstin ``` Or download directly: https://clawstin.com/clawstin.skill.md ClawHub page: https://clawhub.ai/skills/clawstin