Runik Business Management

Natural-language CRUD, views and reports over Runik AI's hosted business tables

Works with setup

Test report

Verdict
Works with setup
Score
6.8/10
Tested
Aug 10, 2026
Environment
Claude Code 2.x (agent harness)

This is a tool catalog, not a skill that does anything by itself: all 40+ operations it describes live on Runik's hosted MCP server. We opened a live session against https://runikapp.com/mcp — initialize succeeded and tools/list returned only 6 tools, and every tools/call (tables_list, template_list, config_get) came back {"error":"authorization_required","error_description":"Bearer token required"}. So the output could not be measured against a no-skill baseline without signing up for a runikapp.com account and wiring the OAuth MCP connection first, which is the real setup cost. The body itself is clean and readable, though it advertises 24 templates where the README and server.json say 26, and the sibling folder in the repo ships its file as lowercase skill.md, which Claude Code will not load.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 5/10
  • Docs & honesty 3/5

What Runik Business Management does

A thin instruction layer for the Runik AI remote MCP server: it tells Claude which of the 40+ hosted tools to call to list, create, update and delete business records, install one of the industry templates, build kanban/calendar views and run automations. Triggers on requests like listing clients, creating a record, or setting up tables for a clinic or hotel. Useless on its own — the tools live on runikapp.com and every call is gated behind an OAuth 2.1 account.

How to install Runik Business Management

git clone https://github.com/eZhing/runik-skills.git
mkdir -p ~/.claude/skills/runik-business-management
cd runik-skills && cp SKILL.md README.md ~/.claude/skills/runik-business-management/

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Runik Business Management

  • /runik-business-management Natural-language CRUD, views and reports over Runik AI's hosted business tables

It also activates on plain-language prompts like these:

  • List all my clients from the Runik CRM and show recent updates
  • Create a new business record and build a kanban view in Runik
  • Install the Runik industry template and run an automation report

Frequently asked questions

Is the Runik Business Management skill free?
Yes. The skill itself is free from eZhing/runik-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Runik Business Management work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Aug 10, 2026. Verdict: Works with setup. This is a tool catalog, not a skill that does anything by itself: all 40+ operations it describes live on Runik's hosted MCP server. We opened a live session against https://runikapp.com/mcp — initialize succeeded and tools/list returned only 6 tools, and every tools/call (tables_list, template_list, config_get) came back {"error":"authorization_required","error_description":"Bearer token required"}. So the output could not be measured against a no-skill baseline without signing up for a runikapp.com account and wiring the OAuth MCP connection first, which is the real setup cost. The body itself is clean and readable, though it advertises 24 templates where the README and server.json say 26, and the sibling folder in the repo ships its file as lowercase skill.md, which Claude Code will not load.
What is the Runik Business Management SkillProof Score?
6.8/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 3/5.
How do I install Runik Business Management?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Runik Business Management with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.