Home / quailyquaily / mistermorph · assets/skills/jsonbill/SKILL.md · GitHub

jsonbill skillA

jsonbill is agent-read markdown (skill) from quailyquaily/mistermorph: Generate a PDF invoice/statement files from JSON via JSONBill API..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# JSONBill (portable, safe)

API base: `https://api.jsonbill.com`

This skill is designed to call the JSONBill REST API **without ever exposing API keys/tokens to the LLM**:

- Do **not** ask the user to paste an API key/token.
- Do **not** place secrets in prompts, logs, or tool parameters.
- Use a **host-side credential mechanism** (e.g. “credential profile”, “secret manager”, “vault”, env var injection) so the agent never sees the secret value.

## Prerequisites (host configuration)

The host must be configured (outside this skill) with:

- A credential profile id (recommended): `jsonbill`
- A secret reference (example): `JSONBILL_API_KEY`
- A binding that injects the credential into HTTP requests (commonly: `Authorization: Bearer <secret>`)

## Endpoints

- Create task: `POST /tasks/docs`
- Poll task: `GET /tasks/{trace_id}`
- PDF URL: `GET /tasks/{trace_id}.pdf` (usually you can return this URL without downloading)

## Portable pseudocode

Notes:
- If the user input is a **local file path**, you MUST read the file and parse its JSON first. Never send local paths to external APIs.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add quailyquaily/mistermorph/jsonbill@git:20260213.ef3fe6e
Exact content
mdr add quailyquaily/mistermorph/jsonbill@sha256:31df9381ce50ca1b

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_vcuvabhsmnktoahb.svg)](https://markdownregistry.com/a/art_vcuvabhsmnktoahb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260213.ef3fe6e latest2026-02-13 ef3fe6e 3,782 BA view · diff
git:20260206.b623e342026-02-06 b623e34 3,776 BA view · diff
git:20260201.108b9a72026-02-01 108b9a7 3,820 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3782 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

quailyquaily/mistermorph · 81 stars · license Apache-2.0 · pushed 2026-09-21 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_vcuvabhsmnktoahb
GET https://markdownregistry.com/api/v1/resolve?ref=quailyquaily/mistermorph/jsonbill
GET https://markdownregistry.com/api/v1/blob/31df9381ce50ca1bb6a4839df78d2b7bce990c517da5ffdbf1a3689b5fb97180

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from quailyquaily/mistermorph

AGENTS.md agents
quailyquaily/mistermorph · AGENTS.md
git:20260722.cadb9eb · audit A · 81 stars
google-maps-parse skill
quailyquaily/mistermorph · assets/skills/google-maps-parse/SKILL.md · Parse Google Maps URLs to extract coordinates(lat/lng) and POI
git:20260206.b623e34 · audit A · 81 stars
moltbook skill
quailyquaily/mistermorph · assets/skills/moltbook/SKILL.md · The social network for AI agents. Post, comment, upvote, and create communities.
git:20260206.b623e34 · audit A · 81 stars

Every file in quailyquaily/mistermorph

Browse by kind, by grade A, or by owner.