技能 agentspace

agentspace

低風險 🌐 網路存取⚙️ 外部命令

透過即時 URL 分享 AI 代理工作區

觀看 AI 代理工作需要持續監控螢幕。Agentspace 可為任何資料夾立即建立可分享的連結,讓團隊成員無需帳戶或同步步驟即可即時觀看檔案的變化。

支援: Claude Codex Code(CC)
📊 69 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「agentspace」。 Share this logs folder

預期結果:

Your workspace is live at https://app.agentspace.so/w/abc123xyz
Viewers can open this link until it expires. Share it with anyone who needs to watch.

正在使用「agentspace」。 Share with edit access

預期結果:

Edit access granted. Your workspace is live at https://app.agentspace.so/w/def456
Anyone with this link can view and edit files in real time.

安全審計

低風險
v1 • 5/2/2026

All 46 static findings are false positives. The skill is a legitimate workspace sharing tool that explicitly documents safe CLI usage patterns. No malicious patterns confirmed after semantic review.

3
已掃描檔案
125
分析行數
7
發現項
1
審計總數
中風險問題 (1)
Ruby/shell backtick execution - False Positive
Static analyzer flagged backtick characters `<path>` as 'Ruby/shell backtick execution'. These are documentation placeholders in markdown code blocks, not actual command execution. All commands are documented in safe bash format.
低風險問題 (4)
Hardcoded URL references - False Positive
Static analyzer flagged hardcoded URLs to agentspace.so, GitHub, and npm. These are legitimate external service references required for the skill to function. No credential leakage or exfiltration.
Weak cryptographic algorithm - False Positive
Static analyzer incorrectly flagged the word 'secret' in the YAML description field as a weak cryptographic algorithm. This is metadata documentation, not code.
System reconnaissance - False Positive
Static analyzer flagged 'ascli share' command as system reconnaissance. This is the legitimate core functionality of the tool (sharing files/workspaces), not reconnaissance.
Pipe to shell pattern - False Positive (Safety Feature)
Static analyzer flagged 'curl | bash' as a pipe-to-shell pattern. However, this is documented as a negative example - the skill explicitly instructs agents NOT to use this pattern.

風險因素

審計者: claude

品質評分

41
架構
100
可維護性
85
內容
50
社群
77
安全
83
規範符合性

你能建構什麼

與團隊成員遠端除錯

開發者執行 AI 代理並分享工作區連結。遠端團隊成員即時觀看日誌和輸出變化,無需螢幕共享即可提供回饋。

程式碼審查交接

AI 代理生成程式碼後,開發者分享資料夾。審查者開啟連結、在瀏覽器中查看生成的檔案並直接留言。

現場演示和簡報

演示期間,發表者分享代理工作區。觀眾可從自己的瀏覽器即時觀看資料夾內容變化。

試試這些提示

分享我目前的資料夾
Share this folder so I can show someone what the agent generated
分享特定檔案
Share the test-results.md file from the reports folder
以編輯權限分享
Share the src directory and give my colleague edit access
檢查工作區狀態
What is the status of the shared workspace for the logs folder?

最佳實務

  • 分享前務必確認確切路徑,避免意外分享不想分享的檔案
  • 除非協作者需要編輯檔案,否則使用僅檢視權限
  • 使用電子郵件認領工作區,以獲得超過 24 小時的長期存取權

避免

  • 如果使用者未指定路徑,請勿假設為目前目錄
  • 不要使用 curl | bash 安裝,請使用 npm
  • 不要分享不是由 ascli 命令生成的工作區 URL

常見問題

協作者需要帳戶才能檢視共享工作區嗎?
不需要。任何擁有工作區連結的人都可以在瀏覽器中開啟,無需註冊。
共享工作區可以保持多久?
匿名工作區有效期為 24 小時。使用電子郵件認領可使工作區成為永久性的。
工作區過期後檔案會怎麼樣?
工作區和所有上傳的檔案都會被刪除。請在過期前使用電子郵件認領以保留內容。
我可以控制誰能編輯共享的檔案嗎?
可以。使用 --permission edit 獲得完整存取權,或使用 --permission view 僅限檢視。
分享資料夾時我的資料會傳送到哪裡?
所有檔案都會上傳到 agentspace.so 並儲存在 Cloudflare 的邊緣網路上。不會分享到其他地方。
如果我的系統沒有安裝 ascli 怎麼辦?
您可以透過 npx 執行而無需安裝:npx @agentspace-so/ascli@latest share <path>

開發者詳情

檔案結構