# Send Promptify Skill 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "promptify-skill",
    "name": "Promptify Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tolibear/promptify-skill",
    "canonicalUrl": "https://clawhub.ai/tolibear/promptify-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/promptify-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=promptify-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "agents/clarifier.md",
      "agents/codebase-researcher.md",
      "agents/web-researcher.md",
      "commands/promptify.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "promptify-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T13:04:26.821Z",
      "expiresAt": "2026-05-14T13:04:26.821Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=promptify-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=promptify-skill",
        "contentDisposition": "attachment; filename=\"promptify-skill-3.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "promptify-skill"
      },
      "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/promptify-skill"
    },
    "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/promptify-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/promptify-skill",
    "agentUrl": "https://openagent3.xyz/skills/promptify-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/promptify-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/promptify-skill/agent.md"
  }
}
```
## Documentation

### Prompt Optimizer

Transform prompts into clear, effective ones. Model-agnostic.

### Modifiers (parse from ARGUMENTS)

+ask → Force clarifying questions
+deep → Force codebase exploration
+web → Force web search

No modifiers? Auto-detect what's needed.

### Auto-Detection Triggers

TriggerSignalscodebase-researcher"this project", "our API", specific files/functions, "integrate", "extend", "refactor"clarifierAmbiguous ("make it better"), multiple interpretations, missing constraints, vague pronounsweb-researcher"best practices", "latest", external APIs/libraries, framework patterns, year references

### Agent Dispatch

When agents needed:

Announce which and why
Run in parallel via Task tool (agents/ directory)
Synthesize findings
Optimize with gathered context

### Core Contract (every prompt needs all four)

ElementIf MissingRoleAdd persona with expertiseTaskMake action specificConstraintsInfer from contextOutputSpecify format/structure

### Process

If image: Analyze, incorporate context
Detect type: coding/writing/analysis/creative/data
Convert output→process: "Write X" → "Analyze → Plan → Implement → Validate"
Strip fluff: "please", "I want you to", filler, apologies
Apply contract: Verify all 4 elements
Add structure: XML tags for complex prompts

### Type Focus

Coding: Specs, edge cases, framework
Writing: Tone, audience, length
Analysis: Criteria, depth
Creative: Constraints, novelty
Data: I/O format, edge cases

### Output

Optimized prompt in code block
echo 'PROMPT' | pbcopy
2-3 sentence explanation
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tolibear
- Version: 3.1.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-07T13:04:26.821Z
- Expires at: 2026-05-14T13:04:26.821Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/promptify-skill)
- [Send to Agent page](https://openagent3.xyz/skills/promptify-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/promptify-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/promptify-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/promptify-skill)