
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
@knowledge-market/agentkit-plugin
Advanced tools
Coinbase AgentKit ActionProvider for KnowMint — lets AgentKit agents discover and purchase human tacit knowledge
Coinbase AgentKit ActionProvider for KnowMint — lets AgentKit agents discover and purchase human tacit knowledge on-chain.
npm install @knowledge-market/agentkit-plugin
import { AgentKit } from "@coinbase/agentkit";
import { knowmintProvider } from "@knowledge-market/agentkit-plugin";
const agentkit = new AgentKit({
actionProviders: [
knowmintProvider({
apiKey: "km_...", // Get from https://knowmint.shop/settings/api-keys
}),
],
});
| Action | Description |
|---|---|
km_search | Search knowledge items by query, content type, metadata, and sort order |
km_get_detail | Get details and preview content for a knowledge item |
km_purchase | Record a purchase after sending payment on-chain |
km_get_content | Retrieve full content (returns payment instructions if unpaid) |
km_publish | Create and publish a new knowledge item |
1. km_search("solana defi") → item list
2. km_get_detail("item-id") → details + price (0.01 SOL) + seller_wallet
3. km_get_content("item-id") → 402: payment_required with payTo address
4. native_transfer(payTo, "0.01") → tx_hash (AgentKit built-in action)
5. km_purchase("item-id", tx_hash) → purchase recorded
6. km_get_content("item-id") → full content
knowmintProvider({
apiKey: "km_<64 hex chars>", // Required
baseUrl: "https://knowmint.shop", // Optional (default)
});
This provider supports Solana (protocolFamily: "svm") only. EVM chains are not yet supported.
@coinbase/agentkit >= 0.1.0zod ^3.22.0experimentalDecorators and emitDecoratorMetadata enabledMIT
FAQs
Coinbase AgentKit ActionProvider for KnowMint — lets AgentKit agents discover and purchase human tacit knowledge
The npm package @knowledge-market/agentkit-plugin receives a total of 0 weekly downloads. As such, @knowledge-market/agentkit-plugin popularity was classified as not popular.
We found that @knowledge-market/agentkit-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.