pocketnook

pocketnook is a skill for Claude Code from shotintoeternity/pocketnook-mcp. It costs 104 tokens per session (2,133 once invoked), scanned A, original, MIT.

A service for deploying a repository or local working directory to a private URL called a nook. A private URL can be opened by its owner but is not publicly available.

In plain words
What is it for?
Use it to deploy from GitHub or from local files, view build logs, list deployed nooks, and stop a nook.
Why use it?
It provides a place to run finished work without publishing it, and helps inspect failed builds or stop running deployments.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code; mentions Codex.

Part of the pocketnook plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to deploy from GitHub or from local files, view build logs, list deployed nooks, and stop a nook.

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

Made for: Claude Code.

Or install pocketnook, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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 pocketnook

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/shotintoeternity/pocketnook-mcp/pocketnook"><img src="https://agentmods.dev/badge/skills/shotintoeternity/pocketnook-mcp/pocketnook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,133 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.00104 $0.02133
Opus 5 $0.00052 $0.01066
Sonnet 5 $0.00021 $0.00427
Haiku 4.5 $0.00010 $0.00213

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

Security

Grade A, and why

pocketnook 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 10d 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.

skills/pocketnook/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pocketnook

Overview

A nook is an app running at a private URL. Only the owner can open it until they share it, so "deploy" here does not mean "publish", and there is no public option at all.

Five tools arrive with the server: deploy, deploy_directory, list_nooks, nook_logs and stop_nook. There is deliberately no delete.

Prerequisites

  • The pocketnook MCP server, running over stdio: npx -y @pocketnook/mcp.
  • POCKETNOOK_TOKEN set in the server's environment. Tokens are minted at pocketnook.dev/home under Agent access, are shown once, and expire after 90 days.
  • For deploy, a GitHub repository connected to pocketnook. For deploy_directory, nothing but a directory on disk.

A token acts on its owner's own nooks and nothing else. It cannot mint or revoke a token, cannot open a nook, and can never satisfy a share grant.

Instructions

Choose which deploy

The choice is the user's intent, not a guess:

  • deploy builds what is on GitHub, the tip of the default branch, cloned fresh. Use it when the work is pushed and the repository is the source of truth.
  • deploy_directory uploads what is on the disk, uncommitted work included, and needs no repository. Use it when there is no repository, when the work has not been pushed, or when the user says "deploy what I have here".

If it is genuinely unclear which they mean, ask. One word from the user is cheaper than deploying the wrong thing, and both wrong answers are silent.

Deploy from a repository

  1. Call deploy with no arguments to deploy the repository the working directory belongs to. Name repo only when the user means a different one.
  2. Read the drift the tool reports back: uncommitted changes, unpushed commits, a non-default branch.
  3. Relay any of that first. The deploy succeeded, but it may not contain the work just done. Offer to commit and push and deploy again, or to use deploy_directory instead.

Read the full file on GitHub · 189 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 189 lines · 104 tokens per session scan A a307535af5c7

Subscribe to this mod's changes

pocketnook is a skill published in the GitHub repository shotintoeternity/pocketnook-mcp (0 stars, last pushed 19d ago), licensed MIT. It adds 104 tokens to every session and 2,133 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

portaljs-deploy

Deploy a PortalJS portal to PortalJS Arc — Datopian-managed static hosting on Cloudflare. Builds a static export, uploads it, and returns a live SLUG.arc.portaljs.com URL. One command, one target. Use when a portal is ready to publish or redeploy to a live URL.

datopian/portaljs · 66 tokens

ship

Deploy static websites to ShipStatic. Use when the user wants to deploy a site, publish a website, upload to hosting, go live, set up a custom domain, manage deployments, or share a site URL. Free, no account needed. CLI (ship) and Node.js/browser SDK.

shipstatic/ship · 61 tokens

shippage

Publish HTML or Markdown to a public URL instantly. Zero config, auto-registers on first use. Use when the user wants to share, preview, host, or deploy generated HTML, Markdown, JSX, or web content as a live webpage accessible from any device including mobile phones and WeChat. Perfect for sharing AI-generated pages…

jieshu666/ShipPage-Skill · 94 tokens

deploy

Deploy an app or static site to a live URL with openpouch (agent-native hosting — no account, no CAPTCHA, one command). Use when the user asks to deploy, publish, ship, host, or wants a live/preview/shareable URL for what you built.

openpouch/openpouch · 58 tokens

shippage

Publish HTML or Markdown to a public URL instantly. Zero config, auto-registers on first use. Use when the user wants to share, preview, host, or deploy generated HTML, Markdown, JSX, or web content as a live webpage accessible from any device including mobile phones and WeChat. Perfect for sharing AI-generated pages…

jieshu666/ShipPage-Skill · 94 tokens

deploy-kit

Deploy projects to Vercel, Netlify, or Fly.io with one command. Auto-detects framework (Next.js, React, Python, Node.js, static HTML). Shows deploy URL when done. Supports rollback. Use when the user asks to deploy, ship, publish, or push to production. Triggers on: "deploy this", "ship it", "push to production"…

vanthienha199/openclaw-skills · 103 tokens