pebble-update

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

An update procedure for an existing Pebble installation, including its executable and bundled plugin. Pebble is an installed agent component; the entry does not otherwise describe what Pebble does.

In plain words
What is it for?
Use it to update Pebble, relaunch its binary, refresh the bundled plugin, restart the agent gateway when needed, and investigate replies that show an unrendered command status.
Why use it?
It explains how to refresh both parts of the installation and restart the gateway when the plugin changes. It also points to a troubleshooting path for stale-installation symptoms.

Skill for Claude CodeCodex

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

Good fit Use it to update Pebble, relaunch its binary, refresh the bundled plugin, restart the agent gateway when needed, and investigate replies that show an unrendered command status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skyf0xx/pebble/pebble-update
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-update
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-update

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/skyf0xx/pebble/pebble-update"><img src="https://agentmods.dev/badge/skills/skyf0xx/pebble/pebble-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00021 $0.00235
Opus 5 $0.00010 $0.00118
Sonnet 5 $0.00004 $0.00047
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

pebble-update 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 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.

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.

hermes-plugin/skills/pebble-update/SKILL.md · 22 lines

What it actually says

Update Pebble

Updating Pebble is the same path as installing it — there is no separate procedure. Follow the pebble:pebble-setup skill (../pebble-setup/SKILL.md):

  1. Re-run its step 1 to pull the latest binary into ~/.hermes/bin/.
  2. Re-run its step 2 to relaunch — on launch the binary reinstalls/updates the embedded plugin into ~/.hermes/plugins/pebble/.
  3. If the plugin changed, hermes gateway restart so the agent picks it up.

No config migration is needed. See pebble-setup's Troubleshooting table if a stale binary is suspected ("Replies show 'Running pebble_send…' instead of rendering").

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 · 22 lines · 21 tokens per session scan A 17e63e20e542

Subscribe to this mod's changes

pebble-update is a skill published in the GitHub repository skyf0xx/Pebble (22 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 235 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

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