kintone-agent

Automate kintone app record CRUD, workflow transitions, and bulk data operations via CLI.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/traygerbig/clawhub-skills --skill kintone-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kintone-agent
Source: https://github.com/traygerbig/clawhub-skills/tree/main/business-ops-pack/kintone-agent
Command: npx skills add https://github.com/traygerbig/clawhub-skills --skill kintone-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, kintone, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to automate, query, and manage your kintone apps without the need for a GUI, streamlining your workflow and increasing productivity.

Core Features & Use Cases

  • Automation of Business Apps: Automate repetitive tasks like app creation, record CRUD operations, and workflow transitions.
  • Data Operations: Query and manage records using kintone's REST API with custom query syntax.
  • Workflow Management: Trigger and monitor workflow transitions and process management activities.
  • Use Case: If you need to update the status of records in your kintone app based on a specific date, you can use this Skill to perform bulk updates efficiently.

Quick Start

Use the kintone-agent to list all available apps in your kintone domain with the command 'kt apps'.

Frequently Asked Questions about kintone-agent

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

FAQPage Schema
How do I automate kintone app operations without using a GUI?

Automate kintone app operations without a GUI by using Python-based CLI commands to script record CRUD operations, workflow transitions, and bulk data updates directly through the kintone REST API.

Can I trigger and manage kintone workflow transitions from the command line?

Trigger and manage kintone workflow transitions from the command line by executing CLI commands that interact with the kintone REST API to monitor and update process management activities.

What is the best way to perform bulk record updates in Cybozu kintone?

Perform bulk record updates in Cybozu kintone efficiently by running Python-based CLI scripts that utilize custom query syntax and the kintone REST API to modify multiple records simultaneously.

Do I need the kintone API and Python to use this CLI automation?

Yes, this CLI automation requires the kintone API and Python, specifically utilizing the requests and kintone dependencies to execute scriptable automation commands for your business apps.

How do I query kintone records using custom syntax in a CLI environment?

Query kintone records using custom syntax in a CLI environment by passing specific query parameters through Python commands that interface with the kintone REST API to retrieve targeted data.

How to list all available apps in a kintone domain via command line?

List all available apps in a kintone domain via command line by executing the 'kt apps' command, which queries the kintone REST API and returns your accessible business apps.