— No reviews yet
0 installs
15 views
0.0% view→install
Install
$ agentstack add skill-cacity-videohub-videohub-queue ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Videohub Queue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
VideoHub Idle Queue
复用 F:/work/VideoHub/src/api_server.py:19 提供的本地 API。
前置条件
必须先启动 GUI:
python main.py
GUI 启动后会拉起本地 Flask API,默认端口 8765。
可用接口
GET /api/healthGET /api/queuePOST /api/queue/addDELETE /api/queue/clearDELETE /api/queue/remove/GET /api/settingsPUT /api/settings
示例
curl http://127.0.0.1:8765/api/health
curl http://127.0.0.1:8765/api/queue
curl -X POST http://127.0.0.1:8765/api/queue/add -H "Content-Type: application/json" -d '{"platform":"youtube","url":"https://example.com","title":"sample"}'
curl -X DELETE http://127.0.0.1:8765/api/queue/remove/0
curl -X DELETE http://127.0.0.1:8765/api/queue/clear
请求要求
新增任务至少包含:
platformurltitle
注意
- 这个 skill 不是独立后端,它依赖正在运行的 GUI 状态。
- 队列实际执行仍由
main.py中的 idle queue 定时逻辑负责。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cacity
- Source: cacity/VideoHub
- License: MIT
- Homepage: https://videohub.my/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.