Prompt to paste
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.
This page bundles the human handoff, a machine-readable manifest, and a markdown brief your agent can ingest directly.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
{
"schemaVersion": "1.0",
"item": {
"slug": "graceful-restart",
"name": "优雅重启 Gateway。解决重启后丢失会话上下文的问题,重启前设置一次性 cron 任务,重启后自动发送消息到主会话恢复任务。默认 10 秒后唤醒。触发词:重启、restart",
"source": "tencent",
"type": "skill",
"category": "开发工具",
"sourceUrl": "https://clawhub.ai/scotthuang/graceful-restart",
"canonicalUrl": "https://clawhub.ai/scotthuang/graceful-restart",
"targetPlatform": "OpenClaw"
},
"install": {
"downloadUrl": "/downloads/graceful-restart",
"sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=graceful-restart",
"sourcePlatform": "tencent",
"targetPlatform": "OpenClaw",
"packageFormat": "ZIP package",
"primaryDoc": "SKILL.md",
"includedAssets": [
"_meta.json",
"CHANGELOG.md",
"graceful-restart.js",
"SKILL.md"
]
}
}