challanx
/install challanx
ChallanX
Use this skill to work with the ChallanX OpenClaw media API at https://challanx.in/openclaw/api.
Core rules
- Treat
https://challanx.in/openclaw/apias the only public endpoint. - Prefer file-like outputs with correct filenames and content types.
- When the upstream media is downloadable, return a real media file response such as mp4, mp3, jpg, png, webp, or octet-stream only as a last fallback.
- Avoid describing internal/local URLs in public-facing docs or examples.
- Use ChallanX custom statuses in docs and examples instead of exposing raw upstream status names.
Supported inputs
The API may accept these fields:
urlmsgimagetimestampsmodelmoderesponseactionfilenamevariantsaudiodownloadModevideoQualityyoutubeBetterAudioyoutubeVideoCodecyoutubeVideoContaineraudioFormataudioBitrate
Output expectations
Downloadable media
When the request resolves to downloadable media, prefer returning the final file with a usable filename and a specific content type.
Examples:
- video:
video/mp4,video/webm - audio:
audio/mpeg,audio/mp4,audio/wav - image:
image/jpeg,image/png,image/webp,image/gif
Do not describe these responses as generic .bin unless no real filename/type can be inferred.
JSON responses
Use custom ChallanX statuses:
successdownload_readypicker_requiredfailed
Picker responses
When multiple choices are available, return JSON with a clear picker list and keep filenames readable.
Error responses
Return structured JSON with:
okstatusmessageerror.codeerror.message
Docs and examples
When writing docs or examples for this API:
- use curl examples against
https://challanx.in/openclaw/api - show
-L -o output.mp4style usage for downloadable media - show JSON examples only for info, picker, and error responses
- do not mention hidden internal hosts in public docs
OpenClaw hook behavior
If used in an OpenClaw workspace, the hook should inject a short reference file that reminds the agent:
- public endpoint only
- prefer mp4/image/audio filenames over
.bin - use ChallanX statuses
- keep docs concise and copy-paste friendly
References
- API usage reference:
references/api.md - README template:
README.md - Hook notes:
hooks/openclaw/HOOK.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install challanx - 安装完成后,直接呼叫该 Skill 的名称或使用
/challanx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
challanx 是什么?
All-in-one RTO, challan, RC lookups and media downloader features for ChallanX. Accepts a single input — a URL, a free-text message, or an image — and return... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 challanx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install challanx」即可一键安装,无需额外配置。
challanx 是免费的吗?
是的,challanx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
challanx 支持哪些平台?
challanx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 challanx?
由 rajniwebdeveloper(@rajniwebdeveloper)开发并维护,当前版本 v1.0.3。