frappe-impl-serverscripts

Installation
SKILL.md

Server Scripts — Implementation Workflows

Step-by-step workflows for building server-side features without a custom app. For exact syntax, see frappe-syntax-serverscripts.

Version: v14/v15/v16 | v15+ Note: Server Scripts disabled by default — enable with bench set-config server_script_enabled true

CRITICAL: Sandbox Limitations

ALL IMPORTS BLOCKED — RestrictedPython sandbox
  import json          → ImportError: __import__ not found
  from frappe.utils    → ImportError
  import requests      → ImportError
Installs
57
GitHub Stars
137
First Seen
Mar 25, 2026
frappe-impl-serverscripts — openaec-foundation/erpnext_anthropic_claude_development_skill_package