Cloudflare Queues

🌐Community
by jackspace · vlatest · Repository

Manage and monitor Cloudflare Queues via Jackspace, streamlining workflows and ensuring reliable task processing.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add jackspace-cloudflare-queues npx -- -y @trustedskills/jackspace-cloudflare-queues
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "jackspace-cloudflare-queues": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jackspace-cloudflare-queues"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Cloudflare Queues, enabling them to reliably process asynchronous tasks. It provides functionality to add jobs to a queue, check job status, and retrieve results from completed jobs. This is particularly useful for managing workloads that require processing in order or preventing overload on downstream services.

When to use it

  • Background Task Processing: When you need to offload long-running tasks (like image resizing or sending emails) so the user doesn't have to wait.
  • Rate Limiting & Throttling: To control the number of requests sent to an external API, preventing overloads and potential errors.
  • Asynchronous Data Processing: When you need to process data in batches without blocking other operations.
  • Workflow Orchestration: To manage a sequence of tasks that depend on each other's completion.

Key capabilities

  • Add jobs to Cloudflare Queues
  • Check the status of queued jobs
  • Retrieve results from completed queue jobs

Example prompts

  • "Add a job to the 'image-resize' queue with this image URL: [image_url]"
  • "What is the status of job ID 12345?"
  • "Get the result for job ID 67890."

Tips & gotchas

  • Requires a Cloudflare account and API token with access to Queues.
  • Job IDs are assigned by Cloudflare, not the agent using this skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jackspace
Installs
21

🌐 Community

Passed automated security scans.