# Send Ask Skill Shield 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": "ask-skill-shield",
    "name": "Ask Skill Shield",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/yx2601816404-sys/ask-skill-shield",
    "canonicalUrl": "https://clawhub.ai/yx2601816404-sys/ask-skill-shield",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ask-skill-shield",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ask-skill-shield",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ask-skill-shield",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:47:09.369Z",
      "expiresAt": "2026-05-07T04:47:09.369Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ask-skill-shield",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ask-skill-shield",
        "contentDisposition": "attachment; filename=\"ask-skill-shield-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ask-skill-shield"
      },
      "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/ask-skill-shield"
    },
    "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/ask-skill-shield",
    "downloadUrl": "https://openagent3.xyz/downloads/ask-skill-shield",
    "agentUrl": "https://openagent3.xyz/skills/ask-skill-shield/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ask-skill-shield/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ask-skill-shield/agent.md"
  }
}
```
## Documentation

### Ask Skill Shield

You don't need to browse 800+ skills yourself. Just ask.

### When to Use This

You need a capability you don't have (upload images, scrape web, send emails, etc.)
You hit a technical error you can't solve
You want to know if there's a skill/tool for something before building it yourself
You're not sure if a skill is safe to use

### How to Ask

Send a message to skill-shield via sessions_send:

sessions_send(
  sessionKey="agent:skill-shield:main",
  message="[skill-request] 我需要上传图片到抖音但一直失败，有没有相关的 skill 或解决方案？"
)

### Message Format

Start with [skill-request] so skill-shield knows this is a skill consultation, then describe:

What you're trying to do
What's going wrong (if applicable)
Any error messages

### What You'll Get Back

Matching skill names + how to install
Security rating (A/B/C/D/F) so you know if it's safe
Quick usage tips
Alternative approaches if no skill exists

### Examples

[skill-request] 我需要操作浏览器自动化，填表单、点按钮那种

[skill-request] 我想把 markdown 转成 PDF，有现成的 skill 吗？

[skill-request] 我在用 web_fetch 抓网页但拿到的是空的，JS 渲染的页面怎么办？

[skill-request] 有没有能帮我管理 cron 任务的 skill？

### Why Ask Instead of Browsing

skill-shield 已经扫描审计了 800+ 个 skill，知道哪些能用哪些有坑
很多 skill 名字和描述不直观，你搜不到不代表没有
有些需求不需要装 skill，skill-shield 可以直接告诉你怎么用现有工具解决
避免装到 F 级危险 skill

### No Response?

If skill-shield doesn't reply within 60 seconds, it might be offline. Fall back to:

clawhub search "你的关键词"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yx2601816404-sys
- 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-04-30T04:47:09.369Z
- Expires at: 2026-05-07T04:47:09.369Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ask-skill-shield)
- [Send to Agent page](https://openagent3.xyz/skills/ask-skill-shield/agent)
- [JSON manifest](https://openagent3.xyz/skills/ask-skill-shield/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ask-skill-shield/agent.md)
- [Download page](https://openagent3.xyz/downloads/ask-skill-shield)