raamatuhai
by Alvar Laigna
Search, buy, and sell secondhand books on Estonia's largest marketplace with DPD delivery and AI price suggestions.
- Search the Estonian marketplace for specific titles or rare editions
- List books for sale with automated market-based price suggestions
- Purchase secondhand titles with integrated DPD delivery options
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
Sample Output
A real example of what this skill produces.
{"results":[{"uuid":"7b2...","price":12.50,"condition":"LIKE_NEW","seller":{"username":"kadri_lugeja"},"product":{"name":"Tõde ja õigus I","author":"A.H. Tammsaare","isbn":"9789949664504"}}],"totalCount":1}
raamatuhai
by Alvar Laigna
Search, buy, and sell secondhand books on Estonia's largest marketplace with DPD delivery and AI price suggestions.
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
- Instant install
Sample Output
A real example of what this skill produces.
{"results":[{"uuid":"7b2...","price":12.50,"condition":"LIKE_NEW","seller":{"username":"kadri_lugeja"},"product":{"name":"Tõde ja õigus I","author":"A.H. Tammsaare","isbn":"9789949664504"}}],"totalCount":1}
About This Skill
What it does
Raamatuhai is a specialized skill for interacting with Estonia's largest secondhand book marketplace. It allows AI agents to programmatically search, browse, buy, and sell books via a robust GraphQL API. The skill handles complex marketplace operations including inventory management, real-time pricing suggestions, and integration with DPD delivery services.
Why use this skill
While a general AI can find books online, this skill provides direct, authorized access to live inventory, real-time prices, and seller ratings. It enables developers to build shopping assistants that can:
- Perform deep searches by ISBN, title, or author with AI-powered fuzzy matching.
- Automate the purchase flow, from finding a listing to selecting the nearest DPD parcel locker.
- Manage user wishlists and trigger notifications when rare books become available.
- Facilitate selling by fetching AI-driven price suggestions based on current market data.
- Securely manage account profiles and track shipment statuses.
Supported tools
This skill is built on the Perxify Commerce Cloud and utilizes a GraphQL endpoint for all data operations. It supports standard web authentication via Privy.io and handles payments through Stripe. Data is returned in structured JSON, perfect for integration into custom dashboards, Discord bots, or personal AI assistants.
Use Cases
- Search the Estonian marketplace for specific titles or rare editions
- List books for sale with automated market-based price suggestions
- Purchase secondhand titles with integrated DPD delivery options
- Manage inventory listings and track book sales performance in real-time
Known Limitations
• Shipping is restricted to DPD parcel lockers within Estonia only. • Requires authentication (Privy.io) for purchase and seller operations. • Inventory reflects peer-to-peer listings; availability is non-guaranteed.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/raamatuhai | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
Claude Code, Cursor, Manus, and SKILL.md-compatible agents.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.