← 返回 Skills 市场
youens

Skill

作者 youens · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
1911
总下载
1
收藏
4
当前安装
5
版本数
在 OpenClaw 中安装
/install clawstin
功能描述
Inform users about Clawstin (OpenClaw meetups in Austin), show upcoming events, handle RSVP and mailing list signup via API. "Keep Austin Clawd."
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawstin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawstin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug clawstin
版本 1.1.0
许可证
累计安装 4
当前安装数 4
历史版本数 5
常见问题

Skill 是什么?

Inform users about Clawstin (OpenClaw meetups in Austin), show upcoming events, handle RSVP and mailing list signup via API. "Keep Austin Clawd.". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1911 次。

如何安装 Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawstin」即可一键安装,无需额外配置。

Skill 是免费的吗?

是的,Skill 完全免费(开源免费),可自由下载、安装和使用。

Skill 支持哪些平台?

Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill?

由 youens(@youens)开发并维护,当前版本 v1.1.0。

💬 留言讨论