TopRank Skills

Home / Claw Skills / Others / read-policy
Official OpenClaw rules 15%

read-policy

Read OpenClaw policies from PostgreSQL through the local Supabase Docker stack. Use for inspecting policy keys such as auto_approve, priority_routing, or available_skills.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 read-policy 技能。 若已安装,则直接安装 read-policy 技能。

Overview

Skill Key
ecosincronia/read-policy
Author
ecosincronia
Source Repo
openclaw/skills
Version
-
Source Path
skills/ecosincronia/read-policy
Latest Commit SHA
79f698e96a0e6cfaba83ce068a82bba53ad9eff2

Extracted Content

SKILL.md excerpt

# Read Policy

Read policy values from the real OpenClaw database.

## Commands

- Read one policy key  
  `{baseDir}/scripts/read-policy.sh get "auto_approve"`

- List all policy keys  
  `{baseDir}/scripts/read-policy.sh list`

## Notes

- Uses the local Docker container `supabase-db`
- Reads from `public.openclaw_policies`
- Intended for inspection only

Related Claw Skills