remote-operations

Manage remote Frappe/ERPNext sites via REST API CRUD, RPC, and reports.

48|23|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/tody-agent/codymaster --skill remote-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-operations
Source: https://github.com/tody-agent/codymaster/tree/main/skills/cm-frappe-agent/skills/remote-operations
Command: npx skills add https://github.com/tody-agent/codymaster --skill remote-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

REST API patterns and best practices for managing remote Frappe/ERPNext sites via curl, reducing ad-hoc scripting and friction across multiple instances.

Core Features & Use Cases

  • Standardized REST CRUD, RPC, and reporting patterns for remote resources
  • Safe, authenticated operations using the Authorization header
  • Use cases include managing cloud-hosted sites, remote self-hosted instances, and cross-site document operations
  • Use Case: perform cross-site document operations and fetch data across multiple ERPNext/Frappe sites

Quick Start

Fetch a list of documents from a remote Frappe/ERPNext site using the REST API

Frequently Asked Questions about remote-operations

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

FAQPage Schema
How do I manage a remote ERPNext site without bench CLI access?

You can manage a remote ERPNext site without bench CLI access by using standardized REST API patterns for CRUD and RPC operations through the /api/resource and /api/method endpoints.

What is the best way to fetch documents from a remote Frappe site via the REST API?

Fetching documents from a remote Frappe site uses standard REST endpoints under /api/resource, authenticated safely via the Authorization header to retrieve data across multiple instances.

Can I perform cross-site document operations across multiple ERPNext instances?

Cross-site document operations are supported across multiple ERPNext instances by applying standardized REST API patterns to fetch data and manage resources on remote cloud-hosted or self-hosted sites.

Does this Skill include safety checks for destructive actions on remote Frappe sites?

Safety checks are implemented to prevent destructive actions when managing remote Frappe sites, ensuring that automated REST API operations do not inadvertently damage critical data.

When do I need REST API patterns for remote Frappe site operations?

REST API patterns are needed for remote Frappe site operations when automating management tasks across cloud-hosted sites or remote self-hosted instances where direct bench CLI access is unavailable.

How does authentication work for remote ERPNext REST API operations?

Authentication for remote ERPNext REST API operations works by passing credentials securely in the Authorization header, enabling safe and automated access to remote site resources.