ワンクリックで
ingest-url
Fetch a URL, extract key points, and file as material
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch a URL, extract key points, and file as material
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Placeholder skill so the pack manifest validates.
Default skill for the Create pack — file casual user input (text, voice, image) into the material pool
Generate a platform-specific post draft from recent material
First-time setup for the Create companion — learn which platforms the user posts to and pick default voices
Evening proactive prompt — surface fresh thoughts the user might want to capture
Manually add a word to the deck
| name | ingest-url |
| pack | create |
| description | Fetch a URL, extract key points, and file as material |
| command | true |
| triggers | ["ingest url","save this link","read this article","存这个链接"] |
The user has shared a URL. Fetch it, distill it, and file it as material for later drafting.
Turn a link into a digested material entry in one round.
Identify the URL
Fetch & summarize
web_search tool with the URL as a query, or directly fetch + summarize if the URL is present.Why it caught their eye
metadata.reaction.Save
Use the persist tool:
{
"action": "practice",
"skill_type": "create.ingest-url",
"content": "<title>\n\n<3-5 bullet summary>",
"tags": "[\"<topic>\"]",
"metadata": "{\"kind\":\"url\",\"source_url\":\"<url>\",\"reaction\":\"<user's one-line reaction>\",\"summary\":\"<one-line digest>\"}"
}
Confirm
kind = 'text' with source_url metadata.draft-post's job.