← Back to Skills Marketplace
139
Downloads
1
Stars
0
Active Installs
13
Versions
Install in OpenClaw
/install pansou
Description
网盘资源搜索引擎。支持百度网盘、阿里云盘、夸克网盘、天翼云盘、UC网盘、移动云盘、115、PikPak、迅雷、123网盘、磁力链接、电驴等12种网盘类型。支持按网盘类型、插件、TG频道过滤搜索结果。当用户需要搜索电影、剧集、软件、学习资料等网盘资源时使用此技能。触发词:搜索网盘、找资源、pan搜、网盘搜索、pan...
Usage Guidance
This skill is a client for a PanSou server you must provide via PANSOU_URL. Before installing: (1) ensure you trust the PANSOU_URL host — the skill will send your search queries and, if used, username/passwords to that address; (2) know that an auth token is stored at ~/.config/pansou/token.json; (3) the script can optionally use PANSOU_USER/PANSOU_PWD to log in (these are documented but not listed as required env vars in the registry metadata); (4) the skill needs the 'uv' runner and Python requests; if you don't control or trust the remote PanSou service, consider deploying your own instance and pointing PANSOU_URL to it.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the script is a CLI client that queries a PanSou HTTP service. Declared required binary (uv) and required env var (PANSOU_URL) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the packaged CLI against the user-provided PANSOU_URL and to format links as clickable Markdown. The runtime instructions do not ask the agent to read unrelated files, search system history, or transmit data to other endpoints.
Install Mechanism
There is no install spec (instruction-only usage plus a bundled script). No downloads or archive extraction are specified; included Python script uses the widely-used requests library (the skill instructs how to install it).
Credentials
Registry metadata declares only PANSOU_URL as required, which is correct for operation. However the bundled script also reads optional PANSOU_USER and PANSOU_PWD (used when the service returns 401) and will POST them to the PANSOU_URL to obtain a JWT. Those optional env vars are documented in SKILL.md but not listed in the registry requires.env; this is a minor metadata mismatch to be aware of.
Persistence & Privilege
The script stores a JWT token at ~/.config/pansou/token.json for persistence. always:false (not force-enabled). Writing a token to the user's home directory is expected for a client but means the skill creates persistent state on the machine.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pansou - After installation, invoke the skill by name or use
/pansou - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.6
替换示例中的具体剧名为 觉醒年代;示例链接替换为占位符,避免展示有效分享链接
v1.1.5
修复 metadata:仅声明必填环境变量 PANSOU_URL,PANSOU_USER/PANSOU_PWD 为可选(在安全说明中描述),避免不必要的 setup 提示
v1.1.4
修复安全审查问题:声明全部环境变量(PANSOU_URL/PANSOU_USER/PANSOU_PWD);添加安全说明章节
v1.1.3
精简 SKILL.md 至 96 行;部署说明移至 GitHub 链接;网盘类型完整清单移至 references/cloud-types.md;参数详情移至 references/api-params.md;移除冗余环境变量表格和 pyproject.toml
v1.1.2
修复路径问题:使用 {baseDir} magic 变量引用脚本路径,支持 skill 安装在任意目录
v1.1.0
新增输出格式注意事项:链接以 Markdown URL 形式展示
v1.0.6
Add project intro, deployment guide, and env config instructions
v1.0.5
Add verify command, GET search, auto-relogin on invalid token
v1.0.4
Fix: store token in ~/.config/pansou/ outside skill directory
v1.0.3
Fix: optional auth, add error handling, pyproject.toml, Python 3.9 compat
v1.0.2
Remove token.json from package, add uv dependency
v1.0.1
Remove token.json from published package
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is PanSou 网盘搜索?
网盘资源搜索引擎。支持百度网盘、阿里云盘、夸克网盘、天翼云盘、UC网盘、移动云盘、115、PikPak、迅雷、123网盘、磁力链接、电驴等12种网盘类型。支持按网盘类型、插件、TG频道过滤搜索结果。当用户需要搜索电影、剧集、软件、学习资料等网盘资源时使用此技能。触发词:搜索网盘、找资源、pan搜、网盘搜索、pan... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install PanSou 网盘搜索?
Run "/install pansou" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PanSou 网盘搜索 free?
Yes, PanSou 网盘搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PanSou 网盘搜索 support?
PanSou 网盘搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PanSou 网盘搜索?
It is built and maintained by 212-mei (@212-mei); the current version is v1.1.6.
More Skills