Agent Skills
› katanemo/plano
› plano-filter-guardrails
plano-filter-guardrails
GitHub用于加固Plano过滤器链与安全护栏,涵盖MCP过滤器配置、提示词防护响应及安全过滤顺序优化,确保请求处理安全并提升拒绝信息的清晰度。
Trigger Scenarios
修复过滤器链排序
正确设置MCP过滤器
改进护栏拒绝行为
加强请求处理安全性
Install
npx skills add katanemo/plano --skill plano-filter-guardrails -g -y
SKILL.md
Frontmatter
{
"name": "plano-filter-guardrails",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Harden Plano filter chains and guardrails. Use for MCP filter setup, prompt guard responses, and safe filter ordering."
}
Plano Filter Chains and Guardrails
Use this skill when safety controls or filter pipelines need correction.
When To Use
- "Fix filter chain ordering"
- "Set up MCP filters correctly"
- "Improve guardrail rejection behavior"
- "Harden request processing for safety"
Apply These Rules
filter-mcpfilter-guardrailsfilter-ordering
Execution Checklist
- Configure filter
type,transport, andtoolexplicitly for MCP. - Ensure rejection messages are clear and actionable.
- Order chain as guards -> rewriters -> enrichment -> output checks.
- Prevent expensive enrichment on unsafe requests.
- Verify with representative blocked and allowed test prompts.
Version History
- 0.4.26 Current 2026-07-06 00:27


