digiformaQuery Digiforma training management platform via GraphQL API. Use when asked about trainees, sessions, invoices, programs, trainers, or any training data.
Install via ClawdBot CLI:
clawdbot install mibbou/digiformaGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://app.digiforma.com/api/v1/graphqlCalls external URL not in known-safe list
https://app.digiforma.com/api/v1/graphqlAI Analysis
The skill's external API call is explicitly documented and directly serves its stated purpose of querying the Digiforma training platform. No credential harvesting, hidden instructions, or obfuscation are present. The primary risk is the standard dependency on a third-party service, not malicious data exfiltration.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
A training center uses Digiforma to manage daily operations, including tracking trainee enrollments, scheduling sessions, and monitoring program progress. Administrators can quickly query trainee lists, session statuses, and trainer assignments to ensure smooth delivery and compliance with training schedules.
Finance teams leverage Digiforma to handle invoicing and payment tracking for training programs. By querying invoice data, they can monitor outstanding payments, generate financial reports, and reconcile accounts with company clients, improving cash flow management and reducing administrative errors.
Training coordinators use Digiforma to assess trainer effectiveness by analyzing session details and trainee feedback. They query trainer lists and session assignments to optimize schedules, allocate resources efficiently, and ensure high-quality instruction across multiple programs.
Organizations in regulated sectors like healthcare or finance use Digiforma to maintain compliance records for mandatory training. They query session data and trainee attendance to generate audit reports, verify completion statuses, and ensure adherence to industry standards and legal requirements.
Digiforma operates on a subscription model where training centers pay monthly or annual fees for access to the platform. Revenue is generated through tiered pricing based on features like user count, data storage, and advanced analytics, providing predictable income and scalability for the provider.
The platform offers API access with usage-based billing, where clients pay per query or data transaction. This model appeals to larger organizations with high-volume data needs, generating revenue from API calls, data exports, and integration services, while allowing flexible scaling for users.
Digiforma provides enterprise licenses with custom features and dedicated support for large training networks or corporations. Revenue comes from one-time setup fees, ongoing maintenance contracts, and customization services, targeting clients needing tailored solutions and high reliability.
💬 Integration Tip
Ensure the DIGIFORMA_API_KEY is securely stored as an environment variable and use pagination in queries to handle large datasets efficiently, avoiding API rate limits.
Scored Apr 19, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.