
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
plugin-desearch
Advanced tools
ElizaOS plugin for seamless integration with Desearch, enabling enhanced AI-driven search capabilities
A plugin for ElizaOS that provides powerful AI and web search capabilities via the Desearch API.
It enables multi-platform search, X (Twitter) and web link retrieval, tweet/user info, and more—all with a unified, extensible interface.
Watch a quick demo of the plugin in action:
https://youtu.be/IX3GSYFqsFU
This plugin enables ElizaOS agents to:
pnpm install plugin-desearch
or
npm install plugin-desearch
Set your Desearch API key in your environment:
DESEARCH_API_KEY=your_desearch_api_key
Import and register the plugin in your ElizaOS configuration:
import desearchPlugin from "plugin-desearch";
export default {
plugins: [desearchPlugin],
// ... other configuration
};
Each action validates configuration, handles errors, and returns results in a structured format.
pnpm run build
pnpm run test
All API calls are made via the DesearchServices class, which wraps endpoints like:
/desearch/ai/search/desearch/ai/search/links/twitter/desearch/ai/search/links/web/twitter/twitter/urls/twitter/post/twitter/post/user/twitter/latest/twitter/userEach action implements:
interface Action {
name: string;
description: string;
validate: (runtime: IAgentRuntime) => Promise<boolean>;
handler: (
runtime: IAgentRuntime,
message: Memory,
state: State,
options: any,
callback: HandlerCallback
) => Promise<boolean>;
examples: ActionExample[][];
}
DESEARCH_API_KEY securely using environment variables.DESEARCH_API_KEY is set in your environment.For more details, see the code in src/services/desearchServices.ts and src/actions.
FAQs
ElizaOS plugin for seamless integration with Desearch, enabling enhanced AI-driven search capabilities
The npm package plugin-desearch receives a total of 5 weekly downloads. As such, plugin-desearch popularity was classified as not popular.
We found that plugin-desearch 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.