风险评分

76/100 (Low)

OpenClaw: benign
VirusTotal: suspicious
StaticScan: unknown

Postgres Job Queue

作者: wpank
Slug:postgres-job-queue
版本:1.0.0
更新时间:2026-03-24 11:42:42
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要
The skill's code snippets, SQL, and prose are consistent with a PostgreSQL-backed job queue; it doesn't request unrelated credentials or perform unexpected actions.

VirusTotal: suspicious VT 报告

静态扫描: unknown

README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1770725894493,
        "_id": "k972qe91q9pjxbc0pa5h4mzcps80w489",
        "changelog": "Initial release of postgres-job-queue, a PostgreSQL-based job queue with priority, batch claiming, and progress tracking.\n\n- Production-ready schema for jobs table, with fields for priority, progress, worker tracking, and retries.\n- Example SQL and Go code for batch claiming using SKIP LOCKED.\n- Includes job completion, failure, and stale job recovery routines in Go.\n- Clear decision tree for when to use PostgreSQL vs. other queues.\n- “NEVER Do” section for critical design guidelines and anti-patterns.",
        "changelogSource": "user",
        "createdAt": 1770725894493,
        "version": "1.0.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "publishers:missing",
        "displayName": "wpank",
        "handle": "wpank",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/9498646?v=4",
        "kind": "user",
        "linkedUserId": "kn77z49xfssappp65hpybb9gx180x56e"
    },
    "ownerHandle": "wpank",
    "skill": {
        "_creationTime": 1770725894493,
        "_id": "kd70vwvn4m8p5mt2vtk20raspn80wz2a",
        "badges": [],
        "createdAt": 1770725894493,
        "displayName": "Postgres Job Queue",
        "latestVersionId": "k972qe91q9pjxbc0pa5h4mzcps80w489",
        "ownerUserId": "kn77z49xfssappp65hpybb9gx180x56e",
        "slug": "postgres-job-queue",
        "stats": {
            "comments": 0,
            "downloads": 926,
            "installsAllTime": 4,
            "installsCurrent": 4,
            "stars": 0,
            "versions": 1
        },
        "summary": "PostgreSQL-based job queue with priority scheduling, batch claiming, and progress tracking. Use when building job queues without external dependencies. Triggers on PostgreSQL job queue, background jobs, task queue, priority queue, SKIP LOCKED.",
        "tags": {
            "latest": "k972qe91q9pjxbc0pa5h4mzcps80w489"
        },
        "updatedAt": 1774323762553
    }
}