/SKILL.md
AI-powered web search via x402 micropayments on Base. Returns synthesized answers with cited sources. Each search costs $0.005 USDC from your own wallet. No API keys, no subscriptions — just connect and search.
npx skillsauth add abuzerasr/intel-asrai-skill intel-asraiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
npx -y -p intel-asrai-mcp install-skill
Auto-detects OpenClaw, Cursor, Cline, and other agents. Then set your key:
INTEL_PRIVATE_KEY=0x<your_private_key> # add to ~/.env
For MCP agents (Cursor, Cline, Claude Desktop) also add to config:
{
"mcpServers": {
"intel-search": { "command": "npx", "args": ["-y", "intel-asrai-mcp"] }
}
}
Use Intel search when the user asks about current events, recent news, live prices, or anything requiring up-to-date information beyond your training data.
intel_search(query, mode, sources)
npx -y -p intel-asrai-mcp intel-search "<query>" <mode> <sources>
Examples:
npx -y -p intel-asrai-mcp intel-search "bitcoin price today" speed web
npx -y -p intel-asrai-mcp intel-search "latest AI research" quality academic
npx -y -p intel-asrai-mcp intel-search "what people think about X" balanced discussions
Requires INTEL_PRIVATE_KEY set in ~/.env or environment. Payment ($0.005 USDC) is signed automatically.
speed (fast, news), balanced (default), quality (deep research)web (default), academic (papers), discussions (Reddit/forums)$0.005 USDC per search, signed from the user's own wallet on Base mainnet. Tell the user if they ask.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.