Use this skill for buying, selling, or searching books on the Telvok marketplace. Triggers on: marketplace, buy, sell, publish, search books, library store, browse, catalog.
Buy and sell knowledge books on the Telvok marketplace.
library_search(query, filters?) - Search marketplace for bookslibrary_buy(slug) - Purchase or claim a booklibrary_download(slug) - Download a free (open) book locallylibrary_publish(name, pricing, attestation, ...) - Publish your entries as a bookmy_books(filter?) - View your published and purchased bookssync(slug?, force?) - Check for and receive updates to owned booksrate_book(slug, rating, title?, comment?) - Rate a purchased book (1-5 stars)seller_analytics() - View your sales, reviews, and download statsunsubscribe(slug) - Cancel a subscription to a book| Tier |
|---|
| Price |
|---|
| Access |
|---|
| Updates |
|---|
| Open | Free | Downloads locally | Manual re-download |
| One-time | $X | Cloud API only | Seller decides |
| Subscription | $X/mo | Cloud API only | Always latest |
Platform fee: 20% on paid transactions.
library_search({ query: "react patterns" }) - Find bookslibrary_buy({ slug: "react-best-practices" }) - Purchase (returns checkout URL for paid)sync() - Download contentrate_book({ slug: "react-best-practices", rating: 5 }) - Rate the bookrecord() over timeauth({ action: "login" }) - Connect your Telvok accountlibrary_publish({ name: "My Patterns", pricing: { type: "one_time", price_cents: 999 }, attestation: { original_work: true, terms_accepted: true } })seller_analytics() - Track performancelibrary_search({
query: "auth patterns",
filters: {
pricing: "open", // "open" | "one_time" | "subscription"
tags: ["auth", "jwt"], // Filter by tags
min_rating: 4 // 1-5
}
})