data

Manage Insites database items via API calls using credentials.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/combinate-me/Executive-Assistant --skill data-combinate-me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data
Source: https://github.com/combinate-me/Executive-Assistant/tree/main/combinate-plugins/insites-platform/.claude-plugin/skills/data
Command: npx skills add https://github.com/combinate-me/Executive-Assistant --skill data-combinate-me

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides programmatic access to Insites databases and their records, enabling listing databases and creating, updating, and reading items without manual REST calls.

Core Features & Use Cases

  • List databases with numeric IDs, labels, and paths for item operations
  • Retrieve, create, update, and delete database items using the table_id and item endpoints
  • Trigger on mentions of Insites databases, database records, or data stored in Insites to integrate with Combinate projects

Quick Start

List databases and fetch items from a specific table using your Insites credentials

Frequently Asked Questions about data

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

FAQPage Schema
How do I automate access to Insites databases and manage their records via API?

You can automate access to Insites databases by using API calls to list databases, fetch items, and manage records across multiple projects. This Skill handles JSON responses and errors to streamline database management without manual REST calls.

What do I need to connect to the Insites API and read or write database items?

To connect to the Insites API and manage database items, you need your INSITES_INSTANCE_URL and INSITES_API_KEY. These credentials allow you to authenticate requests to fetch, create, update, and delete records.

Can I list all available databases in my Insites instance before fetching specific records?

Yes, you can list all available databases in your Insites instance. The Skill retrieves databases along with their numeric IDs, labels, and paths, which you then use to read and write items from specific tables.

What is the best way to update and create records across multiple Insites projects?

The best way to update and create records across multiple Insites projects is by using the databases endpoints through this Skill. It applies API calls to modify items programmatically, handling the JSON responses and potential errors automatically.

Does this Skill handle JSON response errors when modifying Insites database items?

Yes, the Skill handles JSON responses and errors when modifying Insites database items. It manages the API calls to create, update, and delete records, ensuring that error handling is integrated into the workflow.