📦 Read Policy — 读取策略

v1.0.2

通过本地 Supabase Docker 栈连接 PostgreSQL,读取 OpenClaw 策略,可快速查看 auto_approve、priority_routing、ava 等策略键值,用于审计与调试。

0· 303·2 当前·2 累计
ecosincronia 头像by @ecosincronia (EcosincronIA)
下载技能包
最后更新
2026/3/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is small and focused, but before installing: (1) confirm you run it only on a trusted machine with the Supabase stack and that a container named supabase-db exists; (2) ensure the Docker CLI is available and you are comfortable that running docker exec gives access to the container (and therefore the DB contents); (3) review the included script (scripts/read-policy.sh) — it only runs psql inside the container and escapes single quotes for the supplied key; (4) avoid running this skill...
详细分析 ▾
用途与能力
The skill's name and description match its behavior: it reads OpenClaw policies from the local Supabase Postgres instance. Minor mismatch: the SKILL.md and script expect Docker (container named supabase-db) to be available, but the skill metadata does not declare Docker as a required binary.
指令范围
SKILL.md directs the agent to run the included script to list or get keys from public.openclaw_policies via docker exec into the supabase-db container. The script confines actions to running psql inside that container and formats output for inspection; it does not attempt to read arbitrary host files or contact external endpoints.
安装机制
This is an instruction-only skill with no install spec and a small included script; nothing is downloaded or written to disk by an installer.
凭证需求
The skill requests no environment variables or credentials. It relies on docker exec to run psql as the postgres user inside the local container, which is a reasonable requirement for inspecting a local Supabase DB.
持久化与权限
always is false and the skill does not request persistent/always-on presence or modify other skills; autonomous invocation is allowed (platform default) and is not, by itself, risky here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/11

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install read-policy
镜像加速npx clawhub@latest install read-policy --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库