بنقرة واحدة
add-event-url
// Fetch event info from a URL using agent-browser and add/update the talk README.md
// Fetch event info from a URL using agent-browser and add/update the talk README.md
| name | add-event-url |
| description | Fetch event info from a URL using agent-browser and add/update the talk README.md |
| argument-hint | <url> [directory] |
| allowed-tools | Bash, Write, Read, Edit, Glob, AskUserQuestion |
Open a given URL with agent-browser, extract event information, and create or update a talk's README.md.
$0: URL to fetch event information from (required)$1: Talk directory name in YYYY-MM-DD format (optional — if not provided, infer from the page or ask the user)Open the URL with agent-browser:
./agent-browser open "$URL" && ./agent-browser wait --load networkidle && ./agent-browser snapshot -i
The agent-browser binary is located at /Users/ryoppippi/.config/claude/skills/agent-browser/agent-browser.
Extract relevant event information from the page using ./agent-browser get text or ./agent-browser eval. Look for:
Close the browser session when done:
./agent-browser close
If $1 (directory) is not provided:
GlobCheck if the target directory and README.md already exist:
eventLink, article, videoLink)For README.md frontmatter, use these fields as appropriate:
title: Talk titledate: Event date in YYYY-MM-DD formatlang: ja or enevent: Event name / organisereventLink: Event page URLarticle: Article or report URL (if applicable)videoLink: Recording URL (if applicable)If the URL points to an article or report (not an event page), find the matching talk directory by date or title, and add it as an article field.