← Back to Skills Marketplace
Moses Postures
by
burnmydays
· GitHub ↗
· v1.0.2
· MIT-0
262
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install moses-postures
Description
MO§ES™ Posture Controls — Enforces transaction and execution policies across all agents. SCOUT=read-only, DEFENSE=protect+confirm, OFFENSE=execute within mod...
Usage Guidance
This skill appears internally consistent for enforcing posture rules, but before installing: 1) Install and inspect the moses-governance bundle (especially the init_state.py script) to verify it does only what you expect. 2) Confirm the location and permissions of ~/.openclaw/governance/state.json and ensure only trusted operators can edit it. 3) Ask where 'logs' (execution decisions and rationales) will be written and who can access/transmit them; if unspecified, require the skill to log to a controlled, local path. 4) If you are concerned about broad 'verification' behaviors, limit agent autonomy or require operator confirmations for sensitive actions. If any of these items are unacceptable or the dependent bundle cannot be reviewed, consider not installing or running the skill with restricted agent privileges.
Capability Analysis
Type: OpenClaw Skill
Name: moses-postures
Version: 1.0.2
The skill bundle defines a governance framework for an AI agent, establishing operational 'postures' (SCOUT, DEFENSE, OFFENSE) to restrict or permit transactions. The SKILL.md file provides safety-oriented instructions to the agent, such as enforcing read-only modes and requiring operator confirmation for transfers. No malicious code, exfiltration logic, or harmful prompt injections are present; the skill appears designed to enhance agent safety and control through local state management in ~/.openclaw/governance/state.json.
Capability Assessment
Purpose & Capability
Name/description claim to enforce posture and transaction policies; the SKILL.md only requires reading ~/.openclaw/governance/state.json and invoking init_state.py from a declared moses-governance dependency—this is coherent and proportionate for a governance/posture skill.
Instruction Scope
Instructions are focused on loading posture state and enforcing confirmation rules (SCOUT/DEFENSE/OFFENSE). However the runtime instructions are somewhat high-level: they require logging every execution decision (location/retention not specified) and tell the agent to 'verify' data points before acting, which could be interpreted broadly. The skill also delegates to an external script (init_state.py) in another bundle—you should review that script to confirm it doesn't perform unexpected actions.
Install Mechanism
Instruction-only skill (no install spec, no code files). This is the lowest-risk install pattern; nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables, no binaries, and only reads a single declared state path in the user's home (~/.openclaw/governance/state.json). That access is proportional to its governance purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does instruct agents to invoke another skill's script, which is expected for this bundle but means you should verify that other skill's behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moses-postures - After installation, invoke the skill by name or use
/moses-postures - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Auto-publish from commit 55e034046bead496c5e237155e25e2a082775644
v1.0.1
Auto-publish from commit c0128f413390c73d38808d42eaf13ad990ee548e
v1.0.0
- Initial release of moses-postures skill.
- Introduces MO§ES™ Posture Controls: SCOUT (read-only), DEFENSE (protect/confirm), and OFFENSE (execute within mode).
- Defines clear transaction and execution policies for each posture.
- Documents posture and governance mode interaction, with detailed policy table.
- Provides operator command examples and confirmation messages for setting postures.
Metadata
Frequently Asked Questions
What is Moses Postures?
MO§ES™ Posture Controls — Enforces transaction and execution policies across all agents. SCOUT=read-only, DEFENSE=protect+confirm, OFFENSE=execute within mod... It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.
How do I install Moses Postures?
Run "/install moses-postures" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moses Postures free?
Yes, Moses Postures is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moses Postures support?
Moses Postures is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moses Postures?
It is built and maintained by burnmydays (@sunrisesillneversee); the current version is v1.0.2.
More Skills