{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mlscp",
    "name": "Mlscp",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/sirkrouph-dev/mlscp",
    "canonicalUrl": "https://clawhub.ai/sirkrouph-dev/mlscp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mlscp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlscp",
    "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/mlscp"
    },
    "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/mlscp",
    "agentPageUrl": "https://openagent3.xyz/skills/mlscp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mlscp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mlscp/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": "MLSCP Skill",
        "body": "MLSCP (Micro LLM Swarm Communication Protocol) is a token-efficient command language for agent-to-agent communication. This skill lets you parse, validate, and generate MLSCP commands without any LLM overhead."
      },
      {
        "title": "Why Use MLSCP?",
        "body": "Natural LanguageMLSCPSavings\"Please modify the file src/chain_orchestrator.py by adding retry logic at line 47\"F+ s/co > ln47 + 'retry logic'~75%\"Read the contents of utils/file_manager.py from lines 10 to 50\"F? u/fm > ln10-50~80%\"Delete the variable 'temp_cache' from config.py\"V- c/c > 'temp_cache'~70%"
      },
      {
        "title": "Parse a Command",
        "body": "./scripts/mlscp.sh parse \"F+ s/co > ln47 + 'retry logic'\""
      },
      {
        "title": "Validate Syntax",
        "body": "./scripts/mlscp.sh validate \"F+ s/co > ln47 + 'retry logic'\""
      },
      {
        "title": "Generate Vocabulary",
        "body": "./scripts/mlscp.sh vocab /path/to/project"
      },
      {
        "title": "Compress Natural Language",
        "body": "./scripts/mlscp.sh compress \"Add error handling to the main function in app.py\""
      },
      {
        "title": "Operations",
        "body": "CodeMeaningExampleF+File add/insertF+ s/app > ln10 + 'new code'F~File modifyF~ s/app > ln10-20 ~ 'updated code'F-File deleteF- s/app > ln10-15F?File query/readF? s/app > ln1-100V+Variable addV+ s/app + 'new_var = 42'V~Variable modifyV~ s/app > 'old_var' ~ 'new_value'V-Variable deleteV- s/app > 'temp_var'V?Variable queryV? s/app > 'config_*'"
      },
      {
        "title": "Location Specifiers",
        "body": "ln47 - Single line\nln10-50 - Line range\nfn:main - Function name\ncls:MyClass - Class name"
      },
      {
        "title": "Context Blocks",
        "body": "CTX{\"intent\":\"resilience\",\"priority\":\"high\",\"confidence\":0.9}"
      },
      {
        "title": "Scripts",
        "body": "mlscp.sh - Main CLI tool\nvocab.py - Vocabulary generator (Python)"
      },
      {
        "title": "With Other Agents",
        "body": "When receiving commands from MLSCP-enabled agents:\n\n./scripts/mlscp.sh parse \"$INCOMING_COMMAND\""
      },
      {
        "title": "Sending Commands",
        "body": "Generate compact commands for other agents:\n\n./scripts/mlscp.sh compress \"Your natural language instruction\""
      },
      {
        "title": "API (Python)",
        "body": "from mlscp import parse, MLSCPParser\n\n# Quick parse\ncmd = parse(\"F+ s/co > ln47 + 'retry logic'\")\nprint(cmd.operation)  # OperationType.FILE_ADD\nprint(cmd.target)     # \"s/co\"\n\n# With vocabulary\nparser = MLSCPParser(vocab_lookup)\ncmd = parser.parse(\"F+ s/co > ln47 + 'code'\")\nfull_path = vocab_lookup.get(\"s/co\")  # \"src/chain_orchestrator.py\""
      },
      {
        "title": "Resources",
        "body": "GitHub: https://github.com/sirkrouph-dev/mlcp\nGrammar Spec: See references/grammar.abnf\nProtocol Definition: See references/protocol.md"
      }
    ],
    "body": "MLSCP Skill\n\nMLSCP (Micro LLM Swarm Communication Protocol) is a token-efficient command language for agent-to-agent communication. This skill lets you parse, validate, and generate MLSCP commands without any LLM overhead.\n\nWhy Use MLSCP?\nNatural Language\tMLSCP\tSavings\n\"Please modify the file src/chain_orchestrator.py by adding retry logic at line 47\"\tF+ s/co > ln47 + 'retry logic'\t~75%\n\"Read the contents of utils/file_manager.py from lines 10 to 50\"\tF? u/fm > ln10-50\t~80%\n\"Delete the variable 'temp_cache' from config.py\"\tV- c/c > 'temp_cache'\t~70%\nQuick Start\nParse a Command\n./scripts/mlscp.sh parse \"F+ s/co > ln47 + 'retry logic'\"\n\nValidate Syntax\n./scripts/mlscp.sh validate \"F+ s/co > ln47 + 'retry logic'\"\n\nGenerate Vocabulary\n./scripts/mlscp.sh vocab /path/to/project\n\nCompress Natural Language\n./scripts/mlscp.sh compress \"Add error handling to the main function in app.py\"\n\nCommand Reference\nOperations\nCode\tMeaning\tExample\nF+\tFile add/insert\tF+ s/app > ln10 + 'new code'\nF~\tFile modify\tF~ s/app > ln10-20 ~ 'updated code'\nF-\tFile delete\tF- s/app > ln10-15\nF?\tFile query/read\tF? s/app > ln1-100\nV+\tVariable add\tV+ s/app + 'new_var = 42'\nV~\tVariable modify\tV~ s/app > 'old_var' ~ 'new_value'\nV-\tVariable delete\tV- s/app > 'temp_var'\nV?\tVariable query\tV? s/app > 'config_*'\nLocation Specifiers\nln47 - Single line\nln10-50 - Line range\nfn:main - Function name\ncls:MyClass - Class name\nContext Blocks\nCTX{\"intent\":\"resilience\",\"priority\":\"high\",\"confidence\":0.9}\n\nScripts\nmlscp.sh - Main CLI tool\nvocab.py - Vocabulary generator (Python)\nIntegration\nWith Other Agents\n\nWhen receiving commands from MLSCP-enabled agents:\n\n./scripts/mlscp.sh parse \"$INCOMING_COMMAND\"\n\nSending Commands\n\nGenerate compact commands for other agents:\n\n./scripts/mlscp.sh compress \"Your natural language instruction\"\n\nAPI (Python)\nfrom mlscp import parse, MLSCPParser\n\n# Quick parse\ncmd = parse(\"F+ s/co > ln47 + 'retry logic'\")\nprint(cmd.operation)  # OperationType.FILE_ADD\nprint(cmd.target)     # \"s/co\"\n\n# With vocabulary\nparser = MLSCPParser(vocab_lookup)\ncmd = parser.parse(\"F+ s/co > ln47 + 'code'\")\nfull_path = vocab_lookup.get(\"s/co\")  # \"src/chain_orchestrator.py\"\n\nResources\nGitHub: https://github.com/sirkrouph-dev/mlcp\nGrammar Spec: See references/grammar.abnf\nProtocol Definition: See references/protocol.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sirkrouph-dev/mlscp",
    "publisherUrl": "https://clawhub.ai/sirkrouph-dev/mlscp",
    "owner": "sirkrouph-dev",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mlscp",
    "downloadUrl": "https://openagent3.xyz/downloads/mlscp",
    "agentUrl": "https://openagent3.xyz/skills/mlscp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mlscp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mlscp/agent.md"
  }
}