← Back to Skills Marketplace
byungkyu

jobber

by byungkyu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
6396
Downloads
3
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install jobber
Description
Jobber API integration with managed OAuth. Manage clients, jobs, invoices, quotes, properties, and team members for field service businesses. Use this skill when users want to create and manage service jobs, clients, quotes, invoices, or access scheduling data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Install this only if you intend to let the agent access your Jobber account through Maton. Review write requests carefully, especially invoices, quotes, scheduling, deletions, and account changes, and prefer OAuth with the narrowest available Jobber scopes rather than long-lived API keys.
Capability Assessment
Credentials
Network access, Bash, and local read/search tools are proportionate for invoking the Maton CLI and inspecting command results; the skill explicitly states that local script execution based on Jobber responses is out of scope.
Install Mechanism
Installation is limited to documented Maton CLI or SDK installation paths through npm, Homebrew, pip, or npm SDK packages; the artifact contains no bundled executable scripts.
Instruction Scope
The skill uses a raw GraphQL passthrough via `maton api`, which can perform high-impact business and billing changes, but it explicitly defaults to read/list calls and requires user confirmation before POST, PUT, PATCH, DELETE, connection creation, or other sensitive operations.
Persistence & Privilege
OAuth login stores tokens or API keys in the operating system credential store and creates a Maton profile config, which is persistent but clearly disclosed and purpose-aligned; the instructions also warn not to extract, print, log, or persist secrets elsewhere.
Purpose & Capability
The stated purpose is to manage Jobber clients, jobs, invoices, quotes, properties, requests, and team members through the Maton gateway, and the documented commands are aligned with that purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jobber
  3. After installation, invoke the skill by name or use /jobber
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.3
- Changed all API and connection URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for consistency and future-proofing. - Updated connection management instructions and example code to reference the new api.maton.ai endpoints. - Clarified header usage when specifying connections. - Added a section about security, permissions, and explicit user approval for write operations. - Removed the LICENSE.txt file.
v1.0.2
- Added clawdbot metadata to the skill definition. - Declared the MATON_API_KEY environment variable as a requirement for the skill.
v1.0.1
- No code or documentation changes detected in this version. - Version number incremented to 1.0.1.
v1.0.0
Initial release of the Jobber skill providing managed OAuth integration for field service business operations: - Integrates with the Jobber API via a managed OAuth gateway - Enables management of clients, jobs, invoices, quotes, properties, and team members - Provides quick start examples and authentication setup using a Maton API key - Supports connection management (list, create, get, delete, specify connection) - Includes detailed GraphQL API reference and sample queries for core Jobber resources
Metadata
Slug jobber
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is jobber?

Jobber API integration with managed OAuth. Manage clients, jobs, invoices, quotes, properties, and team members for field service businesses. Use this skill when users want to create and manage service jobs, clients, quotes, invoices, or access scheduling data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 6396 downloads so far.

How do I install jobber?

Run "/install jobber" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is jobber free?

Yes, jobber is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does jobber support?

jobber is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created jobber?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.0.

💬 Comments