Baidu Netdisk Eva
Skill by 382108113
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/382108113/baidu-netdisk-evaWhat This Skill Does
The Baidu Netdisk Eva skill is a powerful integration designed for OpenClaw AI agents to interact directly with your Baidu Cloud storage. It acts as an abstraction layer between the AI and the Baidu Netdisk REST API, allowing the agent to perform essential file system operations without manual browser interaction. The skill supports listing directory contents, searching for specific files or folders across your cloud storage, and creating new directory structures. By leveraging OAuth authentication, it provides a secure way for your AI agent to manage your digital assets, ensuring that your credentials remain environment-specific rather than being hardcoded.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/382108113/baidu-netdisk-eva. After the package is downloaded, you must configure your environment variables to grant the agent authorization. Ensure you have obtained your AppID and access_token from the Baidu Netdisk Open Platform. On your system, export these as export BAIDU_APP_ID="your_id" and export BAIDU_NETDISK_TOKEN="your_token". Once these variables are set, the skill is ready for use, and your agent can begin executing file-related commands.
Use Cases
This skill is perfect for users who store large volumes of documents, media, or archives on Baidu Netdisk and want to automate organization. Use it to keep your cloud workspace tidy, locate specific files instantly without navigating the web interface, or programmatically prepare directory structures for backups. It is particularly useful for developers who use Netdisk for long-term storage of project assets and wish to query these files directly through their AI agent assistant.
Example Prompts
- "列出网盘根目录下的所有文件,我需要确认一下备份是否已完成。"
- "帮我在百度网盘创建一个名为 /AI_Projects 的新文件夹,方便我后续上传数据。"
- "在我的网盘里搜索一下所有关于 '年度报表' 的文件,并将结果展示给我。"
Tips & Limitations
To ensure the best experience, always keep your access_token secure and rotate it periodically if you suspect exposure. Note that this version, v1.0.0, is focused on listing, searching, and folder creation; it does not currently handle advanced file operations like moving or deleting files, which may be added in future updates. Always verify your network connectivity to the Baidu API, as the agent requires an active internet connection to authenticate and communicate with the storage service.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-382108113-baidu-netdisk-eva": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api