Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.
Coding
penny-web-search
Try itReal-time web search and structured local-business/Places search using PennyAPI over x402. Use for fresh web results, recent facts, current events, research, verification, fact checking, and for finding businesses, restaurants, stores, services, local leads, addresses, ratings, phone numbers, websites, and coordinates. Penny costs $0.004 per call on Base USDC. TRIGGERS: search the web, current information, latest, recent, up-to-date, verify online, fact check, research, web results, breaking developments, find businesses, local businesses, restaurants near, coffee shops, stores near, services near, nearby businesses, local leads, business phone, business website, business ratings, business address, places, coordinates.
What it does
Use PennyAPI when a task needs current information from the public web.
The skill document
Penny Web Search
Use PennyAPI when a task needs current information from the public web.
When to use
Use Penny for:
- current or recently changed facts
- web research
- fresh sources and links
- fact checking or verification
- recent developments
- questions where model knowledge may be stale
Do not use Penny when:
- the user explicitly says not to access the web
- the answer is timeless and does not need fresh information
- the task is based only on user-provided material
Service
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
Preferred workflow with AgentCash
- Check the endpoint schema and current price before spending:
npx agentcash@latest check https://pennyregwatch.com/v1/search
- For a normal search, use POST:
npx agentcash@latest fetch https://pennyregwatch.com/v1/search -m POST -b '{"query":"YOUR SEARCH QUERY","limit":5}'
- GET is also supported:
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.
Input guidance
Required:
query: natural-language web search query
Optional:
limit: number of results requested
Prefer specific queries that express the information need clearly.
Spending rules
- Penny costs $0.004 per call.
- Prefer one well-formed search before issuing additional calls.
- Do not make duplicate searches unless the first result is insufficient.
- Never fabricate a successful payment or result.
- A failed non-2xx request should not be treated as fulfilled.
Result handling
Return useful facts from Penny's response and preserve source URLs when present.
Distinguish:
- information returned by Penny
- your own inference
- information from other sources
For time-sensitive claims, prefer the freshest credible source in the returned results.
Troubleshooting
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.
Related skills
Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.
Post videos, photos, text, and documents to 10 social platforms through a single REST API call.
Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.
Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.