skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
rezwanx/blocks-ai-skills1 installs

utilities

Use this skill for managing scheduled tasks, webhooks, configuration settings, and other utility operations on SELISE Blocks.

How do I install this agent skill?

npx skills add https://github.com/rezwanx/blocks-ai-skills --skill utilities
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The 'utilities' skill is a standard administrative tool designed for managing SELISE Blocks platform features, such as scheduled tasks (cron jobs), webhooks, and project configurations. It adheres to secure API integration practices, using environment placeholders for authentication tokens and providing clear implementation guidelines for various frontend frameworks. No malicious patterns, obfuscation, or unauthorized data access vectors were detected.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

Utilities Skill

Purpose

Handles utility operations — scheduled tasks (cron jobs), webhook management, and project configuration settings for SELISE Blocks via the Utilities v1 API.

Covers three sub-domains: ScheduledTask (create, update, delete, and list cron-based tasks), Webhook (register and manage event-driven webhooks), and Config (read and update project configuration settings).


When to Use

Example prompts that should route here:

  • "Create a scheduled task to call my endpoint every hour"
  • "Set up a webhook for order events"
  • "Manage project config settings"
  • "List all scheduled jobs"
  • "Delete a webhook"
  • "Update a cron schedule"

Execution Context

Before executing any action or flow from this skill, read ../core/execution-context.md for the required supporting files, load order, and cross-domain orchestration rules.


Intent Mapping

Use this table to route user requests. Check flows/ first — if a flow covers the request, use it. For single-action requests, go directly to the action.

User wants to...Use
Create a scheduled taskflows/setup-scheduled-task-flow.mdactions/create-scheduled-task.md
List scheduled tasksactions/get-scheduled-tasks.md
Update a scheduled taskactions/update-scheduled-task.md
Delete a scheduled taskactions/delete-scheduled-task.md
Create a webhookflows/manage-webhooks-flow.mdactions/create-webhook.md
List webhooksactions/get-webhooks.md
Delete a webhookactions/delete-webhook.md
View project configactions/get-config.md
Update project configactions/update-config.md

Flows

FlowFileDescription
setup-scheduled-task-flowflows/setup-scheduled-task-flow.mdDefine and activate a cron-based scheduled task
manage-webhooks-flowflows/manage-webhooks-flow.mdRegister, configure, and test event-driven webhooks

Base Path

All endpoints are prefixed with: $API_BASE_URL/utilities/v1


Action Index

ScheduledTask

ActionFileDescription
create-scheduled-taskactions/create-scheduled-task.mdCreate a new scheduled task with cron expression
get-scheduled-tasksactions/get-scheduled-tasks.mdList all scheduled tasks for the project
update-scheduled-taskactions/update-scheduled-task.mdUpdate an existing scheduled task (with taskId)
delete-scheduled-taskactions/delete-scheduled-task.mdDelete a scheduled task by ID

Webhook

ActionFileDescription
create-webhookactions/create-webhook.mdRegister a new webhook for specific events
get-webhooksactions/get-webhooks.mdList all webhooks for the project
delete-webhookactions/delete-webhook.mdDelete a webhook by ID

Config

ActionFileDescription
get-configactions/get-config.mdGet all configuration settings for the project
update-configactions/update-config.mdUpdate one or more configuration settings

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/rezwanx/blocks-ai-skills/utilities">View utilities on skillZs</a>