Agent Plugins Marketplace
← All plugins

intel

v0.17.10

Gather and distill knowledge from long-form sources and from what people say: transcribe audio locally with whisper, turn an article, podcast transcript, or video into durable, searchable highlights, translate a whole English book PDF into a Chinese PDF in the original's format, find EPUB download links, download the book and convert it to a dark-themed English PDF, analyze an app's App Store reviews into a data-driven Chinese doc with charts, and brainstorm a brand name whose domain is actually registrable.

Claude Code6 Skills

By blockchainianLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install intel for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install intel@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/blockchainian/claude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/intel/.

Plugin files

plugins/intel/
├── .claude-plugin/plugin.json
├── skills/analyze-appstore-reviews/SKILL.md
├── skills/digest/SKILL.md
├── skills/download-book/SKILL.md
├── skills/find-domain-names/SKILL.md
├── skills/transcribe/SKILL.md
└── skills/translate/SKILL.md

Included Skills6

analyze-appstore-reviewsskills/analyze-appstore-reviews/SKILL.md

Turn a scraped App Store reviews JSON into a concise, data-driven Chinese analysis doc plus charts — most-liked and most-disliked patterns ranked by frequency, and the top feature requests. Use when asked to analyze/分析 an app's App Store reviews, summarize what users love and hate, or extract feature requests from a reviews dataset. NOT for scraping reviews (the JSON must already exist) or for non-review market research.

digestskills/digest/SKILL.md

Turn a long-form source — an article, a podcast transcript, a YouTube video, a PDF (whitepaper, filing, deck), a page that only offers audio — into durable, searchable highlights. Use for "/digest <url-or-file>", "highlights of <url>", "what did <source> say about X", "summarize this article/episode/paper", "search my notes". Handles ordinary article and transcript pages, YouTube (via subtitles), PDFs (URL or local file), and audio pages (via the transcribe skill). NOT for: general web research across many pages (use agent-reach), or evaluating a tool or vendor (use evaluate).

download-bookskills/download-book/SKILL.md

Search Anna's Archive for EPUB books, compare result download counts, extract fast and slow download links, download the selected book to ~/Downloads, and convert it into a dark-themed English PDF. Use when asked to find a book's download options, inspect this site's EPUB search results, download a book, or turn a book into a PDF.

find-domain-namesskills/find-domain-names/SKILL.md

Brainstorm brand names for a product and return the ones whose domain is actually registrable — short coined words (and metaphor words) distilled from a theme you give, checked live on .xyz/.ai/.fun via Namecheap's official API, with same-name collisions against anything popular filtered out. Use for "find me a domain", "name this product", "brainstorm a brand name and check the domain", "什么域名还能注册". NOT for checking one specific domain you already have (just run scripts/check.mjs), and NOT for logo/visual identity.

transcribeskills/transcribe/SKILL.md

Turn audio into plain-text words, transcribed locally with whisper — a finite file or URL, or a live stream captured as it plays. Use when you have recorded or ongoing audio (a podcast episode, an interview, a Twitch or YouTube live, an X Space, a radio stream) and need its transcript, and the source offers no text of its own. It also transcribes the audio track of a **video** file or stream directly — ffmpeg extracts the audio, so no manual step is needed. Other skills call this as their audio-to-text step. NOT for: reading a text transcript that already exists (fetch it directly), or anything in a video's picture (it transcribes the audio only — no slide OCR or scene description).

translateskills/translate/SKILL.md

Translate a whole English book PDF into a Chinese PDF that keeps the original's format: the same cover page, page size, chapter structure, running heads, folios, a clickable 目录 page and PDF bookmarks (Cover, 目录, one per chapter). Works from the PDF outline, or from the printed contents page when there is none, and on two-up scans. Chapters are translated in parallel by gpt-6-luna through `codex exec`, one call per chapter, and typeset with headless Chrome in Baskerville + Songti SC. Use for "/translate <book.pdf>", "把这本书翻译成中文", "translate this book", or to re-render an already translated book after editing its Markdown. NOT for a single page or article (just translate it inline), and not for digesting or summarizing a source (use digest).

Plugin manifests1

plugins/intel/.claude-plugin/plugin.json
{
  "name": "intel",
  "version": "0.17.10",
  "description": "Gather and distill knowledge from long-form sources and from what people say: transcribe audio locally with whisper, turn an article, podcast transcript, or video into durable, searchable highlights, translate a whole English book PDF into a Chinese PDF in the original's format, find EPUB download links, download the book and convert it to a dark-themed English PDF, analyze an app's App Store reviews into a data-driven Chinese doc with charts, and brainstorm a brand name whose domain is actually registrable.",
  "author": {
    "name": "blockchainian"
  },
  "license": "MIT",
  "homepage": "https://github.com/blockchainian/claude",
  "repository": "https://github.com/blockchainian/claude",
  "keywords": [
    "transcription",
    "whisper",
    "podcast",
    "audio",
    "highlights",
    "research",
    "media",
    "reviews",
    "app-store",
    "sentiment",
    "domains",
    "naming",
    "branding",
    "translation",
    "books",
    "epub",
    "pdf"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[intel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/intel)