from bc_skills import get_available_skills, load_skill
# List all available skills
skills = get_available_skills()
print(skills) # ['create_customer', 'create_sales_order', ...]
# Load a specific skill
skill = load_skill("create_customer")
Run “clawhub install ravana-indus/erpnext-frappe” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.
What does the Erpnext Frappe skill do?
High-level business workflows that combine multiple MCP tools into reusable, executable skills for ERPNext. The SKILL.md section on this page shows the exact instructions the skill gives your agent.
Is the Erpnext Frappe skill free?
Yes. Erpnext Frappe is a free, open-source skill by ravana-indus. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.
Does Erpnext Frappe work with Claude Code and OpenClaw?
Yes. Skills use the portable SKILL.md format, so Erpnext Frappe works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.