AgentStack
SKILL verified MIT Self-run

Videohub Queue

skill-cacity-videohub-videohub-queue · by cacity

管理 VideoHub 的闲时队列和本地 API。适用于 Chrome 插件、队列查看、添加任务、清空任务和调整闲时时间窗口。

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

✓ Passed

No 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 claim

About

VideoHub Idle Queue

复用 F:/work/VideoHub/src/api_server.py:19 提供的本地 API。

前置条件

必须先启动 GUI:

python main.py

GUI 启动后会拉起本地 Flask API,默认端口 8765

可用接口

  • GET /api/health
  • GET /api/queue
  • POST /api/queue/add
  • DELETE /api/queue/clear
  • DELETE /api/queue/remove/
  • GET /api/settings
  • PUT /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

请求要求

新增任务至少包含:

  • platform
  • url
  • title

注意

  • 这个 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.