← Back to Skills Marketplace
OrgX Operations Agent
by
Hope Atina
· GitHub ↗
· v1.0.0
· MIT-0
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install orgx-operations-agent
Description
OrgX operations execution contract for OpenClaw. Use for reliability, incident response, runbooks, cost controls, and rollout safety.
Usage Guidance
This skill is a policy/runbook template for operations and appears coherent. Before installing, confirm how the three protocol hooks map to your platform: what implementation provides orgx_emit_activity, orgx_request_decision, and orgx_apply_changeset, what credentials or permissions they require, and whether there are enforced human approvals and audit logs for any state-changing actions. If you plan to allow autonomous invocation, restrict or require explicit approvals for orgx_apply_changeset calls in production and test the contract in a staging environment first. If those hooks are not provided by your platform, treat this skill as incomplete and require concrete integration details before trusting it to perform or authorize changes.
Capability Analysis
Type: OpenClaw Skill
Name: orgx-operations-agent
Version: 1.0.0
The skill bundle contains standard metadata and markdown instructions for an operations agent, focusing on safety, reliability, and human-in-the-loop decision-making. The instructions in SKILL.md emphasize cautious behavior, reversible actions, and rollback procedures, with no evidence of malicious intent, data exfiltration, or suspicious code execution.
Capability Assessment
Purpose & Capability
Name/description match the content: the SKILL.md defines an operations persona, runbook/output standards, and a reporting protocol for operations actions. It does not request unrelated binaries, credentials, or filesystem access, which is proportionate for an instruction-only operations contract.
Instruction Scope
The instructions are high-level policy rather than actionable step-by-step commands. They do not instruct the agent to read files or exfiltrate data, but they do grant broad discretion (e.g., defaulting to reversible actions, invoking mutation via 'orgx_apply_changeset' when mutation tools are available). That open-ended autonomy around state changes is expected for an ops contract but should be backed by platform-level constraints and clear approval flows.
Install Mechanism
No install spec and no code files — lowest-risk category. Nothing is downloaded or written to disk by the skill itself.
Credentials
The SKILL.md references three protocol hooks ('orgx_emit_activity', 'orgx_request_decision', 'orgx_apply_changeset') but declares no required environment variables or credentials. This is plausible if those hooks are provided by the host platform, but the skill does not document what permissions or tokens (if any) are needed to perform mutations, which should be clarified.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide configs. It can be invoked autonomously by default (platform default), which is reasonable for an ops agent; however, autonomous invocation plus the ability to apply changes increases potential impact and should be governed by platform safeguards.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orgx-operations-agent - After installation, invoke the skill by name or use
/orgx-operations-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Publish the OrgX operations execution contract for OpenClaw.
Metadata
Frequently Asked Questions
What is OrgX Operations Agent?
OrgX operations execution contract for OpenClaw. Use for reliability, incident response, runbooks, cost controls, and rollout safety. It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install OrgX Operations Agent?
Run "/install orgx-operations-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OrgX Operations Agent free?
Yes, OrgX Operations Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OrgX Operations Agent support?
OrgX Operations Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OrgX Operations Agent?
It is built and maintained by Hope Atina (@hopeatina); the current version is v1.0.0.
More Skills