以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
编程
penny-web-search
试用Real-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.
它能做什么
Use PennyAPI when a task needs current information from the public web.
技能文档
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.
相关技能
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
为自然搜索排名提供站点审计、内容撰写与竞品分析。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。