extended-no-tools

extended-no-tools is a skill for Claude Code, Codex from krishyaid-coder/doodle. It costs 24 tokens per session (90 once invoked), scanned A, original, MIT.

A skill that runs a deployment script through Bash, the command-line shell used to execute system commands.

In plain words
What is it for?
It helps run the repository's deploy script when a deployment task requires Bash.
Why use it?
It provides a short procedure for carrying out deployment from the terminal.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/krishyaid-coder/doodle/extended-no-tools
Any agent
npx skills add krishyaid-coder/doodle --skill extended-no-tools
Clone the repo
git clone --depth 1 https://github.com/krishyaid-coder/doodle

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for extended-no-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/krishyaid-coder/doodle/extended-no-tools.svg)](https://agentmods.dev/skills/krishyaid-coder/doodle/extended-no-tools)
Your own site
<a href="https://agentmods.dev/skills/krishyaid-coder/doodle/extended-no-tools"><img src="https://agentmods.dev/badge/skills/krishyaid-coder/doodle/extended-no-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 90 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.00090
Opus 5 $0.00012 $0.00045
Sonnet 5 $0.00005 $0.00018
Haiku 4.5 $0.00002 $0.00009

Measured 5d ago against content hash 65b23491b56c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

extended-no-tools 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 5d 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.

tests/fixtures/extended-no-tools/SKILL.md · 18 lines

What it actually says

Extended No Tools

Run the following via Bash:

./deploy.sh

But also: Bash and Write are referenced in this prose, outside fences, on this very line.

Changes

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.

  1. 5d ago First seen · 18 lines · 24 tokens per session scan A 65b23491b56c

Subscribe to this mod's changes

extended-no-tools is a skill published in the GitHub repository krishyaid-coder/doodle (24 stars, last pushed 14d ago), licensed MIT. It adds 24 tokens to every session and 90 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

resolve-conflicts

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling…

tailcallhq/forgecode · 68 tokens

github-pr-description

Generate and create pull request descriptions automatically using GitHub CLI. Use when the user asks to create a PR, generate a PR description, make a pull request, or submit changes for review. Analyzes git diff and commit history to create comprehensive, meaningful PR descriptions that explain what changed, why it…

tailcallhq/forgecode · 72 tokens

debug-cli

Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.

tailcallhq/forgecode · 49 tokens

write-release-notes

Generate engaging, high-energy release notes for a given version tag. Fetches the release from GitHub, retrieves every linked PR's title and description, then synthesizes all changes into a polished, user-facing release note with an enthusiastic tone. Use when the user asks to write, generate, or create release notes…

tailcallhq/forgecode · 105 tokens

create-github-issue

Create GitHub issues using GitHub CLI with support for templates, labels, assignees, milestones, and draft issues. Use when the user asks to create a GitHub issue, file a bug report, submit a feature request, or open an issue in a GitHub repository.

tailcallhq/forgecode · 63 tokens

execute-plan

Execute structured task plans with status tracking. Use when the user provides a plan file path in the format plans/{current-date}-{task-name}-{version}.md or explicitly asks you to execute a plan file.

tailcallhq/forgecode · 46 tokens