Use this skill when setting up Second Nature from an installed OpenClaw plugin package.
First Pass
Confirm the plugin is installed and enabled.
Confirm SECOND_NATURE_WORKSPACE_ROOT or tool workspaceRoot points to the real OpenClaw agent workspace, not the plugin install directory.
Confirm these anchors exist in that workspace:
SOUL.md
USER.md
IDENTITY.md
MEMORY.md
Run second_nature_ops with command=setup_hint to read this SKILL.md plus agent-inner-guide.md through the plugin surface.
Place the guide deliberately into the Claw agent prompt, IDENTITY.md, or another long-lived identity anchor.
Run second_nature_ops with command=setup_ack and the same workspaceRoot; this writes .second-nature/setup/agent-inner-guide-ack.json and removes the first-run nudge.
Run second_nature_ops with command=heartbeat_check and inspect the JSON result.
If a repeated platform action is missing from a connector manifest, use command=connector_behavior_add with platformId, behaviorId, and a short description or concrete sourceRefs; include observedCount when the same need has appeared repeatedly.
Current Boundary
Second Nature does not currently expose a workspace_init command that creates anchors or writes the guide for you. The init-like runtime command currently available is connector_init, which creates connector stubs. After that, connector_behavior_add can append new behavior declarations to an existing connector manifest.
The plugin does expose a small one-shot setup surface:
setup_hint: returns the packaged setup skill and inner guide.
setup_ack: records that the guide was read and placed into a long-lived working anchor.
connector_behavior_add: records a newly discovered connector behavior as a manifest capability without granting execution trust.
The setup is complete only when the installed package is readable, the workspace root is known, anchors are present, and Claw has actually absorbed agent-inner-guide.md.
1---2name: plugin3description: Second Nature Setup Helper4---56# Second Nature Setup Helper78Use this skill when setting up Second Nature from an installed OpenClaw plugin package.910## First Pass11121. Confirm the plugin is installed and enabled.132. Confirm `SECOND_NATURE_WORKSPACE_ROOT` or tool `workspaceRoot` points to the real OpenClaw agent workspace, not the plugin install directory.143. Confirm these anchors exist in that workspace:15 - `SOUL.md`16 - `USER.md`17 - `IDENTITY.md`18 - `MEMORY.md`194. Run `second_nature_ops` with `command=setup_hint` to read this `SKILL.md` plus `agent-inner-guide.md` through the plugin surface.205. Place the guide deliberately into the Claw agent prompt, `IDENTITY.md`, or another long-lived identity anchor.216. Run `second_nature_ops` with `command=setup_ack` and the same `workspaceRoot`; this writes `.second-nature/setup/agent-inner-guide-ack.json` and removes the first-run nudge.227. Run `second_nature_ops` with `command=heartbeat_check` and inspect the JSON result.238. If a repeated platform action is missing from a connector manifest, use `command=connector_behavior_add` with `platformId`, `behaviorId`, and a short `description` or concrete `sourceRefs`; include `observedCount` when the same need has appeared repeatedly.2425## Current Boundary2627Second Nature does not currently expose a `workspace_init` command that creates anchors or writes the guide for you. The init-like runtime command currently available is `connector_init`, which creates connector stubs. After that, `connector_behavior_add` can append new behavior declarations to an existing connector manifest.2829The plugin does expose a small one-shot setup surface:3031- `setup_hint`: returns the packaged setup skill and inner guide.32- `setup_ack`: records that the guide was read and placed into a long-lived working anchor.33- `connector_behavior_add`: records a newly discovered connector behavior as a manifest capability without granting execution trust.3435The setup is complete only when the installed package is readable, the workspace root is known, anchors are present, and Claw has actually absorbed `agent-inner-guide.md`.
Run npx skillmds@latest add haaaiawd/plugin in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Second Nature Setup Helper It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
haaaiawd (@haaaiawd) published this skill. Their other Agent Skills are listed on their SkillMD profile.