# Skills Vote Local

> Use when retrieving the most relevant skills from a local or private skill library instead of relying on network-based skill discovery.

- **Type:** Skill
- **Install:** `agentstack add skill-memtensor-skills-vote-skills-vote-local`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [MemTensor](https://agentstack.voostack.com/s/memtensor)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [MemTensor](https://github.com/MemTensor)
- **Source:** https://github.com/MemTensor/skills-vote/tree/main/integration/skills/skills-vote-local
- **Website:** https://skills.vote

## Install

```sh
agentstack add skill-memtensor-skills-vote-skills-vote-local
```

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

## About

# Skills Vote Local

Read only this file first. Do not read `scripts/`, `docs/`, or any other files in this skill unless this file or a script output explicitly tells you to do so.

Use this skill when the current task needs skill discovery from a local or private skill library instead of a network service.

All paths mentioned in this file are relative to this skill root. `cd` to this root directory before running any command here.

Run:

```bash
uv run -qq scripts/route_prompt.py --role main
```

Then follow the rendered stdout exactly.

If routing.mode selects a subagent route, the user configuration explicitly requests subagent-based skill lookup.
The main agent should use subagent delegation when the current host/tooling permits it.

Do not use fallback merely because the current user message did not repeat "use subagent".

If the current host, tool policy, runtime, or authorization model cannot create a subagent in this turn, run:

```bash
uv run -qq scripts/route_prompt.py --role main --fallback
```

Then follow the fallback stdout exactly.

If you are a subagent and you read this file directly, do not run this command with `--role main`. Run:

```bash
uv run -qq scripts/route_prompt.py --role subagent
```

Then follow the rendered stdout exactly.

## Source & license

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

- **Author:** [MemTensor](https://github.com/MemTensor)
- **Source:** [MemTensor/skills-vote](https://github.com/MemTensor/skills-vote)
- **License:** MIT
- **Homepage:** https://skills.vote

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-memtensor-skills-vote-skills-vote-local
- Seller: https://agentstack.voostack.com/s/memtensor
- 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%.
