用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/langgenius/droploft-skills --skill droploft-workspace命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | droploft-workspace |
| version | 0.2.0 |
| description | Workspaces: switching, listing, members, navigation tree. |
| metadata | {"requires":{"bins":["droploft"],"skills":["droploft-shared"]},"cliHelp":"droploft workspace --help"} |
A workspace is the top-level tenant. Each user has one personal workspace by default and may belong to additional shared ones. Lofts and drops live inside a workspace.
droploft workspace +list # workspaces you belong to (with role)
droploft workspace +switch # interactive (TTY)
droploft workspace +switch --workspace <id> # non-TTY
workspace +switch clears profile.loft_id — you must follow up with loft +switch (or pass --loft on each call). The hint is included in the response.
droploft workspaces list
droploft workspaces navigation # GET /v1/me/navigation — workspaces with embedded lofts
droploft workspaces members <workspace-id>
droploft workspaces create --data '{"name":"Acme"}'
droploft workspaces update <workspace-id> --data '{"name":"Acme Inc"}'
navigation and workspaces list both return role per workspace:
owner — full control, can transfer or archiveadmin — manage members + shared loftsmember — write within lofts they're added toguest — read-only from invitesdroploft workspace +switch --workspace <ws-id>
droploft loft +switch --loft <loft-id>
droploft config current # confirm
droploft workspaces navigation --format json --jq '.workspaces[].lofts[]'
not_found (exit 4). Re-list and retry.members requires being in the workspace.