create-account

Generate four-file SnapLogic account test artifacts from environment variables.

5|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/SnapLogic/snaplogic-robotframework-examples --skill create-account
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-account
Source: https://github.com/SnapLogic/snaplogic-robotframework-examples/tree/main/%7B%7Bcookiecutter.primary_pipeline_name%7D%7D/.claude/skills/create-account
Command: npx skills add https://github.com/SnapLogic/snaplogic-robotframework-examples --skill create-account

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the setup of SnapLogic account test artifacts by generating the full, four-file workflow (payload, env, robot test, and ACCOUNT_SETUP_README) for any account type, ensuring consistent, repeatable test infrastructure.

Core Features & Use Cases

  • Complete file set generation: Payload JSON template, environment file, robot test, and ACCOUNT_SETUP_README for any account type.
  • Environment-driven rendering: Templates render using environment variables to support Dockerized or external instances.
  • Use Case: When expanding your pipeline with new account types (Oracle, Snowflake, Kafka, etc.), this skill creates all required files in the expected project layout.

Quick Start

Describe after /create-account what you need; the tool will generate the four files for the requested account type.

Frequently Asked Questions about create-account

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

FAQPage Schema
How do I generate Robot Framework test cases for SnapLogic accounts?▼

You generate Robot Framework test cases for SnapLogic accounts by specifying your account type after the /create-account command. The tool outputs a complete four-file test infrastructure set, including the robot test file.

What files are required for SnapLogic account test automation setup?▼

SnapLogic account test automation setup requires a four-file artifact set: a payload JSON template, an environment file, a Robot Framework test, and an ACCOUNT_SETUP_README. This setup ensures consistent, repeatable test infrastructure.

Can I use environment variables to render payload templates for Dockerized instances?▼

Yes, you can use environment variables to render payload templates for Dockerized or external instances. The generated environment file drives the template rendering to support flexible deployment configurations.

Does the create-account tool support generating test artifacts for any SnapLogic account type?▼

Yes, the create-account tool supports generating the full four-file workflow for any SnapLogic account type, including Oracle, Snowflake, and Kafka. It enforces the four-file output to maintain consistent project layouts.

Why does my SnapLogic account test setup require an ACCOUNT_SETUP_README file?▼

Your SnapLogic account test setup requires an ACCOUNT_SETUP_README file because the tool enforces a complete four-file artifact set. This README ensures the generated test infrastructure is documented and repeatable for any account type.