approval

Automates SmartCMP approval workflows by listing, approving, and rejecting pending items.

15|6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/CloudChef/atlasclaw-providers --skill approval-cloudchef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: approval
Source: https://github.com/CloudChef/atlasclaw-providers/tree/main/providers/SmartCMP-Provider/skills/approval
Command: npx skills add https://github.com/CloudChef/atlasclaw-providers --skill approval-cloudchef

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Approval workflows for SmartCMP often require manual tracking of pending requests and repetitive actions to approve or reject items. This skill automates listing pending approvals, prioritization, and batch operations, reducing delays and human error.

Core Features & Use Cases

  • View pending approvals with automated priority analysis and detailed context.
  • Approve or reject one or more requests, with optional reasons and batch support.
  • Retrieve and view detailed information for a specific approval to inform decisions.
  • End-to-end workflow with scripts for listing, detailing, approving, and rejecting approvals.

Quick Start

Ask the assistant to list pending SmartCMP approvals and approve or reject selected items.

Frequently Asked Questions about approval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SmartCMP approval workflows for pending service requests?

Automating SmartCMP approval workflows involves using scripts to list pending items, retrieve request details, and execute batch approve or reject actions via the SmartCMP API, reducing manual tracking and repetitive actions.

Can I batch approve or reject multiple SmartCMP service requests at once?

Yes, you can batch approve or reject multiple SmartCMP service requests simultaneously. The workflow supports batch operations, allowing you to select several pending items and apply approve or reject actions with optional reasons.

Do I need environment variables to connect to the SmartCMP API for approvals?

Yes, you need environment variables configured to connect to the SmartCMP API. The workflow requires setting CMP_URL and CMP_COOKIE environment variables to authenticate and interact with the SmartCMP platform for managing approvals.

What is the best way to view pending SmartCMP approvals with priority analysis?

The best way to view pending SmartCMP approvals is by running a dedicated script that lists pending items and applies automated priority analysis, providing detailed context to inform your review and decision-making process.

How do I retrieve detailed information for a specific SmartCMP approval request?

To retrieve detailed information for a specific SmartCMP approval request, use a script-based operation that interacts with the SmartCMP API to fetch and display the complete request details, enabling informed approve or reject decisions.

What are the limitations of automating SmartCMP approvals with scripts?

Limitations of automating SmartCMP approvals with scripts include dependency on the requests library and valid CMP_COOKIE authentication. If the SmartCMP API endpoint changes or the cookie expires, the batch approval workflow will fail to execute properly.