pebble-stop

pebble-stop is a skill for Claude Code, Codex from skyf0xx/Pebble. It costs 19 tokens per session (281 once invoked), scanned A, original, MIT.

A command guide for stopping Pebble, the browser-based chat launcher, while leaving the Hermes gateway and API server running.

In plain words
What is it for?
Use it to shut down the Pebble interface, verify that its port is free, and prepare to start it again later.
Why use it?
It clarifies which process is stopped and prevents accidental removal of the installed Pebble plugin, binary, or Hermes services.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to shut down the Pebble interface, verify that its port is free, and prepare to start it again later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skyf0xx/pebble/pebble-stop
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 skyf0xx/Pebble --skill pebble-stop
Clone the repo
git clone --depth 1 https://github.com/skyf0xx/Pebble

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 pebble-stop

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/skyf0xx/pebble/pebble-stop"><img src="https://agentmods.dev/badge/skills/skyf0xx/pebble/pebble-stop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00019 $0.00281
Opus 5 $0.00010 $0.00140
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

pebble-stop scanned grade A 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:5173/health || echo "Pebble is stopped."
hermes-plugin/skills/pebble-stop/SKILL.md · 33 lines

What it actually says

Stop Pebble

The Pebble launcher serves the web app on port 5173. To stop it, kill whatever holds that port:

lsof -ti:5173 | xargs kill -9 2>/dev/null

Confirm it's down:

curl -s http://localhost:5173/health || echo "Pebble is stopped."

This stops only the Pebble launcher (the web app + /api/* reverse proxy). It does not:

  • touch the Hermes gateway or the API server on 8642 — those keep running,
  • remove the installed plugin at ~/.hermes/plugins/pebble/ or the binary at ~/.hermes/bin/pebble.

To start Pebble again, see the pebble:pebble-setup skill (../pebble-setup/SKILL.md) — step 2 also frees the port before launching, so a fresh start handles a stale process on its own.

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 · 33 lines · 19 tokens per session scan A f8f92471e9bb

Subscribe to this mod's changes

pebble-stop is a skill published in the GitHub repository skyf0xx/Pebble (22 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 281 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

agile-web-product-agent

A Web product-planning helper that turns a tool request into a page list, key user flows, state rules, permission rules and a handover package. A state rule describes how something changes, such as from draft to published.

zcweah1981/awesome-hermes-agent-zh · 49 tokens

agile-web-builder-agent

A Web front-end planning helper that turns product handover materials into a project structure, suggested page files, components, screen states and a first coding task list.

zcweah1981/awesome-hermes-agent-zh · 50 tokens

agile-web-api-agent

A Web API design helper that turns page and data needs into a field dictionary, API rules, request and response formats, and a mock connection plan. An API is the agreed way that a front end exchanges data with a back end.

zcweah1981/awesome-hermes-agent-zh · 43 tokens

action-plan-assistant

A skill that turns a goal, meeting decision, or discussion into an action plan that can be used and shared.

zcweah1981/awesome-hermes-agent-zh · 35 tokens

message-summary-assistant

A single-agent assistant for shortening long emails or Chinese workplace messages from Feishu, WeCom, or DingTalk into structured summaries. The summaries are designed to be forwarded or shared without extra explanation.

zcweah1981/awesome-hermes-agent-zh · 51 tokens

multi-platform-rewrite-assistant

A writing assistant that rewrites existing content for Xiaohongshu, WeChat Official Accounts, and X/Twitter, adapting it to each platform’s style.

zcweah1981/awesome-hermes-agent-zh · 43 tokens