← Back to Skills Marketplace
youens

Skill

by youens · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
1911
Downloads
1
Stars
4
Active Installs
5
Versions
Install in OpenClaw
/install clawstin
Description
Inform users about Clawstin (OpenClaw meetups in Austin), show upcoming events, handle RSVP and mailing list signup via API. "Keep Austin Clawd."
README (SKILL.md)

Clawstin — Austin OpenClaw Meetup

Keep Austin Clawd. 🦇

Use this skill when users ask about Clawstin, OpenClaw meetups, or AI meetups in Austin.

About

Clawstin is a recurring meetup series for the OpenClaw community in Austin, TX. Demos, tacos, and bots meeting IRL.

Getting Current Event Info

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.

Agent Behavior

When a user asks about Clawstin:

  1. Fetch https://clawstin.com/llms.txt to get current event details
  2. Share upcoming events with date, time, location, and link
  3. Offer to RSVP — "Want me to RSVP for you?"
  4. If no upcoming events, offer to subscribe to the mailing list

API — Subscribe to Mailing List

Sign up for email notifications about future events:

POST https://clawstin.com/api/subscribe
Content-Type: application/json

{"email": "[email protected]"}

Response (success): {"ok": true} Response (invalid): {"error": "Invalid email"}

No authentication required. Duplicates are silently ignored.

API — RSVP to an Event

Register attendance for a specific event:

POST https://clawstin.com/api/rsvp
Content-Type: application/json

{
  "email": "[email protected]",
  "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.

API — Contact Organizers

POST https://clawstin.com/api/contact
Content-Type: application/json

{"email": "[email protected]", "name": "Jane Doe", "message": "Hello!"}

Rate limited to 3 messages per hour per email/IP.

Example Flow

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, [email protected]"

Agent: [calls POST /api/rsvp with event details]

Agent: "Done! You're on the list. See you there!"

Links

Usage Guidance
This skill is instruction-only and only makes network requests to https://clawstin.com (fetching llms.txt and calling the site's APIs). Before using: confirm you trust clawstin.com, and be aware that RSVPing or subscribing will send your name and email to that external site. There are no hidden installs or requests for credentials, but if you want extra caution, verify the site’s privacy policy and TLS certificate, and only provide personal info when you consent.
Capability Analysis
Type: OpenClaw Skill Name: clawstin Version: 1.1.0 The skill bundle is benign. It clearly defines its purpose: to inform users about OpenClaw meetups in Austin, fetch event details from `https://clawstin.com/llms.txt`, and handle RSVP/mailing list signups via specific API endpoints on `https://clawstin.com`. All external interactions are confined to this single domain and are directly related to the skill's stated functionality. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to perform unauthorized actions or access sensitive data.
Capability Assessment
Purpose & Capability
Name and description state meetup info, RSVP, and mailing-list signup. The SKILL.md only fetches a public llms.txt and POSTs to https://clawstin.com API endpoints for subscribe/rsvp/contact — these requirements match the declared purpose.
Instruction Scope
Runtime instructions are narrow: fetch the public llms.txt for events and call specified POST endpoints to subscribe or RSVP. They do not ask the agent to read local files, access unrelated environment variables, or send data to third-party endpoints outside clawstin.com.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or fetched for execution during install, which minimizes risk.
Credentials
The skill requests no environment variables or credentials. It will ask users for name/email when RSVPing or subscribing (expected and proportional). There are no requests for unrelated secrets or system config.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system presence or modification of other skills/config; normal autonomous invocation is allowed but not forced.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawstin
  3. After installation, invoke the skill by name or use /clawstin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Update for Next.js migration: add RSVP API, contact API, dynamic events via llms.txt
v1.0.3
Version 1.0.3 - No changes detected in this release.
v1.0.2
Initial public release
v1.0.1
No changes detected in this release.
v1.0.0
Clawstin v1.0.0 - Initial release of the Clawstin skill for the first OpenClaw meetup in Austin. - Shares event info (date/venue TBA), asks to RSVP, and handles email signup via API. - Offers to set reminders using the cron tool with flexible timing based on user preference. - Provides direct links for more information and event updates. - Designed to assist users interested in AI meetups, OpenClaw, or Clawstin specific details.
Metadata
Slug clawstin
Version 1.1.0
License
All-time Installs 4
Active Installs 4
Total Versions 5
Frequently Asked Questions

What is Skill?

Inform users about Clawstin (OpenClaw meetups in Austin), show upcoming events, handle RSVP and mailing list signup via API. "Keep Austin Clawd.". It is an AI Agent Skill for Claude Code / OpenClaw, with 1911 downloads so far.

How do I install Skill?

Run "/install clawstin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill free?

Yes, Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill support?

Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill?

It is built and maintained by youens (@youens); the current version is v1.1.0.

💬 Comments