Get API Key
Create a key from the API Platform.
GitHub
View and install from
Octen-Team/web-search-skills.Skills
Install the repository to add Octen search skills to your agent.| Skill | Endpoint | Use for |
|---|---|---|
octen-web-search | POST /search | A single, direct web search query with fast ranked results. |
octen-search | POST /broad-search | Broad, multi-angle search that decomposes a question into sub-queries and returns grouped results. |
API key
SetOCTEN_API_KEY before using either skill.
- Claude Code
- Cursor
- Codex
- OpenClaw
- Other agents
Add to For per-project use, add the same
~/.claude/settings.json:env block to .claude/settings.local.json.Installation
- Claude Code
- Cursor
- Codex
- OpenClaw
- Other agents
Recommended:Or install with
curl:Usage
Useocten-web-search for a direct query:
octen-search when a question benefits from several angles. The skill calls Broad Search in queries_and_search mode, returning generated sub-queries and grouped search results without an LLM-written summary:
When to use each skill
| Need | Skill |
|---|---|
| One direct lookup | octen-web-search |
| Recent news or fast-changing topics | octen-web-search with topic or time filters |
| Comparisons, market scans, or research questions | octen-search |
| Results grouped by generated sub-query | octen-search |
Updating
Re-run the same install command to overwrite with the latest version. If you installed from a git clone, pull the repo and copy theskills/ directory again.