{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pls-copy-editing",
    "name": "PLS Copy Editing",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/mattvalenta/pls-copy-editing",
    "canonicalUrl": "https://clawhub.ai/mattvalenta/pls-copy-editing",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pls-copy-editing",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pls-copy-editing",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pls-copy-editing"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/pls-copy-editing",
    "agentPageUrl": "https://openagent3.xyz/skills/pls-copy-editing/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pls-copy-editing/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pls-copy-editing/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "[TODO: 1-2 sentences explaining what this skill enables]"
      },
      {
        "title": "Structuring This Skill",
        "body": "[TODO: Choose the structure that best fits this skill's purpose. Common patterns:\n\n1. Workflow-Based (best for sequential processes)\n\nWorks well when there are clear step-by-step procedures\nExample: DOCX skill with \"Workflow Decision Tree\" -> \"Reading\" -> \"Creating\" -> \"Editing\"\nStructure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...\n\n2. Task-Based (best for tool collections)\n\nWorks well when the skill offers different operations/capabilities\nExample: PDF skill with \"Quick Start\" -> \"Merge PDFs\" -> \"Split PDFs\" -> \"Extract Text\"\nStructure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...\n\n3. Reference/Guidelines (best for standards or specifications)\n\nWorks well for brand guidelines, coding standards, or requirements\nExample: Brand styling with \"Brand Guidelines\" -> \"Colors\" -> \"Typography\" -> \"Features\"\nStructure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...\n\n4. Capabilities-Based (best for integrated systems)\n\nWorks well when the skill provides multiple interrelated features\nExample: Product Management with \"Core Capabilities\" -> numbered capability list\nStructure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...\n\nPatterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).\n\nDelete this entire \"Structuring This Skill\" section when done - it's just guidance.]"
      },
      {
        "title": "[TODO: Replace with the first main section based on chosen structure]",
        "body": "[TODO: Add content here. See examples in existing skills:\n\nCode samples for technical skills\nDecision trees for complex workflows\nConcrete examples with realistic user requests\nReferences to scripts/templates/references as needed]"
      },
      {
        "title": "Resources (optional)",
        "body": "Create only the resource directories this skill actually needs. Delete this section if no resources are required."
      },
      {
        "title": "scripts/",
        "body": "Executable code (Python/Bash/etc.) that can be run directly to perform specific operations.\n\nExamples from other skills:\n\nPDF skill: fill_fillable_fields.py, extract_form_field_info.py - utilities for PDF manipulation\nDOCX skill: document.py, utilities.py - Python modules for document processing\n\nAppropriate for: Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations.\n\nNote: Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments."
      },
      {
        "title": "references/",
        "body": "Documentation and reference material intended to be loaded into context to inform Codex's process and thinking.\n\nExamples from other skills:\n\nProduct management: communication.md, context_building.md - detailed workflow guides\nBigQuery: API reference documentation and query examples\nFinance: Schema documentation, company policies\n\nAppropriate for: In-depth documentation, API references, database schemas, comprehensive guides, or any detailed information that Codex should reference while working."
      },
      {
        "title": "assets/",
        "body": "Files not intended to be loaded into context, but rather used within the output Codex produces.\n\nExamples from other skills:\n\nBrand styling: PowerPoint template files (.pptx), logo files\nFrontend builder: HTML/React boilerplate project directories\nTypography: Font files (.ttf, .woff2)\n\nAppropriate for: Templates, boilerplate code, document templates, images, icons, fonts, or any files meant to be copied or used in the final output.\n\nNot every skill requires all three types of resources."
      }
    ],
    "body": "Copy Editing\nOverview\n\n[TODO: 1-2 sentences explaining what this skill enables]\n\nStructuring This Skill\n\n[TODO: Choose the structure that best fits this skill's purpose. Common patterns:\n\n1. Workflow-Based (best for sequential processes)\n\nWorks well when there are clear step-by-step procedures\nExample: DOCX skill with \"Workflow Decision Tree\" -> \"Reading\" -> \"Creating\" -> \"Editing\"\nStructure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...\n\n2. Task-Based (best for tool collections)\n\nWorks well when the skill offers different operations/capabilities\nExample: PDF skill with \"Quick Start\" -> \"Merge PDFs\" -> \"Split PDFs\" -> \"Extract Text\"\nStructure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...\n\n3. Reference/Guidelines (best for standards or specifications)\n\nWorks well for brand guidelines, coding standards, or requirements\nExample: Brand styling with \"Brand Guidelines\" -> \"Colors\" -> \"Typography\" -> \"Features\"\nStructure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...\n\n4. Capabilities-Based (best for integrated systems)\n\nWorks well when the skill provides multiple interrelated features\nExample: Product Management with \"Core Capabilities\" -> numbered capability list\nStructure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...\n\nPatterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).\n\nDelete this entire \"Structuring This Skill\" section when done - it's just guidance.]\n\n[TODO: Replace with the first main section based on chosen structure]\n\n[TODO: Add content here. See examples in existing skills:\n\nCode samples for technical skills\nDecision trees for complex workflows\nConcrete examples with realistic user requests\nReferences to scripts/templates/references as needed]\nResources (optional)\n\nCreate only the resource directories this skill actually needs. Delete this section if no resources are required.\n\nscripts/\n\nExecutable code (Python/Bash/etc.) that can be run directly to perform specific operations.\n\nExamples from other skills:\n\nPDF skill: fill_fillable_fields.py, extract_form_field_info.py - utilities for PDF manipulation\nDOCX skill: document.py, utilities.py - Python modules for document processing\n\nAppropriate for: Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations.\n\nNote: Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments.\n\nreferences/\n\nDocumentation and reference material intended to be loaded into context to inform Codex's process and thinking.\n\nExamples from other skills:\n\nProduct management: communication.md, context_building.md - detailed workflow guides\nBigQuery: API reference documentation and query examples\nFinance: Schema documentation, company policies\n\nAppropriate for: In-depth documentation, API references, database schemas, comprehensive guides, or any detailed information that Codex should reference while working.\n\nassets/\n\nFiles not intended to be loaded into context, but rather used within the output Codex produces.\n\nExamples from other skills:\n\nBrand styling: PowerPoint template files (.pptx), logo files\nFrontend builder: HTML/React boilerplate project directories\nTypography: Font files (.ttf, .woff2)\n\nAppropriate for: Templates, boilerplate code, document templates, images, icons, fonts, or any files meant to be copied or used in the final output.\n\nNot every skill requires all three types of resources."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mattvalenta/pls-copy-editing",
    "publisherUrl": "https://clawhub.ai/mattvalenta/pls-copy-editing",
    "owner": "mattvalenta",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pls-copy-editing",
    "downloadUrl": "https://openagent3.xyz/downloads/pls-copy-editing",
    "agentUrl": "https://openagent3.xyz/skills/pls-copy-editing/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pls-copy-editing/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pls-copy-editing/agent.md"
  }
}