webrobot-admin

Manage WebRobot projects, jobs, executions, agents, datasets, and credentials via MCP tools.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/WebRobot-Ltd/claude-code-webrobot-skills --skill webrobot-admin-webrobot-ltd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: webrobot-admin
Source: https://github.com/WebRobot-Ltd/claude-code-webrobot-skills/tree/main/skills/webrobot-admin
Command: npx skills add https://github.com/WebRobot-Ltd/claude-code-webrobot-skills --skill webrobot-admin-webrobot-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing a WebRobot data platform through raw REST APIs or a web console is slow and error-prone; this Skill lets you list, create, execute, monitor, and inspect every platform resource directly from a conversation. ## Core Features & Use Cases - Resource administration: List, create, and delete projects, jobs, agents, and datasets, and inspect cloud credentials and LLM providers through typed MCP tools. - Job execution and monitoring: Run jobs, track execution status (RUNNING, FAILED, COMPLETED), fetch logs, and stop stuck executions. - Partner and marketplace operations: Reference partner onboarding, MFA enrollment, audit events, marketplace billing runs, and the price comparison plugin endpoints. - Use Case: Ask to run a scraping job — the Skill lists projects, picks the job, executes it, and streams back the execution logs with status. ## Quick Start Ask the assistant to list all jobs for your project and execute the one you choose, then show its execution logs.

Frequently Asked Questions about webrobot-admin

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

FAQPage Schema
How do I run a WebRobot job and check its logs?▼

List projects to get a project ID, list jobs within it to get a job ID, then call execute_job to start a run. Use get_execution_logs with the returned execution ID to view output and status.

How do I monitor WebRobot job executions?▼

Use list_executions to see all recent runs with statuses like RUNNING, FAILED, or COMPLETED. If a job is stuck, stop_job halts the execution, and get_execution_logs shows detailed output for diagnosis.

Can I create or update cloud credentials through the WebRobot API?▼

No, cloud credentials can only be listed via list_cloud_credentials. Creating or updating credentials such as LLM providers or cloud storage keys must be done in the WebRobot admin panel.

What safety checks exist before deleting WebRobot resources?▼

The Skill never deletes a project or job without explicit user confirmation, and dataset deletion is permanent so it always asks first. Bulk cleanup requests trigger a listing of affected resources before any deletion occurs.

How does WebRobot marketplace billing work?▼

Monthly CronJobs create Stripe invoices per customer and currency, then pay out tech providers via Stripe Connect. Admin endpoints support dry-run mode, which populates charges and payouts tables with dry_run status without hitting Stripe.