ワンクリックで
capture
Default skill for the Create pack — file casual user input (text, voice, image) into the material pool
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Default skill for the Create pack — file casual user input (text, voice, image) into the material pool
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Placeholder skill so the pack manifest validates.
Generate a platform-specific post draft from recent material
Fetch a URL, extract key points, and file as 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 | capture |
| pack | create |
| description | Default skill for the Create pack — file casual user input (text, voice, image) into the material pool |
| command | true |
| triggers | ["capture","note this","save this","file this","记一下","存下"] |
When the user sends raw content without a specific other request, file it into the materials table for later use in drafts.
Capture material with minimal friction. One round-trip when possible.
Classify the input
kind = 'text'kind = 'voice', store transcript as contentkind = 'image', store the caption/description as contentingest-url skill (call it explicitly)Quick summary
summary.content as-is.Tag
Save
Use the persist tool:
{
"action": "practice",
"skill_type": "create.capture",
"content": "<the raw content>",
"tags": "[\"<tag1>\",\"<tag2>\"]",
"metadata": "{\"kind\":\"text\",\"summary\":\"<one-line summary or empty>\"}"
}
Acknowledge briefly