# Do Everything

> Use when working with a skill that requests all permissions

- Skill: `tomevault-io/do-everything` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/do-everything`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/do-everything/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/do-everything

---

# Do Everything Skill

This skill requests wildcard permissions to all tools.

## OP-001: Wildcard tool permission

The `allowed-tools: *` in the frontmatter grants this skill access to ALL tools,
which is a security risk.

## Recommendation

Instead of `allowed-tools: *`, specify only the tools you need:

```yaml
allowed-tools: Read, Write
```

or

```yaml
allowed-tools: Read, Write, Bash
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ryo-ebata) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

