Files
davida-ps c1d1824f86 ci(skills): publish release trust packets + expand skill installer awareness (vercel) (#262)
* ci(skills): publish release trust packets

* ci(skills): simulate beta tag releases

* ci(skills): match release version bump rules

* chore(skills): group agent skills for installer

* chore(skills): make clawtributor global

* chore(skills): bump all skills for trust release

* ci(skills): require npx install docs

* fix(skills): simulate prerelease tag versions

* fix(skills): aggregate trust artifact checksum failures

* fix(frontend): advertise npx skills suite install

* chore(frontend): drop ad hoc homepage copy test

* fix(ci): run skill release tooling tests
2026-06-10 13:22:22 +03:00
..

NanoClaw Traffic Guardian

Baseline skill for NanoClaw runtime traffic monitoring.

This package is intentionally a spec scaffold. Builders should add the NanoClaw-specific host-service, IPC, and MCP implementation here while preserving the safety contract in SKILL.md and SPEC.md.

Vercel Skills Installation

Install with the Vercel Skills CLI for this harness:

npx skills add prompt-security/clawsec --skill nanoclaw-traffic-guardian -a openclaw -y

Intended Capability

  • detect outbound secret exfiltration in NanoClaw host-managed traffic
  • detect inbound command-injection and tool-abuse payloads
  • keep CA private key material outside the container
  • expose redacted status/findings through MCP tools
  • provide explicit host-side lifecycle controls

Builder Notes

Follow the existing clawsec-nanoclaw pattern: host services own privileged operations, while MCP tools expose bounded requests and redacted responses.