MyAdmin
Official@myadmin-plugins · Secaucus, NJ USA
I robust modular system for managing a datacenter or hosting company.
Agent Skills by MyAdmin
Showing 22 vetted skills indexed across 6 GitHub repositories.
inc-function
Wraps KA API methods in a logged PHP function with try/catch for XML_RPC2_CurlException.
plugin-test
Write PHPUnit tests for plugin code using the tests/bootstrap.php stub pattern.
plugin-event-handler
Register Symfony GenericEvent handlers for HyperV plugin events in getHooks().
async-soap-script
Creates ReactPHP-based asynchronous SOAP clients for Hyper-V service operations.
hyperv-phpunit-test
Generate a PHPUnit test file for the Detain MyAdmin Hyper-V plugin.
soap-bin-script
Generate deterministic PHP SOAP bin scripts for Hyper-V operations.
kayako-api-function
Add a procedural Kayako API function to src/api.php with validation and try/catch blocks.
acronis-integration
Automate Acronis Cloud Backup API lifecycle operations for MyAdmin service type 10665.
plugin-settings
Automate module-wide admin settings for MyAdmin plugins within getSettings.
phpunit-plugin-test
Create or extend PHPUnit tests in tests/PluginTest.php with a bootstrap pattern.
plugin-lifecycle
Add or modify service lifecycle handlers in the backups module.
maxmind-admin-page
Create and manage ACL-protected admin UI pages for MaxMind integration.
myadmin-plugin-hooks
Register MyAdmin plugin hooks and UI integrations with standardized event mappings.
maxmind-fraud-check
Enforce MaxMind minFraud score and riskScore rules in MyAdmin workflows.
plugin-tests
Generate PHPUnit 9 test skeletons with bootstrap stubs in the tests/ directory.
plugin-hook
Add Symfony EventDispatcher hooks to Plugin.php with matching test updates.
save-learning
Save user instructions as structured learnings via the caliber CLI.
opensrs-bin-script
Generate OpenSRS bin scripts with autoload conventions and argument handling.
opensrs-api-method
Add OpenSRS API methods as public static functions in OpenSRS.php.
find-skills
Search the public registry for community skills and install SKILL.md files.
phpunit-test
Create or extend PHPUnit 9 tests under tests/ using ReflectionClass and bootstrap stubs.
setup-caliber
Automate Caliber config setup and sync with pre-commit hooks.
Frequently Asked Questions About MyAdmin
FAQPage SchemaWhat specific hosting tasks can be managed using these plugins?▼
These plugins enable management of Hyper-V operations, Acronis Cloud Backup lifecycle tasks, and MaxMind fraud detection. They provide standardized hooks for Symfony-based environments to handle service-level events and administrative settings within datacenter hosting platforms.
Which technical personas are the primary users of this registry?▼
The registry is designed for backend engineers and systems administrators working within the MyAdmin hosting ecosystem. It targets developers responsible for extending hosting control panels, managing service integrations, and maintaining test coverage for modular infrastructure components.
What are the core dependencies for running these plugin components?▼
These components require a PHP environment configured with Symfony EventDispatcher and PHPUnit 9 for testing. Integration with external services like Hyper-V, Acronis, or Kayako requires valid service credentials and the corresponding XML_RPC2 or SOAP client libraries.