parent_support_db

Query client profiles and emergency details in a Neo4j database via Python CLI.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/kazumasakawahara/neo4j-agno-agent --skill parent-support-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parent_support_db
Source: https://github.com/kazumasakawahara/neo4j-agno-agent/tree/main/skills/parent_support_db
Command: npx skills add https://github.com/kazumasakawahara/neo4j-agno-agent --skill parent-support-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires neo4j, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

Access Post-Parent Support Database to view and coordinate client profiles, safety actions, and care orchestration within a Neo4j graph.

Core Features & Use Cases

  • Read-only retrieval of client profiles, emergency actions, care preferences, and key contacts.
  • Check renewal dates and certifications to keep administrative tasks on track.
  • Execute ad-hoc Cypher queries to extract insights and verify data relationships.

Quick Start

Query a client profile by name to retrieve their full profile and emergency details from the database.

Frequently Asked Questions about parent_support_db

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

FAQPage Schema
How do I query client profiles and emergency actions in a Neo4j graph database?

Query client profiles in Neo4j by executing read-only Cypher queries through a Python CLI, which aggregates profile data, verifies safety, and retrieves trusted contacts.

How do I retrieve emergency information and care preferences from a Neo4j database?

Retrieve emergency information and care preferences by running read-only Cypher queries that aggregate a client's profile, prioritizing imminent risk safeguards and synthesizing emergency details for care orchestration.

Can I run ad-hoc Cypher queries to check certification renewal dates in Neo4j?

Yes, you can execute ad-hoc Cypher queries in Neo4j to check certification renewal dates, keeping administrative tasks on track and verifying data relationships via the Python CLI.

Do I need Python and neo4j packages to manage care profiles in a graph database?

Yes, you need Python with the neo4j and python-dotenv dependencies installed to load environment configurations and wire read-only queries to the graph database safely.

What are the limitations of using read-only Cypher queries for care management?

The limitation is that read-only Cypher queries prevent writing, updating, or deleting client profiles and care preferences directly in the Neo4j graph database, restricting actions to safe data retrieval.