Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add NatsuFox/Tapestry/plugin install TapestryWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/natsufox/tapestry/init-deps-install)<a href="https://agentmods.dev/skills/natsufox/tapestry/init-deps-install"><img src="https://agentmods.dev/badge/skills/natsufox/tapestry/init-deps-install/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/natsufox/tapestry/init-deps-install"><img src="https://agentmods.dev/badge/skills/natsufox/tapestry/init-deps-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.02461 |
| Opus 5 | $0.00018 | $0.01230 |
| Sonnet 5 | $0.00007 | $0.00492 |
| Haiku 4.5 | $0.00004 | $0.00246 |
Grade A, and why
init-deps-install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 345 lines — stays where its author put it; the contents beside it link to each section on GitHub.
📦 Tapestry Init Deps Install
Automatic Dependency Installation with Environment Detection
This skill is automatically triggered when Tapestry is first launched on a new environment or when dependencies are missing. It detects the user's Python environment (venv, conda, system Python, etc.) and provides a comprehensive installation plan for all project dependencies, including both Python packages and system-level tools.
When This Skill is Triggered
This skill is automatically invoked when:
- Tapestry is first launched on a new environment (one-time auto-trigger)
- Required dependencies are missing or cannot be imported
- The user explicitly asks to "install dependencies" or "set up the project"
- After creating a new project that requires dependencies
Important: The automatic trigger only occurs the first time Tapestry runs in a new environment. After successful initialization, the skill will not auto-trigger on subsequent runs to avoid wasting tokens. Manual invocation is always available if needed.
How This Skill Works
-
Configuration Setup: Checks for user configuration and creates it if missing:
- Detects if
tapestry.config.jsonexists - If not, copies from
tapestry.config.example.json - Determines the real project root path
- Updates
paths.project_rootin the config with the actual path
- Detects if
-
Environment Detection: Analyzes the current environment to determine:
- Python version and location
- Virtual environment status (venv, virtualenv, conda)
- Package manager availability (pip, conda, poetry, uv)
- Existing installed packages
-
Dependency Analysis: Scans for dependency files:
pyproject.toml(preferred)requirements.txtsetup.pyenvironment.yml(conda)
-
Plan Generation: Creates a comprehensive installation plan including:
- Configuration file setup (if needed)
- Python package installation commands
- System-level dependencies (e.g.,
playwright install chromium) - Optional dependencies and recommendations
- Environment-specific considerations
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _scripts/check_initialized.py 1009 B runs code
- _scripts/detect_env.py 3.7 KB runs code
- _scripts/install_deps.py 9.2 KB runs code
- _scripts/mark_initialized.py 957 B runs code
- _scripts/parse_deps.py 5.6 KB runs code
- _scripts/setup_config.py 3.2 KB runs code
- _scripts/verify_install.py 4.1 KB runs code
- _specs/env_detection.md 3.5 KB
- README.md 6.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 345 lines · 37 tokens per session scan A 62f75e74f247
init-deps-install is a skill published in the GitHub repository NatsuFox/Tapestry (64 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 2,461 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
codeflow-maintainer
OpenClaw-only maintainer PR workflow modes and skills. For OpenCoven/coven PR creation, redirect to skills/pr-agent, the Coven PR Readiness Agent.
openclaw-dev
OpenClaw Dev Agent — OpenClaw-only docs-aware development assistant. For OpenCoven/coven PR creation, redirect to skills/pr-agent, the Coven PR Readiness Agent.
binder-design
Guidance for choosing the right protein binder design tool. Use this skill when: (1) Deciding between BoltzGen, BindCraft, or RFdiffusion, (2) Planning a binder design campaign, (3) Understanding trade-offs between different approaches, (4) Selecting tools for specific target types. For specific tool parameters, use…
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
writing-plans
Write implementation plans: bite-sized tasks, paths, code.
unity-mcp
Use when controlling Unity editor via AI, automating scene operations, or programmatically generating Unity assets and scripts.