{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sc",
    "name": "Supernal Coding CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ianderrington/sc",
    "canonicalUrl": "https://clawhub.ai/ianderrington/sc",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sc",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sc",
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/sc"
    },
    "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/sc",
    "agentPageUrl": "https://openagent3.xyz/skills/sc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sc/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": "sc - Supernal Coding CLI",
        "body": "Development workflow automation, task management, requirements tracking, and autonomous task execution.\n\nCanonical scope:\n\nsc is for developer/project workflow commands.\norch is for orchestration runtime operations (capacity/spawn/triage/heartbeat/automation).\nDo not assume same-name commands across CLIs are semantic equivalents."
      },
      {
        "title": "Installation",
        "body": "npm install -g @supernalintelligence/supernal-coding"
      },
      {
        "title": "Task Management (PRIMARY)",
        "body": "sc task create \"Title\" --assignee @me --priority P2\nsc task list                         # Your tasks  \nsc task list --all                   # All repos\nsc task list --status in-progress    # Filter by status\nsc task view TASK-123                # View task details\nsc task start TASK-123               # Begin work (sets in-progress)\nsc task done TASK-123 --notes \"...\"  # Complete task\nsc task next                         # Get next task (ralph mode)\nsc task verify TASK-123              # Check evidence (optional)\nsc task edit TASK-123                # Edit in $EDITOR\n\n# Session linkage (dashboard only - requires localhost:3006)\nsc task link TASK-123                # Link to current session (needs OPENCLAW_SESSION_KEY)\nsc task link TASK-123 --session \"...\"  # Link with explicit session\nsc task linked                       # List linked tasks\nsc task unlink TASK-123              # Remove link\n\nStorage: .supernal/tasks/ (per-repo) or ~/.supernal/tasks/ (global)\n\nWorkflow Guide: See docs/TASK_WORKFLOW.md for how tasks, requirements, features, and specs work together."
      },
      {
        "title": "Project Health & Status",
        "body": "sc health                    # Run health checks\nsc monitor                   # Development status dashboard\nsc status                    # Alias for monitor"
      },
      {
        "title": "Requirements & Traceability",
        "body": "sc trace                     # Traceability matrix\nsc planning                  # Manage epics, features, requirements, tasks\nsc audit                     # Audit features, requirements, tests"
      },
      {
        "title": "Git & Workflow",
        "body": "sc git                       # Git workflow operations\nsc git smart                 # Smart commits, branch management\nsc workflow                  # Project workflow management"
      },
      {
        "title": "Ralph (Autonomous Loops)",
        "body": "sc ralph                     # Autonomous task execution\nsc spec <action> [target]    # Spec file management for ralph loops"
      },
      {
        "title": "Code Quality",
        "body": "sc code <action>             # Code quality and contracts\nsc compliance                # HIPAA, SOC 2, ISO 27001 validation\nsc security                  # Database security verification"
      },
      {
        "title": "Documentation",
        "body": "sc docs                      # Documentation management\nsc search <query>            # Search across all content"
      },
      {
        "title": "System",
        "body": "sc init [dir]                # Initialize project\nsc update                    # Check for updates\nsc system                    # Config, upgrade, sync, license"
      },
      {
        "title": "New Feature Workflow",
        "body": "sc planning feature create \"Add user auth\"\nsc spec create auth-feature.md\nsc ralph execute auth-feature.md"
      },
      {
        "title": "Health Check Before PR",
        "body": "sc health\nsc audit\nsc compliance check"
      },
      {
        "title": "Knowledge & Workspace Hygiene",
        "body": "# Run knowledge store cleanup (pair with sc health)\nknow tidy              # Audit knowledge store\nknow tidy --fix        # Auto-fix issues (normalize tags, move misplaced files)\nknow reindex           # Rebuild INDEX.md\nknow validate          # Check frontmatter schema\n\n# Recommended: add to heartbeat or nightly cron\nknow tidy --fix && know reindex"
      },
      {
        "title": "Traceability Report",
        "body": "sc trace report --format markdown"
      },
      {
        "title": "Task Assignment Flow",
        "body": "# Orchestrator assigns task\nsc task create \"Build API endpoint\" --assignee @codex-coder --priority P1\n\n# Agent picks up work\nsc task next                # Get your next assigned task\nsc task start TASK-123      # Mark as in-progress\n# ... do work ...\nsc task done TASK-123 --notes \"Completed, PR #456\""
      },
      {
        "title": "Ralph Loops (Autonomous Execution)",
        "body": "# Create spec\nsc spec create task-name.md\n\n# Execute with ralph\nsc ralph execute task-name.md --max-iterations 10\n\nSee orch skill for agent orchestration and spawning."
      }
    ],
    "body": "sc - Supernal Coding CLI\n\nDevelopment workflow automation, task management, requirements tracking, and autonomous task execution.\n\nCanonical scope:\n\nsc is for developer/project workflow commands.\norch is for orchestration runtime operations (capacity/spawn/triage/heartbeat/automation).\nDo not assume same-name commands across CLIs are semantic equivalents.\nInstallation\nnpm install -g @supernalintelligence/supernal-coding\n\nQuick Reference\nTask Management (PRIMARY)\nsc task create \"Title\" --assignee @me --priority P2\nsc task list                         # Your tasks  \nsc task list --all                   # All repos\nsc task list --status in-progress    # Filter by status\nsc task view TASK-123                # View task details\nsc task start TASK-123               # Begin work (sets in-progress)\nsc task done TASK-123 --notes \"...\"  # Complete task\nsc task next                         # Get next task (ralph mode)\nsc task verify TASK-123              # Check evidence (optional)\nsc task edit TASK-123                # Edit in $EDITOR\n\n# Session linkage (dashboard only - requires localhost:3006)\nsc task link TASK-123                # Link to current session (needs OPENCLAW_SESSION_KEY)\nsc task link TASK-123 --session \"...\"  # Link with explicit session\nsc task linked                       # List linked tasks\nsc task unlink TASK-123              # Remove link\n\n\nStorage: .supernal/tasks/ (per-repo) or ~/.supernal/tasks/ (global)\n\nWorkflow Guide: See docs/TASK_WORKFLOW.md for how tasks, requirements, features, and specs work together.\n\nProject Health & Status\nsc health                    # Run health checks\nsc monitor                   # Development status dashboard\nsc status                    # Alias for monitor\n\nRequirements & Traceability\nsc trace                     # Traceability matrix\nsc planning                  # Manage epics, features, requirements, tasks\nsc audit                     # Audit features, requirements, tests\n\nGit & Workflow\nsc git                       # Git workflow operations\nsc git smart                 # Smart commits, branch management\nsc workflow                  # Project workflow management\n\nRalph (Autonomous Loops)\nsc ralph                     # Autonomous task execution\nsc spec <action> [target]    # Spec file management for ralph loops\n\nCode Quality\nsc code <action>             # Code quality and contracts\nsc compliance                # HIPAA, SOC 2, ISO 27001 validation\nsc security                  # Database security verification\n\nDocumentation\nsc docs                      # Documentation management\nsc search <query>            # Search across all content\n\nSystem\nsc init [dir]                # Initialize project\nsc update                    # Check for updates\nsc system                    # Config, upgrade, sync, license\n\nCommon Patterns\nNew Feature Workflow\nsc planning feature create \"Add user auth\"\nsc spec create auth-feature.md\nsc ralph execute auth-feature.md\n\nHealth Check Before PR\nsc health\nsc audit\nsc compliance check\n\nKnowledge & Workspace Hygiene\n# Run knowledge store cleanup (pair with sc health)\nknow tidy              # Audit knowledge store\nknow tidy --fix        # Auto-fix issues (normalize tags, move misplaced files)\nknow reindex           # Rebuild INDEX.md\nknow validate          # Check frontmatter schema\n\n# Recommended: add to heartbeat or nightly cron\nknow tidy --fix && know reindex\n\nTraceability Report\nsc trace report --format markdown\n\nIntegration with Agents\nTask Assignment Flow\n# Orchestrator assigns task\nsc task create \"Build API endpoint\" --assignee @codex-coder --priority P1\n\n# Agent picks up work\nsc task next                # Get your next assigned task\nsc task start TASK-123      # Mark as in-progress\n# ... do work ...\nsc task done TASK-123 --notes \"Completed, PR #456\"\n\nRalph Loops (Autonomous Execution)\n# Create spec\nsc spec create task-name.md\n\n# Execute with ralph\nsc ralph execute task-name.md --max-iterations 10\n\n\nSee orch skill for agent orchestration and spawning."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ianderrington/sc",
    "publisherUrl": "https://clawhub.ai/ianderrington/sc",
    "owner": "ianderrington",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sc",
    "downloadUrl": "https://openagent3.xyz/downloads/sc",
    "agentUrl": "https://openagent3.xyz/skills/sc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sc/agent.md"
  }
}