用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ryoppippi/talks --skill add-event-url命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.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.
基于 SOC 职业分类