
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@knowmint/eliza-plugin
Advanced tools
ElizaOS plugin for KnowMint — lets AI agents discover and purchase human tacit knowledge
ElizaOS plugin for KnowMint — lets AI agents discover and purchase human tacit knowledge from the marketplace.
npm install @knowledge-market/eliza-plugin
Add KnowMint settings to your agent's character file:
{
"name": "my-agent",
"settings": {
"secrets": {
"KM_API_KEY": "km_your64hexchars..."
},
"KM_BASE_URL": "https://knowmint.shop"
},
"plugins": ["@knowledge-market/eliza-plugin"]
}
| Setting | Required | Description |
|---|---|---|
KM_API_KEY | Yes | API key from KnowMint (format: km_<64 hex chars>) |
KM_BASE_URL | No | API base URL (default: https://knowmint.shop) |
| Action | Description | Required Params |
|---|---|---|
SEARCH_KNOWLEDGE | Search knowledge items by query | Query in message text |
PURCHASE_KNOWLEDGE | Record a purchase after on-chain payment | knowledge_id, tx_hash |
GET_CONTENT | Retrieve full content of a purchased item | knowledge_id |
Searches the KnowMint marketplace. The search query is extracted from the message text.
Optional parameters (via options or message content):
content_type: prompt | tool_def | dataset | api | generalsort_by: newest | popular | price_low | price_high | rating | trust_scoremax_results: 1-50 (default: 20)Records a purchase after the on-chain payment has been sent. The actual payment should be made using a wallet plugin (e.g., @elizaos/plugin-solana).
Required parameters:
knowledge_id: The item ID to purchasetx_hash: On-chain transaction hashOptional parameters:
token: SOL | USDC (default: SOL)chain: Blockchain network (default: solana)Retrieves the full content of a knowledge item. Supports the x402 autonomous payment flow.
Required parameters:
knowledge_id: The item IDOptional parameters:
payment_proof: Base64-encoded X-PAYMENT proof for x402 flow| Provider | Description |
|---|---|
trending-knowledge | Injects top 5 trending knowledge items into agent context (5-min cache) |
The trending provider runs automatically and adds marketplace context to the agent's awareness, enabling proactive knowledge discovery.
GET_CONTENT for an item it hasn't purchased@elizaos/plugin-solana or similar)GET_CONTENT again with payment_proof (base64-encoded {scheme, network, payload: {txHash, asset?}})MIT
FAQs
ElizaOS plugin for KnowMint — lets AI agents discover and purchase human tacit knowledge
The npm package @knowmint/eliza-plugin receives a total of 0 weekly downloads. As such, @knowmint/eliza-plugin popularity was classified as not popular.
We found that @knowmint/eliza-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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.