explore-link

Extract product, market, usage, and pricing insights from a URL into a product wiki.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/missingbulb/GoogleCalendarEventCreator --skill explore-link-missingbulb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore-link
Source: https://github.com/missingbulb/GoogleCalendarEventCreator/tree/main/.claudinite/shared/packs/product-wiki/skills/explore-link
Command: npx skills add https://github.com/missingbulb/GoogleCalendarEventCreator --skill explore-link-missingbulb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually reading a vendor page, competitor site, or pricing page and turning it into cited, dated wiki entries is slow and error-prone. This Skill takes a single URL handed over by the owner, mines it for product, market, usage, and pricing insights, and folds the findings into the right existing product-wiki page as an unmerged pull request. ## Core Features & Use Cases - Four-axis extraction: Works the source for Product, Market, Usage, and Pricing evidence, recording only what the page actually supports and marking uncovered axes as open questions rather than guessing. - Citation discipline: Fetches the raw page with curl instead of a summarizing fetch, carries observation dates beside pricing figures, and attributes self-reported vendor claims to the vendor. - Guarded write-back: Picks the one existing wiki page the link feeds, corrects contradicted claims by citing both sides, and writes nothing at all when the link adds no new citable information. - Use Case: A product manager pastes a competitor's pricing page and says "/explore-link <url>"; the Skill reads the page, updates the competitor's wiki page with dated tier prices and limits, logs the growth entry, and opens a PR for review. ## Quick Start Run /explore-link followed by a URL to mine that page for product, market, usage, and pricing insights and fold them into the matching product-wiki page as a pull request.

Frequently Asked Questions about explore-link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add insights from a link into a product wiki?

Hand the URL to the Skill with /explore-link <url>. It fetches the raw page, extracts product, market, usage, and pricing findings, updates the matching existing wiki page with cited, dated entries, and opens an unmerged pull request.

What kinds of insights does link exploration extract?

It works four axes: Product (capabilities and stated non-goals), Market (category, competitors, sizing), Usage (customers, workflows, adoption), and Pricing (tiers, currency, billing period, limits). Axes the source does not cover are recorded as open questions, never filled with guesses.

What happens if the URL is paywalled or returns a 403?

The Skill stops and reports the link as unreadable. It does not retry, substitute a sibling URL, or route around egress blocks, because there is nothing citable without the actual page content.

Can explore-link create a new wiki page for a link?

No. It never creates wiki folders. If no existing wiki page is the right home for the link's findings, it names the missing wiki and stops, leaving page creation as a deliberate human decision.

How are vendor pricing claims kept accurate over time?

Every pricing figure carries the date it was observed, since pages change under their citations. Vendor self-reported claims are written as what the vendor claims, and third-party figures are attributed to the origin the page names.