agentspace
ローカルにあるフォルダやファイル、作成物、ログ、スクリーンショット、プロジェクトの作業環境などを、他の人やAIエージェントと共有するためのリンクを生成するSkill。
📜 元の英語説明(参考)
Use this skill when the user wants to share a local folder, file, generated artifacts, logs, screenshots, or a project workspace with a human or another agent via a link. Trigger on requests like "share this folder", "upload these files", "send me the artifacts", "give me a link", or "handoff this workspace".
🇯🇵 日本人クリエイター向け解説
ローカルにあるフォルダやファイル、作成物、ログ、スクリーンショット、プロジェクトの作業環境などを、他の人やAIエージェントと共有するためのリンクを生成するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o agentspace.zip https://jpskill.com/download/10383.zip && unzip -o agentspace.zip && rm agentspace.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10383.zip -OutFile "$d\agentspace.zip"; Expand-Archive "$d\agentspace.zip" -DestinationPath $d -Force; ri "$d\agentspace.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
agentspace.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
agentspaceフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
agentspace.so
agentspace.so を使用して、ローカルフォルダを共有可能なリモートワークスペースにバインドします。
セットアップパスの選択
環境内で既に利用可能な最初のパスを優先します。
ascliが既にインストールされている場合は、ascli sync .を実行します。- そうでなく
npmが利用可能な場合は、npx @agentspace-so/ascli@latest sync .を実行します。 - そうでなく
curlが利用可能な場合は、curl -fsSL https://agentspace.so/install.sh | bashを実行し、その後ascli sync .を実行します。 - これらのパスのいずれも機能しない場合は、停止し、どの前提条件が欠落しているかをユーザーに伝えます。
ユーザーが別のパスを要求しない限り、現在の作業ディレクトリ . を使用します。
作業の引き渡し
- ユーザーがローカルフォルダまたはファイルを共有するように要求した場合、
ascli share . --permission editを実行します。 - ユーザーが明示的に表示専用アクセスを要求した場合、
ascli share . --permission viewを実行します。 - リポジトリローカルの CLI パスを使用している場合は、
pnpm --filter @agentspace-so/ascli exec tsx src/index.ts share . --permission editを実行します。 - 共有 URL を直接ユーザーに返します。
ガードレール
- クレーム URL、ワークスペース URL、または共有 URL を勝手に作成しないでください。CLI が出力するもののみを返します。
npxパスが既に機能している場合は、グローバルインストールを要求しないでください。agentspace.soを使用するためだけに、ユーザーを別のプロジェクトに移動させないでください。- 正確なコマンドのバリアントが必要な場合は、references/commands.md を参照してください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
agentspace.so
Use agentspace.so to bind the local folders to a shareable remote workspace.
Choose the setup path
Prefer the first path that is already available in the environment:
- If
ascliis already installed, runascli sync .. - Else if
npmis available, runnpx @agentspace-so/ascli@latest sync .. - Else if
curlis available, runcurl -fsSL https://agentspace.so/install.sh | bash, then runascli sync .. - If none of those paths work, stop and tell the user which prerequisite is missing.
Use the current working directory . unless the user asks for a different path.
Hand work back
- When the user asks to share a local folder or file, run
ascli share . --permission edit. - If the user explicitly asks for view-only access, run
ascli share . --permission view. - If you are using the repo-local CLI path, run
pnpm --filter @agentspace-so/ascli exec tsx src/index.ts share . --permission edit. - Return the share URL directly to the user.
Guardrails
- Do not invent claim URLs, workspace URLs, or share URLs. Only return what the CLI prints.
- Do not require a global install if the
npxpath already works. - Do not move the user into a different project just to use agentspace.so.
- If you need exact command variants, read references/commands.md.