octen web search

v1.0.0

Real-time web search for AI agents powered by Octen. Fast, fresh, and relevant — search the web, filter by date, and get LLM-ready results in under 80ms. Ide...

0· 98·0 current·0 all-time
byOcten@octenai·duplicate of @jac9935/octen-search-skills
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (real-time web search) match the implementation: a small Python script that posts queries to https://api.octen.ai/search. Required binaries (python3) and single env var (OCTEN_API_KEY) are appropriate and expected.
Instruction Scope
SKILL.md instructs only how to run the script and how to provide time filters and count. The runtime instructions and script only read OCTEN_API_KEY and command-line args, and only perform a POST to the hardcoded Octen endpoint; they do not access other files, directories, or unrelated environment variables.
Install Mechanism
There is no install step; this is instruction + a single small script. Nothing is downloaded or extracted at install time, which minimizes risk.
Credentials
Only OCTEN_API_KEY is required and used as the primary credential. No other secrets, config paths, or unrelated credentials are requested or accessed.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent privileges or modify other skills/config. It behaves as a normal on‑demand skill.
Assessment
This skill appears coherent and straightforward: it uses your OCTEN_API_KEY to send search queries to Octen's API and prints results. Before installing, ensure you trust Octen (https://octen.ai) and are comfortable that search queries and any sensitive text you send will be transmitted to that third party. Treat the OCTEN_API_KEY like any API secret: store it securely, give it minimal permissions if possible, and rotate it if compromised. If you want extra assurance, inspect the included scripts/search.py (which is small and readable) and confirm the endpoint and header usage meet your security policies.

Like a lobster shell, security has layers — review code before you run it.

latestvk976m973y179cy3x4wac5janrh84h6ac

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binspython3
EnvOCTEN_API_KEY
Primary envOCTEN_API_KEY

Comments