08-install-from-url

08-install-from-url is a cursor rule for coding agents from Haroon966/pinky-cursor. It costs 355 tokens per session, scanned C, original, MIT.

A procedure for installing the Pinky Cursor toolkit from its GitHub repository into a project using a temporary copy.

In plain words
What is it for?
It is for handling the installation, cleanup, optional UI files, and user-run phone-channel login steps.
Why use it?
It limits the project to the toolkit's needed files and keeps installer sources and login sessions out of the codebase.

Cursor rule

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 rules/haroon966/pinky-cursor/08-install-from-url
Clone the repo
git clone --depth 1 https://github.com/Haroon966/pinky-cursor

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 08-install-from-url

README.md
[![agentmods](https://agentmods.dev/badge/rules/haroon966/pinky-cursor/08-install-from-url.svg)](https://agentmods.dev/rules/haroon966/pinky-cursor/08-install-from-url)
Your own site
<a href="https://agentmods.dev/rules/haroon966/pinky-cursor/08-install-from-url"><img src="https://agentmods.dev/badge/rules/haroon966/pinky-cursor/08-install-from-url.svg" alt="Measured on agentmods" height="20"></a>
Per session 355 This file is loaded in full into every session.
When invoked 355 The same file — it is already loaded in full.
Security scan C 1 finding. 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.1 $0.00355 $0.00355
Opus 5 $0.00178 $0.00178
Sonnet 5 $0.00071 $0.00071
Haiku 4.5 $0.00036 $0.00036

Measured 5d ago against content hash 84c7f9bbbf11, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

08-install-from-url scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

3. `rm -rf` the temp clone.
adapters/cursor/rules/08-install-from-url.mdc · 19 lines

What it actually says

Install from pinky-cursor URL

If the user shares the pinky-cursor GitHub repo and wants Pinky in this project:

  1. Clone kit to a temp dir only (never into this project as pinky-cursor/).
  2. Run bash <temp>/pinky-cursor/install.sh with cwd = this project (add --with-ui only if they ask for UI UX Pro Max).
  3. rm -rf the temp clone.
  4. Keep only installer payload: AGENTS.md, CLAUDE.md, .cursor/rules/, skills/, host skill dirs, docs/pinky-*.md, gitignored .pinky/ scaffold (and UI files if --with-ui).
  5. Ask phone channel: WhatsApp · Slack · skip. WhatsApp → ask owner number; give doctor.shlogin.sh (user terminal QR) → watch.sh (keep open). Never run those yourself. Never MCP whatsapp + watch together. Then reopen chat if needed.

Never leave kit README, assets/, LICENSE, .github/, install.sh, scripts/, or adapters/ sources in the project. Never submodule this repo. Never commit .pinky/ secrets/sessions.

Full steps: docs/pinky-install-for-agents.md (after install) or kit INSTALL.md (on GitHub).

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 · 19 lines · 355 tokens per session scan C 84c7f9bbbf11

Subscribe to this mod's changes

08-install-from-url is a cursor rule published in the GitHub repository Haroon966/pinky-cursor (4 stars, last pushed 27d ago), licensed MIT. It adds 355 tokens to every session, about $0.0018 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.