Retrieve bible morphology data from the local morphology database for verse references or specific word/phrase queries. Use when the user runs /morphology or requests this BibleMate workflow.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add eliranwong/biblemate-agentic-workspace --skill morphology --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Morphology?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliranwong-morphology-b9961587)More formats (shields.io, HTML) on the badges page.
---
name: morphology
description: Retrieve bible morphology data from the local morphology database for verse references or specific word/phrase queries. Use when the user runs /morphology or requests this BibleMate workflow.
---
# Bible Morphology Retrieval Skill
## Overview
This standalone skill enables any agent to retrieve word-by-word morphology details from the local SQLite database `~/biblemate/data/morphology.sqlite`.
## Guidelines & Objectives
When executing this skill:
- Always run the python retriever script located at `.grok/skills/morphology/morphology_retriever.py`.
- Execute the script using: `python3 .grok/skills/morphology/morphology_retriever.py "<query>"` where `<query>` is the user input.
- Present the exact output of the script to the user, maintaining formatting.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!