rocky-talk

rocky-talk is a skill for Claude Code from vikxlp/rocky. It costs 67 tokens per session (2,995 once invoked), scanned B, original, no licence file.

A communication setting that changes the agent’s writing style to Rocky’s clipped, emphatic engineering voice. It changes how replies are written, not how the agent reasons.

In plain words
What is it for?
Use /rocky-talk or the equivalent request to activate the style, and use the off command to deactivate it.
Why use it?
It lets users switch that conversation style on or off without changing the underlying task behaviour.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the rocky plugin — 3 skills, 4 hooks shipped together

Good fit Use /rocky-talk or the equivalent request to activate the style, and use the off command to deactivate it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vikxlp/rocky/rocky-talk
View source ↗ vikxlp/rocky
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.

Any agent
npx skills add vikxlp/rocky --skill rocky-talk
Clone the repo
git clone --depth 1 https://github.com/vikxlp/rocky

Made for: Claude Code.

Or install rocky, the plugin that ships this one along with the rest of its 3 skills, 4 hooks.

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 rocky-talk

README.md
[![agentmods](https://agentmods.dev/badge/skills/vikxlp/rocky/rocky-talk/github.svg)](https://agentmods.dev/skills/vikxlp/rocky/rocky-talk)
Your own site
<a href="https://agentmods.dev/skills/vikxlp/rocky/rocky-talk"><img src="https://agentmods.dev/badge/skills/vikxlp/rocky/rocky-talk/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.

agentmods 80×15 button for rocky-talk

Your own site · 80×15
<a href="https://agentmods.dev/skills/vikxlp/rocky/rocky-talk"><img src="https://agentmods.dev/badge/skills/vikxlp/rocky/rocky-talk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,995 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00067 $0.02995
Opus 5 $0.00034 $0.01497
Sonnet 5 $0.00013 $0.00599
Haiku 4.5 $0.00007 $0.00299

Measured 9d ago against content hash 328d426f2a2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

rocky-talk scanned grade B 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 9d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

3. Verify: `cat ~/.claude/rocky-state.json` — confirm output matches what was written
skills/rocky-talk/SKILL.md · 239 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it 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. 9d ago First seen · 239 lines · 67 tokens per session scan B 328d426f2a2e

Subscribe to this mod's changes

rocky-talk is a skill published in the GitHub repository vikxlp/rocky (4 stars, last pushed 5mo ago), with no licence file. It adds 67 tokens to every session and 2,995 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

watch

Watch live IDX turnover and order books for unusual activity — value surges, auto-reject approach, one-sided depth, walls appearing or withdrawn, quiet stocks waking up, UMA flags — plus delayed print-by-print attribution and end-of-day broker context. Use when the user runs /watch, or asks what is trading right now…

INo-xious/stockbit-mcp · 88 tokens

stockbit-status

Check whether the Stockbit session is still valid — main session expiry, whether trading credentials are stored, and the current trading mode. Use when the user asks "am I still logged in to Stockbit", "has my session expired", "is trading on", or when a stockbit MCP tool starts failing with an auth error.

INo-xious/stockbit-mcp · 70 tokens

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

bandar-check

Answer "who is accumulating this stock?" for an IDX ticker using Stockbit broker-flow data. Use when the user asks about bandar, big money, accumulation, distribution, foreign flow, asing, or who is on the other side of the tape.

INo-xious/stockbit-mcp · 54 tokens

trade-with-guardrails

Place an order through the user's own Stockbit account safely — check the mode, size the position from a risk budget, preview, read the summary back to the human, and only then write. Use when the user asks to buy, sell, amend or cancel an order, or to size a trade.

INo-xious/stockbit-mcp · 67 tokens

chart-markup

Read and draw on the user's own Stockbit chart — levels, trend lines, studies, screenshots and saving the layout. Use when the user asks to draw, mark up, annotate or look at their chart.

INo-xious/stockbit-mcp · 46 tokens