Why Octen Skills
Octen Skills put Octen inside your agent: live broad web search and UI design references with clean, model-ready context.Fast
Web search averages 62ms. Fast enough for multi-step agent workflows.
Accurate
Powered by SOTA text and VL embedding models. Better sources, fewer hallucinations.
Fresh
Live web data with minute-level updates. Useful for news, prices, and fast-moving pages.
Efficient
Clean highlights, optional full content, and time and domain filters keep model context relevant.
Get started
Get API Key
Create a key from the API Platform.
GitHub
View and install the skills.
Skills
| Skill | Endpoint | Use for |
|---|---|---|
| octen-search | POST /broad-search, POST /search | Search bars, answer engines, news lookup, and broad multi-angle research. |
| octen-image-search | POST /image-search | Image lookup and visual references. Invite-only beta — contact us for access. |
| octen-video-search | POST /video-search | Video lookup, clip discovery, and media previews. Invite-only beta — contact us for access. |
| octen-extract | POST /extract | Reading pages, cleaning articles, and knowledge ingestion. |
| octen-design | POST /image-search | UI design references and inspiration for frontends. Invite-only beta — contact us for access. |
Installation
- Claude Code
- Cursor
- Codex
- Gemini CLI
- OpenClaw
- Other agents
Without Node (curl)
If you can’t runnpx, copy the skills/ directory into your agent’s skills folder:
API key
SetOCTEN_API_KEY before using either skill. Get a key from the API Platform.
- 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.octen-search
octen-image-search — invite-only beta
Image lookup, visual references, and design assets — search by text or a reference image.octen-video-search — invite-only beta
Video lookup, clip discovery, and media previews.octen-extract
octen-design — invite-only beta
Find real UI references — eachdesign hit returns a reference image, a structured style summary, and a reusable html_snippet.
When to use each skill
| Need | Skill |
|---|---|
| Comprehensive, multi-angle research | octen-search (broad search) |
| A quick web search | octen-search |
| Recent news or fast-changing topics | octen-search with time filters |
| Results scoped to specific sites | octen-search with include_domains |
| Photos, diagrams, or visual references | octen-image-search (beta) |
| Videos, clips, or a moment within a video | octen-video-search (beta) |
| Reading known URLs as clean content | octen-extract |
| UI reference, style tokens, or HTML/CSS | octen-design (beta) |