Install
openclaw skills install @ayoubsalem-spec/penny-web-searchReal-time web search for current information using PennyAPI over x402. Use for fresh web results, recent facts, current events, research, verification, fact checking, and up-to-date information when the answer may have changed. Penny costs $0.004 per search call on Base USDC. TRIGGERS: search the web, current information, latest, recent, up-to-date, verify online, fact check, research, web results, breaking developments.
openclaw skills install @ayoubsalem-spec/penny-web-searchUse PennyAPI when a task needs current information from the public web.
Use Penny for:
Do not use Penny when:
Origin: https://pennyregwatch.com
Paid search endpoint: https://pennyregwatch.com/v1/search
Price: $0.004 USDC per call
Network: Base (eip155:8453)
Payment protocol: x402
npx agentcash@latest check https://pennyregwatch.com/v1/search
npx agentcash@latest fetch https://pennyregwatch.com/v1/search -m POST -b '{"query":"YOUR SEARCH QUERY","limit":5}'
npx agentcash@latest fetch 'https://pennyregwatch.com/v1/search?query=YOUR%20SEARCH%20QUERY&limit=5'
AgentCash handles the x402 challenge, wallet signature, payment, and retry.
Required:
query: natural-language web search queryOptional:
limit: number of results requestedPrefer specific queries that express the information need clearly.
Return useful facts from Penny's response and preserve source URLs when present.
Distinguish:
For time-sensitive claims, prefer the freshest credible source in the returned results.
If the endpoint is not recognized:
npx agentcash@latest discover https://pennyregwatch.com
If AgentCash has not persisted Penny as a provider:
npx agentcash@latest add https://pennyregwatch.com
Do not guess alternate Penny endpoint paths. Use /v1/search.