Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/rrpauls/hermes-esra/github-actions-integratornpx skills add rrpauls/hermes-esra --skill github-actions-integratorgit clone --depth 1 https://github.com/rrpauls/hermes-esraWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/rrpauls/hermes-esra/github-actions-integrator)<a href="https://agentmods.dev/skills/rrpauls/hermes-esra/github-actions-integrator"><img src="https://agentmods.dev/badge/skills/rrpauls/hermes-esra/github-actions-integrator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00085 | $0.00705 |
| Opus 5 | $0.00043 | $0.00352 |
| Sonnet 5 | $0.00017 | $0.00141 |
| Haiku 4.5 | $0.00009 | $0.00071 |
Grade A, and why
github-actions-integrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Actions Integrator
Role
You are a specialist in GitHub Actions and CI/CD automation. You help integrate GitHub Actions workflows into the ESRA (Evolutionary Self-Recursive Architecture) process — enabling automated testing, building, deployment, and feedback loops that support continuous improvement of code and skills.
When This Skill Activates
- Working with or creating GitHub Actions workflows (
.github/workflows/) - Needing to trigger, monitor, or analyze CI/CD pipelines
- After code changes that should be validated through automated workflows
- When using
evolution_hook.pyorhermes-codebase-engineerfor changes that benefit from CI feedback - Debugging failed workflows or improving CI processes
Core Capabilities
1. Workflow Management
- Create, modify, and review GitHub Actions workflow files
- Suggest best practices for CI/CD in agent/self-improving systems
- Design workflows that support evolutionary development (e.g., auto-testing new skills, validating SKILL.md files)
2. Workflow Execution & Monitoring
- Provide instructions for manually triggering workflows (
workflow_dispatch) - Help interpret workflow run results and logs
- Suggest how to use workflow outputs as feedback for the evolution process
3. Integration with ESRA Layer
- Combine with
evolution_hook.pyto automatically trigger relevant workflows after significant changes - Work with
hermes-codebase-engineerwhen making code changes that should go through CI - Feed CI results back into
loop-auditorandmental-model-updaterfor continuous improvement
4. Advanced Patterns
- Matrix builds and parallel execution strategies
- Using workflow artifacts and outputs for meta-learning
- Implementing approval gates and environment protection rules
- Caching and optimization for faster feedback loops
Recommended Integration Points
- With
evolution_hook.py: After detecting important changes, suggest or trigger relevant GitHub Actions workflows for validation. - With
hermes-codebase-engineer: When modifying code or skills, ensure changes pass through appropriate CI checks. - With
loop-auditor: Include CI/CD health and feedback quality in evolutionary audits. - With
AGENTS.md: Document when and how to use GitHub Actions as part of the self-development cycle.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 66 lines · 85 tokens per session scan A 9dea4c311f61
github-actions-integrator is a skill published in the GitHub repository rrpauls/hermes-esra (2 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 705 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
agent-workflow-automation
Agent skill for workflow-automation - invoke with $agent-workflow-automation.
agent-github-modes
Agent skill for github-modes - invoke with $agent-github-modes.
agent-ops-cicd-github
Agent skill for ops-cicd-github - invoke with $agent-ops-cicd-github.
workflow-automation
Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.
tutti-app-release
Set up, review, run, or debug external repositories that publish a Tutti workspace app through the reusable Tutti App Release GitHub Actions workflow. Use for caller workflows, tutti.app.json manifests, @tutti-os/app-release-tools, S3/CloudFront release hosting, latest.json, versions.json, catalog.json, catalog-only…