← Back to Skills Marketplace
102
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-attune-workflow-setup
Description
Configure GitHub Actions CI/CD workflows for automated testing, linting, and deployment pipelines
Usage Guidance
This skill is intended to create/update GitHub Actions workflows and the instructions generally match that purpose, but it omits declaring tools it expects. Before using: (1) inspect the workflow templates and SKILL.md to confirm what files will be created/overwritten; run it in a throwaway branch or fork first; (2) ensure you have the gh/act/Python tools installed and understand which account/token the gh CLI will use (avoid exposing personal or org tokens); (3) verify where templates_dir and engine.render_file come from — the skill assumes a template engine and project detector that are not included; (4) backup .github/workflows/ (or use git) and prefer a dry-run; (5) if you want the skill to be safer, ask the author to declare required binaries and to add explicit dry-run, confirmation prompts, and a list of exact filesystem changes.
Capability Analysis
Type: OpenClaw Skill
Name: nm-attune-workflow-setup
Version: 1.0.0
The skill bundle provides standard instructions and code snippets for an AI agent to configure GitHub Actions workflows (CI/CD) for Python, Rust, and TypeScript projects. The logic involves detecting project types, rendering templates, and validating YAML syntax using common tools like 'gh' and 'python'; no evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md describes creating and validating GitHub Actions workflows. However, the skill does not declare required binaries or environment variables even though the instructions call out gh/act, python, and template/engine utilities (ProjectDetector, engine.render_file, templates_dir). This mismatch is disproportionate to the stated purpose.
Instruction Scope
Instructions direct reading and writing of .github/workflows/ files, running shell and Python checks, and using an unspecified ProjectDetector and template rendering engine. That is within the scope of setting up workflows, but the instructions assume filesystem writes and tools that can modify repo state and potentially overwrite existing workflows — the skill should explicitly warn and offer dry-run/backups.
Install Mechanism
No install spec and no code files are present (instruction-only), which minimizes installer risk. There is no downloader or packaging step in the manifest.
Credentials
The skill declares no required env vars or credentials, yet it expects CLI tools (gh, act), Python, and project-specific template directories and rendering engines to exist. It also references other skills/commands (e.g., /attune:upgrade-project, /pensive:shell-review) without declaring those dependencies. The lack of declared requirements is inconsistent and could cause unexpected behavior or privilege escalation (e.g., using the user's authenticated gh CLI).
Persistence & Privilege
always is false and there is no persistent install behavior. The skill will only act when invoked; autonomous invocation is allowed by default but not combined here with other high-privilege requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-attune-workflow-setup - After installation, invoke the skill by name or use
/nm-attune-workflow-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the workflow-setup skill for configuring GitHub Actions CI/CD workflows.
- Provides automated setup for testing, linting, and deployment pipelines for Python, Rust, and TypeScript projects.
- Includes best practices, validation steps, and troubleshooting guidance for maintaining reliable workflows.
- Documentation covers identification of missing workflows, rendering templates, and updating to latest action versions.
- Links to related skills for project initialization and PR preparation.
Metadata
Frequently Asked Questions
What is Nm Attune Workflow Setup?
Configure GitHub Actions CI/CD workflows for automated testing, linting, and deployment pipelines. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Nm Attune Workflow Setup?
Run "/install nm-attune-workflow-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Attune Workflow Setup free?
Yes, Nm Attune Workflow Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Attune Workflow Setup support?
Nm Attune Workflow Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Attune Workflow Setup?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills