kintone-agent

Automate kintone workflows and CRUD operations via the REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex workflows on Cybozu kintone, Japan's leading no-code business platform, saving time and reducing manual errors.

Core Features & Use Cases

  • Kintone Workflow Automation: Execute workflows, manage records, and automate routine tasks directly from the command line.
  • App Management: Create, modify, and manage kintone apps and their field schemas.
  • CRUD Operations: Perform Create, Read, Update, and Delete operations on kintone records with complex query syntax.
  • Use Case: Automate the creation of new customer records in kintone by importing data from a CSV file.

Quick Start

Use the kintone-agent skill to create a new customer record in the 'Customer Management' app with the following data: Company Name: 'New Tech Inc.', Contact Person: 'John Doe', Status: 'Active'.

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 workflows and CRUD operations using Python?

Automating kintone workflows and CRUD operations with Python involves using the kintone REST API to manage app schemas, records, and workflow transitions. It requires Python and kintone API access to execute routine tasks.

Can I bulk create kintone records from a CSV file?

Yes, you can bulk create kintone records from a CSV file by using the kintone-agent to automate data import. This allows you to automatically generate new customer records in a kintone app, reducing manual data entry errors.

Do I need Python and kintone API access to manage kintone app field schemas?

Yes, Python and kintone API access are required to manage kintone app field schemas. This setup allows you to create, modify, and manage kintone apps and their field structures programmatically via the REST API.

What's the best way to perform complex query syntax searches on kintone records?

The best way to perform complex query syntax searches on kintone records is through the kintone REST API using Python. This approach allows you to execute Read operations with advanced filtering to retrieve specific record data efficiently.

Does the kintone REST API support workflow transitions for business automation?

Yes, the kintone REST API supports workflow transitions for business automation. You can execute workflow transitions and manage routine tasks directly from the command line to streamline processes on the Cybozu kintone platform.

Are there limitations when using Python scripts for no-code kintone app management?

Limitations when using Python scripts for no-code kintone app management include the requirement for explicit kintone API access and Python environments. Complex operations depend on the capabilities and rate limits of the kintone REST API.