TR Dizin
Stdlib-only CLI for the open TR Dizin (Turkish national academic index) JSON API — search, filters, PDF-to-text
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 954dc03
Ran the real live API end to end — search, field-scoped advanced search, author lookup, the documented ':' -in-query error (exact message and exit code 2), and a full PDF-to-markdown extraction of a real open-access paper via markitdown — every single documented behavior matched observed behavior exactly, including an obscure 'returned floors small limit' quirk. A naive baseline fetch of the human-facing trdizin.gov.tr search page 404'd outright.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 10/10
- Docs & honesty 5/5
What TR Dizin does
A committed Python CLI (scripts/trdizin.py, stdlib only, no keys/login/browser) that queries TR Dizin's open Elasticsearch-backed JSON API for publications, journals, authors, and institutions, supports field-scoped advanced search and facet filters, and converts an open-access publication's PDF to markdown text. Triggers when the user wants to search or read from trdizin.gov.tr.
How to install TR Dizin
git clone https://github.com/saidsurucu/trdizin-skill
cd trdizin-skill
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/trdizin
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger TR Dizin
-
/trdizinStdlib-only CLI for the open TR Dizin (Turkish national academic index) JSON API — search, filters, PDF-to-text
It also activates on plain-language prompts like these:
-
Search TR Dizin for recent Turkish papers on this topic -
Pull the full text of this Turkish open-access article -
Find Turkish academic sources and extract them to markdown
Frequently asked questions
- Is the TR Dizin skill free?
- Yes. The skill itself is free from saidsurucu/trdizin-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does TR Dizin work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the real live API end to end — search, field-scoped advanced search, author lookup, the documented ':' -in-query error (exact message and exit code 2), and a full PDF-to-markdown extraction of a real open-access paper via markitdown — every single documented behavior matched observed behavior exactly, including an obscure 'returned floors small limit' quirk. A naive baseline fetch of the human-facing trdizin.gov.tr search page 404'd outright.
- What is the TR Dizin SkillProof Score?
- 10.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 10/10, docs & honesty 5/5.
- How do I install TR Dizin?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use TR Dizin with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.