initrunner
Define, run, and deploy YAML-configured autonomous agents
All Skills in This Repository (25)
Pure Emerald Level Indicatorskubernetes
Diagnose Kubernetes cluster issues using read-only kubectl workflows.
prompt-craft
Craft structured image prompts from natural language descriptions.
service-health-check
Probe service health endpoints and dependency reachability for readiness reports.
environment-diagnostics
Validate environment variables, config files, ports, and dependencies.
database-verification
Verify database connectivity, schema integrity, and data consistency across multiple systems.
api-contract-testing
Probes HTTP endpoints with curl and verifies responses against declared API contracts.
edge-case-generation
Identify edge-case scenarios for software testing on functions or modules.
coverage-analysis
Analyze pytest coverage reports to prioritize uncovered Python code lines and branches.
jest-patterns
Automate standardized Jest and Vitest testing patterns for JavaScript and TypeScript projects.
mocking-strategies
Isolate external dependencies in Python and JavaScript tests with mocking patterns.
pytest-patterns
Provides structured pytest patterns and best practices for Python test suites.
email-triage
Classify emails into triage categories using content, sender memory, and thread context.
Frequently Asked Questions
FAQPage SchemaHow to install InitRunner?โผ
Run `npx skills add vladkesler/initrunner --all -g -y` in your terminal to install all skills in this suite globally.
What does InitRunner do?โผ
It lets you define an autonomous agent in one YAML file and run it as a chat, one-shot command, trigger-driven daemon, or OpenAI-compatible API server without rewriting anything.
Which model providers does InitRunner support?โผ
It works with Anthropic, OpenAI, Google, Groq, Mistral, Cohere, xAI, OpenRouter, Ollama, and any OpenAI-compatible endpoint, with automatic fallback between models.
Can InitRunner run agents on a schedule?โผ
Yes. Daemon mode supports cron, file-watch, webhook, Telegram, Discord, and Slack triggers, so agents react to events continuously.
Do I need to write code to use InitRunner?โผ
No. You describe the agent you want in plain English or answer a setup wizard, and InitRunner generates the YAML configuration for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core