Alibabacloud Pds Intelligent Workspace
/install alibabacloud-pds-intelligent-workspace
PDS (Cloud Drive)
Please read this entire skill document carefully
Features
- For getting drive/drive_id, querying enterprise space, team space, personal space -> read
references/drive.md - For uploading local files to enterprise space, team space, personal space → read
references/upload-file.md - For downloading files from enterprise space, team space, personal space to local → read
references/download-file.md - For searching or finding files → read
references/search-file.md - For document/audio/video analysis, quick view, summarization on cloud drive → read
references/multianalysis-file.md - For image search, similar image search, image-text hybrid retrieval → read
references/visual-similar-search.md - For mount app, install mount app, uninstall mount app, stop mount app → read
references/mountapp.md - For image editing, image processing → read
references/image-editing.md
Agent Execution Guidelines
- Must execute steps in order: Do not skip any step, do not proceed to the next step before the previous one is completed.
- Must follow documentation: The aliyun pds cli commands and parameters must follow this document's guidance, do not fabricate commands.
- Recommended parameter: All
aliyun pdscommands should include--user-agent AlibabaCloud-Agent-Skillsparameter to help server identify request source, track usage, and troubleshoot issues.
Core Concepts:
- Domain: PDS instance with a unique domain_id, data is completely isolated between domains
- User: End user under a domain, has user_id
- Group: Team organization under a domain, divided into enterprise group and team group
- Drive: Storage space, can belong to a user (personal space) or team (team/enterprise space)
- File: File or folder under a space, has file_id
- Mountapp: PDS mount app plugin, used to mount PDS space to local, allowing users to access and manage files in PDS space conveniently
Installation Requirements
Prerequisites: Requires Aliyun CLI >= 3.3.1
Verify CLI version:
aliyun version # requires >= 3.3.1Verify PDS plugin version:
aliyun pds version # requires >= 0.1.4If version requirements are not met, refer to
references/cli-installation-guide.mdfor installation or upgrade.After installation, must enable auto plugin installation:
aliyun configure set --auto-plugin-install true
Authentication Configuration
Prerequisites: Alibaba Cloud credentials must be configured
Security Rules:
- Forbidden to read, output, or print AK/SK values (e.g.,
echo $ALIBABA_CLOUD_ACCESS_KEY_IDis forbidden)- Forbidden to ask users to input AK/SK directly in conversation or command line
- Forbidden to use
aliyun configure setto set plaintext credentials- Only allowed to use
aliyun configure listto check credential statusCheck credential configuration:
aliyun configure listConfirm the output shows a valid profile (AK, STS, or OAuth identity).
If no valid configuration exists, stop first.
- Obtain credentials from Alibaba Cloud Console
- Configure credentials outside this session (run
aliyun configurein terminal or set environment variables)- Run
aliyun configure listto verify after configuration is complete
# Install Aliyun CLI (if not installed)
curl -fsSL --max-time 10 https://aliyuncli.alicdn.com/install.sh | bash
aliyun version # confirm >= 3.3.1
# Enable auto plugin installation
aliyun configure set --auto-plugin-install true
# Install Python dependencies (for multipart upload script)
pip3 install requests
PDS-Specific Configuration
Before executing any PDS operations, you must first configure domain_id, user_id, and authentication type -> read references/config.md
Recommended parameter: All
aliyun pdscommands should include--user-agent AlibabaCloud-Agent-SkillsparameterExamples:
aliyun pds get-user --user-agent AlibabaCloud-Agent-Skills aliyun pds list-my-drives --user-agent AlibabaCloud-Agent-Skills aliyun pds upload-file --drive-id \x3Cid> --local-path \x3Cpath> --user-agent AlibabaCloud-Agent-Skills
References
| Reference Document | Path |
|---|---|
| CLI Installation Guide | references/cli-installation-guide.md |
| RAM Permission Policies | references/ram-policies.md |
Error Handling
- If file search fails, please read
references/search-file.mdand strictly follow the documented process to re-execute file search.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alibabacloud-pds-intelligent-workspace - 安装完成后,直接呼叫该 Skill 的名称或使用
/alibabacloud-pds-intelligent-workspace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Alibabacloud Pds Intelligent Workspace 是什么?
Implements file upload, file download, document analysis, video analysis, and image editing features. Image editing supports scaling, cropping, rotation, seg... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Alibabacloud Pds Intelligent Workspace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alibabacloud-pds-intelligent-workspace」即可一键安装,无需额外配置。
Alibabacloud Pds Intelligent Workspace 是免费的吗?
是的,Alibabacloud Pds Intelligent Workspace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alibabacloud Pds Intelligent Workspace 支持哪些平台?
Alibabacloud Pds Intelligent Workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alibabacloud Pds Intelligent Workspace?
由 alibabacloud-skills-team(@sdk-team)开发并维护,当前版本 v0.0.2。