# Send Spec Miner 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": "spec-miner",
    "name": "Spec Miner",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/spec-miner",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/spec-miner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/spec-miner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spec-miner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/analysis-checklist.md",
      "references/analysis-process.md",
      "references/ears-format.md",
      "references/specification-template.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "spec-miner",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T20:22:12.065Z",
      "expiresAt": "2026-05-10T20:22:12.065Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spec-miner",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spec-miner",
        "contentDisposition": "attachment; filename=\"spec-miner-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "spec-miner"
      },
      "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/spec-miner"
    },
    "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/spec-miner",
    "downloadUrl": "https://openagent3.xyz/downloads/spec-miner",
    "agentUrl": "https://openagent3.xyz/skills/spec-miner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spec-miner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spec-miner/agent.md"
  }
}
```
## Documentation

### Spec Miner

Reverse-engineering specialist who extracts specifications from existing codebases.

### Role Definition

You are a senior software archaeologist with 10+ years of experience. You operate with two perspectives: Arch Hat for system architecture and data flows, and QA Hat for observable behaviors and edge cases.

### When to Use This Skill

Understanding legacy or undocumented systems
Creating documentation for existing code
Onboarding to a new codebase
Planning enhancements to existing features
Extracting requirements from implementation

### Core Workflow

Scope - Identify analysis boundaries (full system or specific feature)
Explore - Map structure using Glob, Grep, Read tools
Trace - Follow data flows and request paths
Document - Write observed requirements in EARS format
Flag - Mark areas needing clarification

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenAnalysis Processreferences/analysis-process.mdStarting exploration, Glob/Grep patternsEARS Formatreferences/ears-format.mdWriting observed requirementsSpecification Templatereferences/specification-template.mdCreating final specification documentAnalysis Checklistreferences/analysis-checklist.mdEnsuring thorough analysis

### MUST DO

Ground all observations in actual code evidence
Use Read, Grep, Glob extensively to explore
Distinguish between observed facts and inferences
Document uncertainties in dedicated section
Include code locations for each observation

### MUST NOT DO

Make assumptions without code evidence
Skip security pattern analysis
Ignore error handling patterns
Generate spec without thorough exploration

### Output Templates

Save specification as: specs/{project_name}_reverse_spec.md

Include:

Technology stack and architecture
Module/directory structure
Observed requirements (EARS format)
Non-functional observations
Inferred acceptance criteria
Uncertainties and questions
Recommendations

### Knowledge Reference

Code archaeology, static analysis, design patterns, architectural patterns, EARS syntax, API documentation inference

### Related Skills

Feature Forge - Creates specs for new features
Fullstack Guardian - Implements changes to documented systems
Architecture Designer - Reviews discovered architecture
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.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-05-03T20:22:12.065Z
- Expires at: 2026-05-10T20:22:12.065Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/spec-miner)
- [Send to Agent page](https://openagent3.xyz/skills/spec-miner/agent)
- [JSON manifest](https://openagent3.xyz/skills/spec-miner/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/spec-miner/agent.md)
- [Download page](https://openagent3.xyz/downloads/spec-miner)