← 返回
未分类 中文

Conference Intern

Discover, curate, and register for crypto conference side events via Luma and Google Sheets
使用 Luma 与 Google 表格 发现、策划并注册加密会议配套活动
surlebeat surlebeat 来源
未分类 clawhub v2.1.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 469
下载
💾 0
安装
1
版本
#latest

概述

Conference Intern

Discover, curate, and auto-register for crypto conference side events. Fetches events from Luma pages and community-curated Google Sheets, filters them using your preferences with LLM intelligence, and handles Luma RSVP via browser automation.

Quick Start

# First time: interactive setup
bash scripts/setup.sh my-conference

# Run the full pipeline
bash scripts/discover.sh my-conference
bash scripts/curate.sh my-conference
bash scripts/register.sh my-conference

# Or all at once
bash scripts/discover.sh my-conference && bash scripts/curate.sh my-conference && bash scripts/register.sh my-conference

# Monitor for new events
bash scripts/monitor.sh my-conference

Commands

CommandScriptDescription
------------------------------
setupbash scripts/setup.sh Interactive config — walks you through preferences, URLs, auth
discoverbash scripts/discover.sh Fetch events from Luma + Google Sheets → events.json
curatebash scripts/curate.sh LLM-driven filtering and ranking → curated.md
registerbash scripts/register.sh Auto-RSVP on Luma for recommended events
monitorbash scripts/monitor.sh Re-discover + re-curate, flag new events

File Locations

Per-conference data lives in conferences/{conference-id}/:

  • config.json — user preferences, URLs, strategy, user info
  • events.json — all discovered events (normalized schema)
  • events-previous.json — snapshot from last run (for monitoring diff)
  • curated.md — the curated schedule output (grouped by day, tiered)
  • luma-session.json — persisted Luma browser session cookies
  • custom-answers.json — user answers to custom RSVP fields (reused across registrations)

Skill-level shared files:

  • luma-knowledge.md — shared Luma page patterns (learned by agent, speeds up registration)

Agent Instructions

CRITICAL: Always Use the Scripts

You MUST run the bash scripts for every pipeline stage. Do NOT attempt to perform discovery, curation, or registration yourself by browsing pages directly. The scripts handle looping, error recovery, state tracking, and tab cleanup that you cannot reliably do in a single agent turn.

When the user asks you to:

  • Set up a conference → run bash scripts/setup.sh
  • Find/discover events → run bash scripts/discover.sh
  • Curate/filter events → run bash scripts/curate.sh
  • Register for events → run bash scripts/register.sh (processes 10 events per batch)
  • Retry events needing input → run bash scripts/register.sh --retry-pending
  • Check for new events → run bash scripts/monitor.sh
  • Run the full pipeline → run each script in sequence: discover → curate → register

The scripts will invoke you for individual tasks (one event at a time for registration). Follow the prompts they give you. Never try to loop through events yourself — the scripts control the loop to ensure every event is attempted.

Browser Usage

When the scripts invoke you for browser tasks, use your browser capability to interact with pages. Do not hardcode CSS selectors or DOM paths. Instead:

  • Navigate to URLs and read the page content
  • Interpret the page like a human — find event listings, registration forms, buttons
  • This approach is evergreen — it works regardless of Luma UI changes

Registration (batch flow)

Registration processes events in batches of 10. You MUST follow this loop until all events are processed:

  1. Run bash scripts/register.sh
  2. IMMEDIATELY tell the user the batch results (registered/failed/needs-input/remaining counts)
  3. Read conferences//registration-status.json
  4. If new_fields is not empty: ask the user for answers, write them to conferences//custom-answers.json
  5. If done is false: run register.sh again immediately for the next batch — do NOT wait for the user to ask
  6. When done is true and there are ⏳ Needs input events: run register.sh --retry-pending
  7. Read registration-status.json — if manual_registration is not empty, present the list to the user:

"These events need manual registration (not on Luma):"

  1. Report final results to the user

CRITICAL: After each batch completes, you MUST either run the next batch or tell the user why you stopped. Never silently stop between batches.

When invoked by the script for individual events:

  • Fill only mandatory/required fields on RSVP forms. Leave optional fields blank.
  • If you encounter required fields you cannot fill, return needs-input status with the field labels.
  • Never guess answers for custom fields — always defer to the user.
  • If the user is already registered, return registered status without touching the form.
  • Close the browser tab after each event — unless CAPTCHA is detected (keep that tab open).

Error Handling

The scripts handle most error recovery automatically. When invoked for a single event:

  • Page fails to load → return failed status
  • CAPTCHA detected → return captcha status (script will stop the loop)
  • Event full/closed → return closed status
  • Session expired → return session-expired status (script will stop the loop)

Stop Conditions

The registration script (register.sh) automatically stops and asks the user when:

  • CAPTCHA is detected (Luma likely flagged the session)
  • Session expires mid-run
  • Custom fields need answers (collects all unique fields, asks once per field)

Other pipeline stop conditions:

  • Zero events discovered → skip curate and register
  • Zero events curated → skip register

版本历史

共 1 个版本

  • v2.1.4 当前
    2026-05-03 05:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,165 📥 939,043
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 866 📥 346,558
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,443 📥 328,825