A comprehensive GraphQL integration for the Digiforma platform to manage trainees, sessions, and invoices programmatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install digiforma
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install digiforma using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Digiforma is a specialized French training management platform (centre de formation) that centralizes administrative and educational tasks. This skill enables seamless interaction with the platform using its GraphQL API, allowing users of Openclaw Skills to retrieve and manipulate training-related data efficiently.
By providing a standardized interface for querying trainees, sessions, programs, and financial records, this skill bridges the gap between AI-driven automation and educational administration. It is designed for developers who need to integrate Digiforma data into custom dashboards, reporting tools, or automated workflows within the Openclaw Skills ecosystem.
To get started with this skill, you must have an active Digiforma account and an API key. Configure your environment by setting the following variable:
export DIGIFORMA_API_KEY="your_secret_api_key"
You can verify the connection using a standard curl request to the Openclaw Skills compatible endpoint:
curl -s -X POST https://app.digiforma.com/api/v1/graphql \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DIGIFORMA_API_KEY" \
-d '{"query": "{ trainees(perPage: 5) { items { firstName lastName } } }"}'
The skill interacts with a structured data model centered around training administration. Key entities include:
| Entity | Common Fields |
|---|---|
| Trainees | id, firstName, lastName, email, phone |
| Sessions | id, name, status, startDate, endDate, program |
| Programs | id, name, duration |
| Invoices | id, number, amount, status, dueDate, company |
| Trainers | id, firstName, lastName, email |
All timestamps are returned in ISO format. Session and invoice statuses are categorized into draft, planned, ongoing, completed, or cancelled.
Loading
A high-precision RAG engine providing 100% recall accuracy for long-context historical data retrieval.

Turn any Google Sheet into an automated reporting system with daily summaries, threshold-based alerts, and weekly digests.

An automated end-to-end pipeline that generates, formats, and publishes SEO-optimized SaaS review articles to Hugo blogs while tracking progress in Google Sheets.

A utility to monitor remaining Claude Max and Pro subscription quotas by automating the Claude Code CLI.

A comprehensive HubSpot CRM management skill tailored for USC SYNERGY to automate contact lifecycles, VAE deal pipelines, and lead qualification.

A powerful skill to send immediate or scheduled voice call reminders directly to your phone via the DoNotify API.








































