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 Ckokoski/AuthorAgent --skill ws-book-bible-bridgegit clone --depth 1 https://github.com/Ckokoski/AuthorAgentWrote 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/ckokoski/authoragent/ws-book-bible-bridge)<a href="https://agentmods.dev/skills/ckokoski/authoragent/ws-book-bible-bridge"><img src="https://agentmods.dev/badge/skills/ckokoski/authoragent/ws-book-bible-bridge/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/ckokoski/authoragent/ws-book-bible-bridge"><img src="https://agentmods.dev/badge/skills/ckokoski/authoragent/ws-book-bible-bridge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00022 | $0.00882 |
| Opus 5 | $0.00011 | $0.00441 |
| Sonnet 5 | $0.00004 | $0.00176 |
| Haiku 4.5 | $0.00002 | $0.00088 |
Grade A, and why
ws-book-bible-bridge 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 11d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Book Bible Engine Bridge
Seamlessly import data from Writing Secrets' Book Bible Engine into AuthorClaw's memory system.
Supported Import Formats
This skill reads the JSON export from Book Bible Engine and maps it directly into AuthorClaw's book-bible memory structure.
JSON Schema Expected
{
"title": "Book Title",
"characters": [
{
"name": "Sarah Chen",
"description": "...",
"gender": "female",
"age": "32",
"hairColor": "black",
"eyeColor": "brown",
"traits": ["determined", "analytical", "secretly kind"],
"relationships": [
{ "character": "Marcus", "type": "partner", "description": "..." }
],
"firstAppearance": "Chapter 1",
"arc": "From isolated researcher to reluctant leader"
}
],
"locations": [
{
"name": "The Compound",
"description": "...",
"significance": "Main setting for Acts 1-2"
}
],
"timeline": [
{
"event": "The Incident",
"chapter": "Prologue",
"date": "March 15, 2024",
"characters": ["Sarah", "Marcus"]
}
],
"plotPoints": [...],
"themes": [...],
"ahaMoments": [...]
}
Import Process
- User provides path to Book Bible JSON export OR pastes JSON
- Validate the JSON structure
- Map each entity type to AuthorClaw's book-bible format:
characters→workspace/memory/book-bible/[project]/characters/[name].mdlocations→workspace/memory/book-bible/[project]/locations/[name].mdtimeline→workspace/memory/book-bible/[project]/timeline.mdplotPoints→workspace/memory/book-bible/[project]/plot-points.mdthemes→workspace/memory/book-bible/[project]/themes.mdahaMoments→workspace/memory/book-bible/[project]/aha-moments.md
- Confirm successful import with summary
Character Markdown Template
For each imported character, generate:
# [Character Name]
## Physical Description
- **Gender**: [gender]
- **Age**: [age]
- **Hair**: [hairColor]
- **Eyes**: [eyeColor]
- **Description**: [description]
## Personality
- **Traits**: [comma-separated traits]
- **Speech Pattern**: [extracted or "Not yet analyzed"]
- **Quirks**: [extracted or "Not yet defined"]
## Relationships
[For each relationship:]
- **[character]** ([type]): [description]
## Story Role
- **First Appearance**: [chapter]
- **Character Arc**: [arc]
- **Current Status**: Active
## Consistency Notes
[Any contradictions or notes from the Bible Engine import]
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.
- 11d ago First seen · 126 lines · 22 tokens per session scan A ed0d44aa8e33
ws-book-bible-bridge is a skill published in the GitHub repository Ckokoski/AuthorAgent (107 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 882 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.
Other skills, from other repositories
gallery-memory
Sync gallery images into long-term memory files and rebuild the user profile from photo-derived memories.
memory-evolution
Process pending X-OmniClaw task memories, update MEMORY.md, and rebuild the compact USER-PROFILE.md.
gallery-qa
Consume the full memory/IMAGE-MEMORY.md file for all gallery-image questions and operations instead of using retrieval-first search.
knowledge-base
Create and maintain a Markdown knowledge base that any AI agent can read, search, and update. Use when the user wants to start a knowledge base, add or update notes, organize docs/notes for an agent or LLM to consume, build an index of notes, or run a cleanup/maintenance pass on an existing MD knowledge base. Triggers…
task-agent-eliza-bridge
Use when spawning a Claude Code, Codex, Gemini, Aider, or other CLI task agent whose work needs parent Eliza runtime context. Covers the read-only loopback bridge for character, room, memory, and active workspace state.
aatmf-t04-memory-manipulation
AATMF T4 — Multi-Turn & Memory Manipulation. Persistent memory injection, conversation-state poisoning, cross-session contamination, ghost-context leak.