返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

aliyun-ai-guardrail

Install and configure the Alibaba Cloud AI guardrail openclaw hook, which intercepts malicious content in LLM requests using Alibaba Cloud AI Guardrail service. Trigger when user mentions 'install aliyun ai guardrail', 'aliyun ai guardrail', 'aliyun-ai-guardrail', 'Aliyun AI Guardrail hook', or needs to set up AI security detection for openclaw.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
167
下载量
1
收藏
概述
安装方式
版本历史

aliyun-ai-guardrail

# Aliyun AI Guardrail An openclaw hook based on Alibaba Cloud AI Guardrail that intercepts LLM requests and detects malicious content. ## Installation ### Step 1: Install the hook Copy the bundled hook directory to a temporary location and install: ```bash TMPDIR=$(mktemp -d) cp -r <skill_assets_dir>/aliyun-ai-guardrail "$TMPDIR/aliyun-ai-guardrail" cd "$TMPDIR/aliyun-ai-guardrail" && npm install openclaw hooks install "$TMPDIR/aliyun-ai-guardrail" ``` Replace `<skill_assets_dir>` with the absolute path to this skill's `assets/` directory. ### Step 2: Ask user for AKSK Ask the user for their Alibaba Cloud AccessKey ID and AccessKey Secret. These are required to call the Alibaba Cloud AI Guardrail API. ### Step 3: Configure environment variables After obtaining the AKSK, edit the user's `openclaw.json` (typically at `~/.openclaw.json` or project root) to add the environment variables: ```json { "env": { "ALIBABA_CLOUD_ACCESS_KEY_ID": "<user-provided AK>", "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "<user-provided SK>" } } ``` If `openclaw.json` already has other configuration, merge the new entries without overwriting existing content. ### Step 4: Done Inform the user that the security guardrail is configured. Remind them to restart the Gateway. The hook will automatically load on openclaw agent startup and intercept LLM requests containing malicious content.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-ai-guardrail-1776203704 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-ai-guardrail-1776203704 技能

通过命令行安装

skillhub install aliyun-ai-guardrail-1776203704

下载 Zip 包

⬇ 下载 aliyun-ai-guardrail v1.0.0

文件大小: 6.05 KB | 发布时间: 2026-4-17 14:03

v1.0.0 最新 2026-4-17 14:03
- Initial release of the Aliyun AI Guardrail openclaw hook.
- Enables LLM request interception and malicious content detection using Alibaba Cloud AI Guardrail.
- Provides step-by-step installation and configuration instructions.
- Prompts for Alibaba Cloud AccessKey credentials and explains environment variable setup.
- Guides users to update configuration and restart openclaw Gateway for activation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部