familyjourney

Automate FamilyJourney API resource management via a single CLI script.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/theinventor/FamilyJourney --skill familyjourney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: familyjourney
Source: https://github.com/theinventor/FamilyJourney/tree/main
Command: npx skills add https://github.com/theinventor/FamilyJourney --skill familyjourney

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Interact with the FamilyJourney API from a command line interface to manage kids, badges, submissions, prizes, redemptions, and family activities without relying on the web UI.

Core Features & Use Cases

  • Single CLI for listing, viewing, creating, and updating kids, badges, submissions, prizes, and redemptions via the FamilyJourney API.
  • Token-based authentication against a configurable API base URL to enable automated workflows and scripting.
  • Use cases include seeding test data, auditing submissions, provisioning prizes, and performing batch operations in scripts or CI.

Quick Start

Run the CLI with your API token and base URL to begin interacting with FamilyJourney data.

Frequently Asked Questions about familyjourney

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

FAQPage Schema
How do I automate FamilyJourney API requests from the command line?

You can automate FamilyJourney API requests using a portable CLI script that authenticates with API tokens and supports listing, viewing, creating, and updating kids, badges, submissions, prizes, and redemptions.

Can I manage family activities and redemptions without using the web UI?

Yes, managing family activities and redemptions without the web UI is possible by interacting directly with API endpoints via the command line, covering all resource operations including provisioning prizes and auditing submissions.

What do I need to run CLI commands against the FamilyJourney API?

To run CLI commands against the FamilyJourney API, you need a valid API token and a configurable base URL to authenticate requests and target either development or production contexts.

How do I seed test data for kids and badges in a CI pipeline?

Seeding test data for kids and badges in a CI pipeline is done by scripting the CLI to perform batch operations, creating and updating resources through the API endpoints automatically.

Is there a single CLI script for managing all FamilyJourney resources?

Yes, a single CLI script handles all FamilyJourney resources, allowing you to manage kids, badges, submissions, prizes, redemptions, and family activities uniformly through one command line interface.

Does the FamilyJourney CLI support both development and production API contexts?

The FamilyJourney CLI supports both development and production contexts by using a configurable base URL, allowing you to safely target different API environments for your automated workflows.