• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

connect

プラグイン
Unstructured Foundation
ソース
GitHub で見る ↗
説明

Unstructured Foundation に新しい情報源を接続します。

原文を表示

Connect a new source to Unstructured Foundation.

ユースケース
  • 新しい情報源をFoundationに接続する
本文(日本語訳)

ソースを接続する

Unstructured Foundation に新しいソースを接続します。このコマンドはユーザーが実行する場合のみ使用できます。

実行時の手順:

  1. pipeline_link_source を呼び出す
  2. 返されたURLをユーザーに表示する
  3. ユーザーにそのリンクをブラウザで開いて接続を完了するよう指示する
  4. リンクは数分後に有効期限が切れることを説明し、期限切れの場合は /foundation:connect を再度実行するよう伝える
  5. ブラウザ上での操作が完了したときに教えてもらうよう求める

ユーザーがブラウザ上での操作完了を報告したとき:

  1. pipeline_list_sources を呼び出す
  2. 新たに接続されたソースがちょうど1つ表示され、処理可能な状態であれば、そのソースの source_id を使って pipeline_process_source を呼び出す
  3. 複数のソースが表示されている場合は、どのソースを処理するかをユーザーに尋ねる
  4. 処理を開始した後、ユーザーは「ファイルの準備はできた?」と聞くか、/foundation:start を実行できることを伝える

重要な注意事項:

pipeline_link_source が返すURLは有効期限が短いものです。以前のやり取りから得たURLを再利用しないでください。

用語の使い分け:

ユーザーに対して説明する際は、「ソースを接続する」「ファイルを処理する」「検索可能なドキュメント」といった分かりやすい表現を使用してください。システムの内部用語は避けてください。

原文(English)を表示

Connect a source

Connect a new source to Unstructured Foundation. This command is user-invoked only.

When invoked:

  1. Call pipeline_link_source.
  2. Present the returned URL to the user.
  3. Tell the user to open the link in their browser and complete the connection.
  4. Explain that the link expires after a few minutes and they should run /foundation:connect again if it expires.
  5. Ask the user to say when the browser flow is complete.

When the user says the browser flow is complete:

  1. Call pipeline_list_sources.
  2. If exactly one newly connected source is visible and ready to process, call pipeline_process_source with that source_id.
  3. If multiple sources are visible, ask which source to process.
  4. After starting processing, tell the user they can ask "Are my files ready?" or run /foundation:start.

Important: pipeline_link_source returns a short-lived URL. Never reuse a URL from an earlier turn.

Use public language: say "connect a source", "process files", and "searchable documents". Avoid internal system terms in user-facing prose.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。