Skip to content

Web Access v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:13
· 30 commits to main since this release

Web Access v0.0.1

Unified web access CLI tool powered by Exa and Grok APIs.

Features

  • 馃攳 Source-first search: docs, search, extract, similar (Exa)
  • 馃寪 Live synthesis: news, social, research, docs-compare (Grok)
  • 馃攧 Multi-profile failover with automatic retry
  • 鈿欙笍 Unified configuration: TOML files, environment variables, CLI flags
  • 馃搳 Multiple output formats: JSON, plain text, URLs-only
  • 馃殌 Zero dependencies: statically compiled binary

Installation

Download the appropriate binary for your platform:

Linux (x86_64)

wget https://github.com/venomwise/skill-factory/releases/download/web-access-v0.0.1/web-access-v0.0.1-linux-amd64.tar.gz
tar xzf web-access-v0.0.1-linux-amd64.tar.gz
sudo mv web-access /usr/local/bin/

Linux (ARM64)

wget https://github.com/venomwise/skill-factory/releases/download/web-access-v0.0.1/web-access-v0.0.1-linux-arm64.tar.gz
tar xzf web-access-v0.0.1-linux-arm64.tar.gz
sudo mv web-access /usr/local/bin/

macOS (Intel)

wget https://github.com/venomwise/skill-factory/releases/download/web-access-v0.0.1/web-access-v0.0.1-darwin-amd64.tar.gz
tar xzf web-access-v0.0.1-darwin-amd64.tar.gz
sudo mv web-access /usr/local/bin/

macOS (Apple Silicon)

wget https://github.com/venomwise/skill-factory/releases/download/web-access-v0.0.1/web-access-v0.0.1-darwin-arm64.tar.gz
tar xzf web-access-v0.0.1-darwin-arm64.tar.gz
sudo mv web-access /usr/local/bin/

Windows (x86_64)

Download web-access-v0.0.1-windows-amd64.zip and extract to a directory in your PATH.

Configuration

Create ~/.config/ai-skills/web-access.toml:

[exa]
[[exa.profiles]]
id = "main"
api_key = "YOUR_EXA_API_KEY"

[grok]
[[grok.profiles]]
id = "main"
api_key = "YOUR_GROK_API_KEY"

Or use environment variables:

export EXA_API_KEY="your-exa-key-here"
export GROK_API_KEY="your-grok-key-here"

Verification

Verify the download with SHA256 checksums:

sha256sum -c web-access-v0.0.1-linux-amd64.tar.gz.sha256

Check version:

web-access version

Documentation

Checksums

All binaries include SHA256 checksums for verification.