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.
npx skills add shotintoeternity/pocketnook-mcp --skill pocketnookgit clone --depth 1 https://github.com/shotintoeternity/pocketnook-mcpWrote 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.
[](https://agentmods.dev/skills/shotintoeternity/pocketnook-mcp/pocketnook)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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_TOKENset 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. Fordeploy_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:
deploybuilds 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_directoryuploads 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
- Call
deploywith no arguments to deploy the repository the working directory belongs to. Namerepoonly when the user means a different one. - Read the drift the tool reports back: uncommitted changes, unpushed commits, a non-default branch.
- 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_directoryinstead.
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.
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.
- 10d ago First seen · 189 lines · 104 tokens per session scan A a307535af5c7
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.
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.
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.
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…
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.
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…
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"…