# Get Mines

> A Claude skill from uptopia-team/legend-of-base-agent-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-uptopia-team-legend-of-base-agent-skills-get-mines`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [uptopia-team](https://agentstack.voostack.com/s/uptopia-team)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [uptopia-team](https://github.com/uptopia-team)
- **Source:** https://github.com/uptopia-team/legend-of-base-agent-skills/tree/main/skills/get-mines
- **Website:** https://legend.uptopia.xyz

## Install

```sh
agentstack add skill-uptopia-team-legend-of-base-agent-skills-get-mines
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# get-mines

List all mines currently available on the game map.

## Proxy API

- **Method:** `GET`
- **URL:** `https://agent-public-api.uptopia.xyz/apps/{appId}/realm/mines`
- **Auth:** None
- **Payment (x402):** No

## Parameters

| Name    | Type   | Required | Source       | Description    |
|---------|--------|----------|--------------|----------------|
| `appId` | string | yes      | agent config | Application ID |

## Example Response (200 OK)

```json
{
  "success": true,
  "data": [
    {
      "id": "mine-1",
      "rarity": 2,
      "capacity": 10,
      "minerJoined": 3,
      "x": 5,
      "y": 12
    },
    {
      "id": "mine-2",
      "rarity": 1,
      "capacity": 20,
      "minerJoined": 7,
      "x": 3,
      "y": 8
    }
  ]
}
```

## Error Handling

| HTTP Status | Meaning | Action |
|-------------|---------|--------|
| `200` | Success | Parse mine list |
| `4xx` | Request error | Check `appId` is correct |
| `5xx` | Server error | Retry after a short delay |

## Usage Notes

- No authentication required.
- Use the returned `x` and `y` coordinates as input for the `join-mine` skill.
- `rarity` indicates ore quality (higher = rarer).
- `capacity` vs `minerJoined` shows how many slots remain.
- Prefer mines where `minerJoined < capacity`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [uptopia-team](https://github.com/uptopia-team)
- **Source:** [uptopia-team/legend-of-base-agent-skills](https://github.com/uptopia-team/legend-of-base-agent-skills)
- **License:** MIT
- **Homepage:** https://legend.uptopia.xyz

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-uptopia-team-legend-of-base-agent-skills-get-mines
- Seller: https://agentstack.voostack.com/s/uptopia-team
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
