# Send test to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tesy",
    "name": "test",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kipasdinding6969-alt/tesy",
    "canonicalUrl": "https://clawhub.ai/kipasdinding6969-alt/tesy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tesy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tesy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "Philosophy.md",
      "SKILL.md",
      "Integration.md",
      "Workflows/AdversarialValidation.md",
      "Workflows/ParallelAnalysis.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tesy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T05:41:16.639Z",
      "expiresAt": "2026-05-12T05:41:16.639Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tesy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tesy",
        "contentDisposition": "attachment; filename=\"tesy-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tesy"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tesy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tesy",
    "downloadUrl": "https://openagent3.xyz/downloads/tesy",
    "agentUrl": "https://openagent3.xyz/skills/tesy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tesy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tesy/agent.md"
  }
}
```
## Documentation

### Customization

Before executing, check for user customizations at:
~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/RedTeam/

If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.

### RedTeam Skill

Military-grade adversarial analysis using parallel agent deployment. Breaks arguments into atomic components, attacks from 32 expert perspectives (engineers, architects, pentesters, interns), synthesizes findings, and produces devastating counter-arguments with steelman representations.

### Voice Notification

When executing a workflow, do BOTH:

Send voice notification:
curl -s -X POST http://localhost:8888/notify \\
  -H "Content-Type: application/json" \\
  -d '{"message": "Running the WORKFLOWNAME workflow from the RedTeam skill"}' \\
  > /dev/null 2>&1 &



Output text notification:
Running the **WorkflowName** workflow from the **RedTeam** skill...

Full documentation: ~/.claude/skills/CORE/SkillNotifications.md

### Workflow Routing

Route to the appropriate workflow based on the request.

When executing a workflow, output this notification directly:

Running the **WorkflowName** workflow from the **RedTeam** skill...

TriggerWorkflowRed team analysis (stress-test existing content)Workflows/ParallelAnalysis.mdAdversarial validation (produce new content via competition)Workflows/AdversarialValidation.md

### Quick Reference

WorkflowPurposeOutputParallelAnalysisStress-test existing contentSteelman + Counter-argument (8-points each)AdversarialValidationProduce new content via competitionSynthesized solution from competing proposals

The Five-Phase Protocol (ParallelAnalysis):

Decomposition - Break into 24 atomic claims
Parallel Analysis - 32 agents examine strengths AND weaknesses
Synthesis - Identify convergent insights
Steelman - Strongest version of the argument
Counter-Argument - Strongest rebuttal

### Context Files

Philosophy.md - Core philosophy, success criteria, agent types
Integration.md - Skill integration, FirstPrinciples usage, output format

### Examples

Attack an architecture proposal:

User: "red team this microservices migration plan"
--> Workflows/ParallelAnalysis.md
--> Returns steelman + devastating counter-argument (8 points each)

Devil's advocate on a business decision:

User: "poke holes in my plan to raise prices 20%"
--> Workflows/ParallelAnalysis.md
--> Surfaces the ONE core issue that could collapse the plan

Adversarial validation for content:

User: "battle of bots - which approach is better for this feature?"
--> Workflows/AdversarialValidation.md
--> Synthesizes best solution from competing ideas

Last Updated: 2025-12-20
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kipasdinding6969-alt
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T05:41:16.639Z
- Expires at: 2026-05-12T05:41:16.639Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tesy)
- [Send to Agent page](https://openagent3.xyz/skills/tesy/agent)
- [JSON manifest](https://openagent3.xyz/skills/tesy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tesy/agent.md)
- [Download page](https://openagent3.xyz/downloads/tesy)