Agent Skills
› katanemo/plano
› plano-filter-guardrails
plano-filter-guardrails
GitHub用于修复和加固 Plano 过滤链及安全护栏,涵盖 MCP 过滤器配置、提示词守卫响应优化及安全的过滤顺序设置,确保请求处理的安全性。
Trigger Scenarios
Fix filter chain ordering
Set up MCP filters correctly
Improve guardrail rejection behavior
Harden request processing for safety
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


