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


