clawstinInform users about Clawstin (OpenClaw meetups in Austin), show upcoming events, handle RSVP and mailing list signup via API. "Keep Austin Clawd."
Install via ClawdBot CLI:
clawdbot install youens/clawstinKeep Austin Clawd. 🦇
Use this skill when users ask about Clawstin, OpenClaw meetups, or AI meetups in Austin.
Clawstin is a recurring meetup series for the OpenClaw community in Austin, TX. Demos, tacos, and bots meeting IRL.
Fetch https://clawstin.com/llms.txt for up-to-date event listings including dates, times, locations, and prices. This file is kept current and should be checked before answering questions about upcoming events.
When a user asks about Clawstin:
Sign up for email notifications about future events:
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 silently ignored.
Register attendance for a specific event:
POST https://clawstin.com/api/rsvp
Content-Type: application/json
{
"email": "user@example.com",
"name": "Jane Doe",
"botName": "Claude",
"partySize": 2,
"eventSlug": "EVENT_SLUG_HERE"
}
Required: email, name, botName, eventSlug
Optional: partySize (1–10, defaults to 1)
Response (success): {"ok": true}
Response (error): {"error": "Missing fields"}
Get event slugs from https://clawstin.com/llms.txt. Duplicate RSVPs (same email + event) update the existing entry.
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.
User: "What's Clawstin?"
Agent: [fetches https://clawstin.com/llms.txt for current events]
Agent: "Clawstin is an OpenClaw meetup series in Austin! 🦇
It's free, in-person — demos, hacks, tacos, and the weird wonderful
things people are building with AI agents.
[shares current event details from llms.txt]
Want me to RSVP for you? I just need your name and email."
User: "Yeah, sign me up — Tony, tony@example.com"
Agent: [calls POST /api/rsvp with event details]
Agent: "Done! You're on the list. See you there!"
Generated Mar 1, 2026
AI agents for tech communities or coworking spaces can use this skill to inform members about local AI meetups, automate RSVP management, and foster in-person networking. It helps increase event attendance by providing real-time updates and handling sign-ups seamlessly, enhancing community participation.
Event organizers can integrate this skill into their AI assistants to automate event promotion, RSVP tracking, and mailing list subscriptions for recurring meetups. It reduces manual effort by fetching current event details from a machine-readable source and handling API-based registrations efficiently.
Local businesses in Austin, such as taco shops or venues, can use this skill via AI agents to partner with Clawstin for event promotions, driving foot traffic and engagement. The skill can share event details and facilitate RSVPs, creating cross-promotional opportunities for community-driven marketing.
Educational institutions or coding bootcamps can employ this skill in AI tutors to inform students about AI-related meetups like Clawstin, encouraging hands-on learning and networking. It supports student engagement by providing event information and simplifying registration processes through automated APIs.
Offer basic event listing and RSVP management for free, with premium features like analytics, custom branding, or advanced API access for a subscription fee. This model leverages the skill's API integration to attract organizers seeking automation, generating revenue from upsells while building a user base.
Monetize by partnering with local businesses or tech companies to sponsor events featured through the skill, with revenue from sponsored content or exclusive API access. The skill's ability to promote events and handle RSVPs increases visibility, making it attractive for sponsors targeting AI enthusiasts.
License the skill's API endpoints for event management, mailing list subscriptions, and RSVP handling to other developers or organizations, charging based on usage or tiered plans. This model capitalizes on the skill's robust API design, offering scalable solutions for event automation needs.
💬 Integration Tip
Ensure the AI agent fetches https://clawstin.com/llms.txt before responding to event queries to provide up-to-date information, and handle API errors gracefully for RSVP and subscription calls.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection