Use the Realinsight Agent Toolkit CLI, stdio MCP server, hosted connector tools, auth helpers, and bundled Realinsight workflow references to answer questions with Realinsight data safely.
How this skill is triggered — by the user, by Claude, or both
Slash command
/realinsight-connector:realinsight-agent-toolkitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when an agent needs to use Realinsight through the published toolkit, Codex connector, Claude Desktop extension, local `ri-agent` CLI, or MCP tools.
references/analytics-workbenches.mdreferences/entity-search.mdreferences/field-discovery.mdreferences/pipelines.mdreferences/record-augmentation.mdreferences/record-writes.mdreferences/report-configuration.mdreferences/report-query.mdreferences/security-and-limits.mdreferences/structure-traversal.mdUse this skill when an agent needs to use Realinsight through the published toolkit, Codex connector, Claude Desktop extension, local ri-agent CLI, or MCP tools.
This is a usage playbook. It assumes the toolkit or connector is already installed in the current harness. Do not rely on source repositories, implementation docs, backing-store access, or service internals.
Prefer MCP tools when they are available in the harness. Use the CLI only when the user or harness has direct terminal access.
For local stdio MCP:
auth_status.connect_realinsight.request_realinsight_scopes with the needed access.disconnect_realinsight only when the user asks to log out or rotate credentials.For CLI use:
ri-agent auth login --base-url https://www.realinsight.cloud/api/v1
ri-agent doctor --json
ri-agent tools
Use RI_AGENT_BASE_URL or --base-url only when the user is working with a Realinsight-provided non-production environment.
Read only the reference files needed for the user's request:
references/security-and-limits.md: required before broad reads, sensitive data, write tools, or pipeline tools.references/field-discovery.md: choosing feature codes, field names, and schema codes.references/entity-search.md: finding Realinsight entities before record or relationship reads.references/record-augmentation.md: hydrating entity ids with key fields or selected fields.references/structure-traversal.md: parent, master, children, references, referenced-by, and periodic traversal.references/analytics-workbenches.md: dashboard pages, analytics, workbenches, cached tables, CSV paging, and entity extraction.references/report-query.md: composing bounded ad hoc analytical answers from current tools.references/report-configuration.md: inspecting, validating, creating, updating, and deleting report definitions.references/record-writes.md: approval-gated record update workflow when write tools are enabled.references/pipelines.md: approval-gated document pipeline queue/status workflow when pipeline tools are enabled.references/report-configuration.md, get the latest conflict token, validate before writing, and require explicit approval.auth_status, connect_realinsight, disconnect_realinsight, request_realinsight_scopes.search_features, search_fields, get_fields.search_entities, get_children, get_latest_children, get_entity_structure.get_records; gated writes with set_record.list_dashboard_pages, get_dashboard_page, get_analytic_data, get_analytic_csv, extract_analytic_entities, list_workbenches, get_workbench_data, get_workbench_csv, extract_workbench_entities.search_report_configurations, get_report_configuration; gated validation/write tools with validate_create_report_configuration, validate_update_report_configuration, validate_delete_report_configuration, create_report_configuration, update_report_configuration, delete_report_configuration.get_pipeline and queue_pipeline when enabled.is_truncated, next_cursor, cache status, and omitted fields as part of the result.Keep answers compact and operational. Use tables for record lists or comparisons, summarize broad analyses, and preserve the ids or source labels needed for follow-up. If the toolkit cannot safely distinguish "not found" from "not authorized," say what the tool proved instead of guessing.
npx claudepluginhub cwfs-insight/realinsight-agent-toolkit --plugin realinsight-connectorGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.