npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

intentlink-cli

v1.1.0

Published

The Autonomous Web Protocol CLI - IntentLink

Downloads

45

Readme

IntentLink: The Active Web for AI Agents

Korean

"Static Hyperlinks connect pages; IntentLink connects purposes via link.json."

This project introduces a new paradigm for autonomous service discovery and integration in the age of AI agents. It moves beyond manual API plumbing toward a self-evolving web ecosystem.

🤖 Universal Compatibility

IntentLink is designed to be Agent-Agnostic.

  • Protocols: Works with any LLM capable of understanding JSON schemas (GPT-4, Claude 3, Gemini 1.5).
  • Skills: The link-extractor skill follows a standard markdown structure usable by OpenClaw, LangChain, and AutoGPT.
  • CLI: The intentlink CLI is a standalone Node.js tool that integrates with any agent's tool execution environment.

📦 Installation (CLI Tool)

Install the universal CLI tool to manage the autonomous web from your terminal.

npm install -g intentlink-cli

Run intentlink --help to get started.

💻 CLI Usage

Once installed, use the intentlink command to manage the autonomous web.

1. Harvest Services

Crawl an 'Awesome List' or any markdown file to discover and index services.

intentlink harvest https://github.com/public-apis/public-apis
# Output: Found 150 services. Indexing to local registry...

2. Match Intents

Find the best services for your needs using the vector-based broker.

intentlink match "I need to ship a package and check the weather"
# Output:
# 🏆 Top Recommendations:
# 1. flash-ship (Score: 0.92) - Logistics & Shipping
# 2. openweather-api (Score: 0.88) - Weather Data

3. Run Integration

Execute a connection proposal generated by the broker.

intentlink run ./proposal.json
# Output: Generating Node.js code... Executing bridge... Success!

📦 Installation (AI Skills)

Empower your agent with IntentLink capabilities.

1. Link Extractor

Parses web content into link.json.

2. IntentLink Broker

Intelligent matching and connection proposals.

🚀 Key Concepts

  1. IntentLink Protocol: A lightweight, intent-based framework centered around link.json that describes a service's Purpose and Capabilities.
  2. IntentLink Extractor (Skill): A specialized AI skill that analyzes legacy web documentation and automatically generates link.json "Digital Twins."
  3. IntentLink Broker: An intelligent intermediary that reasons about service goals to propose non-obvious, high-value connections.

🏆 Proven Success (IntentLink v0.2.0 Milestones)

  • Autonomous Extraction: Successfully converted the OpenWeatherMap API using the IntentLink Extractor.
  • Semantic Matching: Connected 'Bookstore' to 'GitHub' using the IntentLink Broker.
  • Cross-AI Interoperability: Verified across Gemini & Codex with the IntentLink specifications.

🗺️ Roadmap: The Journey to v1.0

  • [NEXT] v0.8: IntentLink Connector (Auto-Code Generation) - Generating integration code based on Connection Proposals.
  • [PLANNED] v0.9: IntentLink Observer & Multi-Modal - Support for ui-web, deep-link, and real-time health monitoring.

📚 Standards & Best Practices


Created with IntentLink - Connecting Intentions, Not Just URLs.