{"id":50526485,"url":"https://github.com/olostep-api/plugin-elizaos","last_synced_at":"2026-06-03T08:05:55.708Z","repository":{"id":356498656,"uuid":"1232791476","full_name":"olostep-api/plugin-elizaos","owner":"olostep-api","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-08T09:49:21.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T11:35:30.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olostep-api.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-08T09:20:35.000Z","updated_at":"2026-05-08T09:49:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/olostep-api/plugin-elizaos","commit_stats":null,"previous_names":["olostep-api/plugin-elizaos"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/olostep-api/plugin-elizaos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olostep-api%2Fplugin-elizaos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olostep-api%2Fplugin-elizaos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olostep-api%2Fplugin-elizaos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olostep-api%2Fplugin-elizaos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olostep-api","download_url":"https://codeload.github.com/olostep-api/plugin-elizaos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olostep-api%2Fplugin-elizaos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33854177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-03T08:05:54.789Z","updated_at":"2026-06-03T08:05:55.703Z","avatar_url":"https://github.com/olostep-api.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @olostep/plugin-web-search\n\nAn [ElizaOS](https://elizaos.ai) plugin that adds web search powered by [Olostep](https://www.olostep.com) to your agents.\n\n## What it does\n\nAdds an `OLOSTEP_SEARCH` action that searches the web via Olostep's `/searches` endpoint and returns a deduplicated list of relevant links with titles and descriptions.\n\n## Installation\n\n```bash\nbun install\nbun run build\n```\n\n## Configuration\n\nAdd your Olostep API key to your agent's settings:\n\n```json\n{\n  \"name\": \"MyAgent\",\n  \"settings\": {\n    \"secrets\": {\n      \"OLOSTEP_API_KEY\": \"your-olostep-api-key-here\"\n    }\n  }\n}\n```\n\nGet your API key at https://www.olostep.com/dashboard\n\n## Usage\n\nAdd the plugin to your Eliza character config, then start the agent with the normal ElizaOS flow:\n\n```ts\nimport type { Character } from '@elizaos/core';\n\nexport const character: Character = {\n  name: 'MyAgent',\n  plugins: [\n    '@elizaos/plugin-bootstrap',\n    '@elizaos/plugin-openai',\n    '@olostep/plugin-web-search',\n  ],\n};\n```\n\nThen run your project:\n\n```bash\nelizaos start\n```\n\nExample prompts you can send your agent:\n\n- `Search for the latest news about AI agents`\n- `Look up elizaOS on the web`\n- `Find the official docs for ElizaOS plugins`\n\nOnce configured, your agent can use Olostep search when users ask it to search the web, look something up, or find online information.\n\n## API\n\nUses the Olostep `/searches` endpoint directly via fetch, without any SDK dependency.\n\nReturns `result.links[]` where each link has `url`, `title`, and `description`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folostep-api%2Fplugin-elizaos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folostep-api%2Fplugin-elizaos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folostep-api%2Fplugin-elizaos/lists"}