โ† Back to skill
Send to Agent

Give Indirect Prompt Injection Defense to your agent

This page bundles the human handoff, a machine-readable manifest, and a markdown brief your agent can ingest directly.

Agent brief

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.

Prompt to paste

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Machine-readable manifest

{
  "schemaVersion": "1.0",
  "item": {
    "slug": "indirect-prompt-injection",
    "name": "Indirect Prompt Injection Defense",
    "source": "tencent",
    "type": "skill",
    "category": "ๅฎ‰ๅ…จๅˆ่ง„",
    "sourceUrl": "https://clawhub.ai/aviv4339/indirect-prompt-injection",
    "canonicalUrl": "https://clawhub.ai/aviv4339/indirect-prompt-injection",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/indirect-prompt-injection",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=indirect-prompt-injection",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/attack-patterns.md",
      "references/detection-heuristics.md",
      "references/safe-parsing.md",
      "scripts/run_tests.py",
      "scripts/sanitize.py"
    ]
  }
}