← All skills
Tencent SkillHub · Communication & Collaboration

chitin-moat

Enforce contextual permission boundaries for AI agents based on communication surface. Constrains agent capabilities (exec, file I/O, secrets, messaging) by...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Enforce contextual permission boundaries for AI agents based on communication surface. Constrains agent capabilities (exec, file I/O, secrets, messaging) by...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/example-config.yaml, references/permission-matrix.md, scripts/audit_channels.py, scripts/resolve_channel.py, scripts/validate_config.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Chitin Moat

Enforce contextual agent permissions based on where a conversation happens.

Trust Levels

LevelNameCapabilities0sovereignFull autonomy (1:1 with verified owner)1trustedRead/write, scoped tools, no secrets (private known group)2guardedRespond on @mention only, no tools (semi-public)3observerReact only (public channels)4silentNo interaction (blocked surfaces)

Configuration

Create chitin-trust-channels.yaml in the agent workspace root: version: "0.1" owner: telegram: "<owner_user_id>" channels: - id: "telegram:<owner_user_id>" level: sovereign - id: "discord:<server_id>" level: guarded overrides: - channel: "owners-lounge" level: trusted - channel: "pro-*" level: trusted - id: "telegram:group:*" level: observer defaults: unknown_channel: observer unknown_dm: guarded

Setup

Copy the example config: cp references/example-config.yaml chitin-trust-channels.yaml Edit with your channel IDs and owner identity Run the validator: python3 scripts/validate_config.py chitin-trust-channels.yaml Run the audit: python3 scripts/audit_channels.py chitin-trust-channels.yaml

Permission Matrix

See references/permission-matrix.md for the full capability × trust-level matrix.

Scripts

scripts/validate_config.py <config> — Validate a trust channels config file scripts/audit_channels.py <config> — Audit current channel bindings against the config and report mismatches scripts/resolve_channel.py <config> <channel_id> — Resolve the trust level for a specific channel ID

Integration with AGENTS.md

Add to the agent's workspace instructions: ## Chitin Moat Before responding in any channel, resolve the trust level using `chitin-trust-channels.yaml`. Constrain capabilities to the resolved level. Never escalate beyond the channel ceiling.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • references/permission-matrix.md Docs
  • scripts/audit_channels.py Scripts
  • scripts/resolve_channel.py Scripts
  • scripts/validate_config.py Scripts
  • references/example-config.yaml Config